@@ -524,13 +524,6 @@ bool nvme_ctrl_get_persistent(const struct nvme_ctrl *p);
524524 * Accessors for: struct nvme_subsystem
525525 ****************************************************************************/
526526
527- /**
528- * nvme_subsystem_set_name() - Set name.
529- * @p: The &struct nvme_subsystem instance to update.
530- * @name: New string; a copy is stored. Pass NULL to clear.
531- */
532- void nvme_subsystem_set_name (struct nvme_subsystem * p , const char * name );
533-
534527/**
535528 * nvme_subsystem_get_name() - Get name.
536529 * @p: The &struct nvme_subsystem instance to query.
@@ -539,15 +532,6 @@ void nvme_subsystem_set_name(struct nvme_subsystem *p, const char *name);
539532 */
540533const char * nvme_subsystem_get_name (const struct nvme_subsystem * p );
541534
542- /**
543- * nvme_subsystem_set_sysfs_dir() - Set sysfs_dir.
544- * @p: The &struct nvme_subsystem instance to update.
545- * @sysfs_dir: New string; a copy is stored. Pass NULL to clear.
546- */
547- void nvme_subsystem_set_sysfs_dir (
548- struct nvme_subsystem * p ,
549- const char * sysfs_dir );
550-
551535/**
552536 * nvme_subsystem_get_sysfs_dir() - Get sysfs_dir.
553537 * @p: The &struct nvme_subsystem instance to query.
@@ -556,15 +540,6 @@ void nvme_subsystem_set_sysfs_dir(
556540 */
557541const char * nvme_subsystem_get_sysfs_dir (const struct nvme_subsystem * p );
558542
559- /**
560- * nvme_subsystem_set_subsysnqn() - Set subsysnqn.
561- * @p: The &struct nvme_subsystem instance to update.
562- * @subsysnqn: New string; a copy is stored. Pass NULL to clear.
563- */
564- void nvme_subsystem_set_subsysnqn (
565- struct nvme_subsystem * p ,
566- const char * subsysnqn );
567-
568543/**
569544 * nvme_subsystem_get_subsysnqn() - Get subsysnqn.
570545 * @p: The &struct nvme_subsystem instance to query.
@@ -573,13 +548,6 @@ void nvme_subsystem_set_subsysnqn(
573548 */
574549const char * nvme_subsystem_get_subsysnqn (const struct nvme_subsystem * p );
575550
576- /**
577- * nvme_subsystem_set_model() - Set model.
578- * @p: The &struct nvme_subsystem instance to update.
579- * @model: New string; a copy is stored. Pass NULL to clear.
580- */
581- void nvme_subsystem_set_model (struct nvme_subsystem * p , const char * model );
582-
583551/**
584552 * nvme_subsystem_get_model() - Get model.
585553 * @p: The &struct nvme_subsystem instance to query.
@@ -588,13 +556,6 @@ void nvme_subsystem_set_model(struct nvme_subsystem *p, const char *model);
588556 */
589557const char * nvme_subsystem_get_model (const struct nvme_subsystem * p );
590558
591- /**
592- * nvme_subsystem_set_serial() - Set serial.
593- * @p: The &struct nvme_subsystem instance to update.
594- * @serial: New string; a copy is stored. Pass NULL to clear.
595- */
596- void nvme_subsystem_set_serial (struct nvme_subsystem * p , const char * serial );
597-
598559/**
599560 * nvme_subsystem_get_serial() - Get serial.
600561 * @p: The &struct nvme_subsystem instance to query.
@@ -603,15 +564,6 @@ void nvme_subsystem_set_serial(struct nvme_subsystem *p, const char *serial);
603564 */
604565const char * nvme_subsystem_get_serial (const struct nvme_subsystem * p );
605566
606- /**
607- * nvme_subsystem_set_firmware() - Set firmware.
608- * @p: The &struct nvme_subsystem instance to update.
609- * @firmware: New string; a copy is stored. Pass NULL to clear.
610- */
611- void nvme_subsystem_set_firmware (
612- struct nvme_subsystem * p ,
613- const char * firmware );
614-
615567/**
616568 * nvme_subsystem_get_firmware() - Get firmware.
617569 * @p: The &struct nvme_subsystem instance to query.
@@ -620,15 +572,6 @@ void nvme_subsystem_set_firmware(
620572 */
621573const char * nvme_subsystem_get_firmware (const struct nvme_subsystem * p );
622574
623- /**
624- * nvme_subsystem_set_subsystype() - Set subsystype.
625- * @p: The &struct nvme_subsystem instance to update.
626- * @subsystype: New string; a copy is stored. Pass NULL to clear.
627- */
628- void nvme_subsystem_set_subsystype (
629- struct nvme_subsystem * p ,
630- const char * subsystype );
631-
632575/**
633576 * nvme_subsystem_get_subsystype() - Get subsystype.
634577 * @p: The &struct nvme_subsystem instance to query.
0 commit comments