@@ -516,13 +516,6 @@ bool nvme_ctrl_get_persistent(const struct nvme_ctrl *p);
516516 * Accessors for: struct nvme_subsystem
517517 ****************************************************************************/
518518
519- /**
520- * nvme_subsystem_set_name() - Set name.
521- * @p: The &struct nvme_subsystem instance to update.
522- * @name: New string; a copy is stored. Pass NULL to clear.
523- */
524- void nvme_subsystem_set_name (struct nvme_subsystem * p , const char * name );
525-
526519/**
527520 * nvme_subsystem_get_name() - Get name.
528521 * @p: The &struct nvme_subsystem instance to query.
@@ -531,15 +524,6 @@ void nvme_subsystem_set_name(struct nvme_subsystem *p, const char *name);
531524 */
532525const char * nvme_subsystem_get_name (const struct nvme_subsystem * p );
533526
534- /**
535- * nvme_subsystem_set_sysfs_dir() - Set sysfs_dir.
536- * @p: The &struct nvme_subsystem instance to update.
537- * @sysfs_dir: New string; a copy is stored. Pass NULL to clear.
538- */
539- void nvme_subsystem_set_sysfs_dir (
540- struct nvme_subsystem * p ,
541- const char * sysfs_dir );
542-
543527/**
544528 * nvme_subsystem_get_sysfs_dir() - Get sysfs_dir.
545529 * @p: The &struct nvme_subsystem instance to query.
@@ -548,15 +532,6 @@ void nvme_subsystem_set_sysfs_dir(
548532 */
549533const char * nvme_subsystem_get_sysfs_dir (const struct nvme_subsystem * p );
550534
551- /**
552- * nvme_subsystem_set_subsysnqn() - Set subsysnqn.
553- * @p: The &struct nvme_subsystem instance to update.
554- * @subsysnqn: New string; a copy is stored. Pass NULL to clear.
555- */
556- void nvme_subsystem_set_subsysnqn (
557- struct nvme_subsystem * p ,
558- const char * subsysnqn );
559-
560535/**
561536 * nvme_subsystem_get_subsysnqn() - Get subsysnqn.
562537 * @p: The &struct nvme_subsystem instance to query.
@@ -565,13 +540,6 @@ void nvme_subsystem_set_subsysnqn(
565540 */
566541const char * nvme_subsystem_get_subsysnqn (const struct nvme_subsystem * p );
567542
568- /**
569- * nvme_subsystem_set_model() - Set model.
570- * @p: The &struct nvme_subsystem instance to update.
571- * @model: New string; a copy is stored. Pass NULL to clear.
572- */
573- void nvme_subsystem_set_model (struct nvme_subsystem * p , const char * model );
574-
575543/**
576544 * nvme_subsystem_get_model() - Get model.
577545 * @p: The &struct nvme_subsystem instance to query.
@@ -580,13 +548,6 @@ void nvme_subsystem_set_model(struct nvme_subsystem *p, const char *model);
580548 */
581549const char * nvme_subsystem_get_model (const struct nvme_subsystem * p );
582550
583- /**
584- * nvme_subsystem_set_serial() - Set serial.
585- * @p: The &struct nvme_subsystem instance to update.
586- * @serial: New string; a copy is stored. Pass NULL to clear.
587- */
588- void nvme_subsystem_set_serial (struct nvme_subsystem * p , const char * serial );
589-
590551/**
591552 * nvme_subsystem_get_serial() - Get serial.
592553 * @p: The &struct nvme_subsystem instance to query.
@@ -595,15 +556,6 @@ void nvme_subsystem_set_serial(struct nvme_subsystem *p, const char *serial);
595556 */
596557const char * nvme_subsystem_get_serial (const struct nvme_subsystem * p );
597558
598- /**
599- * nvme_subsystem_set_firmware() - Set firmware.
600- * @p: The &struct nvme_subsystem instance to update.
601- * @firmware: New string; a copy is stored. Pass NULL to clear.
602- */
603- void nvme_subsystem_set_firmware (
604- struct nvme_subsystem * p ,
605- const char * firmware );
606-
607559/**
608560 * nvme_subsystem_get_firmware() - Get firmware.
609561 * @p: The &struct nvme_subsystem instance to query.
@@ -612,15 +564,6 @@ void nvme_subsystem_set_firmware(
612564 */
613565const char * nvme_subsystem_get_firmware (const struct nvme_subsystem * p );
614566
615- /**
616- * nvme_subsystem_set_subsystype() - Set subsystype.
617- * @p: The &struct nvme_subsystem instance to update.
618- * @subsystype: New string; a copy is stored. Pass NULL to clear.
619- */
620- void nvme_subsystem_set_subsystype (
621- struct nvme_subsystem * p ,
622- const char * subsystype );
623-
624567/**
625568 * nvme_subsystem_get_subsystype() - Get subsystype.
626569 * @p: The &struct nvme_subsystem instance to query.
0 commit comments