Searched refs:attribute_container (Results 1 – 12 of 12) sorted by relevance
/Linux-v4.19/include/linux/ |
D | attribute_container.h | 17 struct attribute_container { struct 23 int (*match)(struct attribute_container *, struct device *); argument 29 attribute_container_no_classdevs(struct attribute_container *atc) in attribute_container_no_classdevs() argument 35 attribute_container_set_no_classdevs(struct attribute_container *atc) in attribute_container_set_no_classdevs() 40 int attribute_container_register(struct attribute_container *cont); 41 int __must_check attribute_container_unregister(struct attribute_container *cont); 43 int (*fn)(struct attribute_container *, 47 int (*fn)(struct attribute_container *, 51 void (*fn)(struct attribute_container *, 55 int (*fn)(struct attribute_container *, [all …]
|
D | transport_class.h | 41 struct attribute_container container; 58 struct attribute_container ac;
|
/Linux-v4.19/drivers/base/ |
D | attribute_container.c | 27 struct attribute_container *cont; 53 struct attribute_container * 73 attribute_container_register(struct attribute_container *cont) in attribute_container_register() 93 attribute_container_unregister(struct attribute_container *cont) in attribute_container_unregister() 142 int (*fn)(struct attribute_container *, in attribute_container_add_device() argument 146 struct attribute_container *cont; in attribute_container_add_device() 207 void (*fn)(struct attribute_container *, in attribute_container_remove_device() argument 211 struct attribute_container *cont; in attribute_container_remove_device() 251 int (*fn)(struct attribute_container *, in attribute_container_device_trigger() argument 255 struct attribute_container *cont; in attribute_container_device_trigger() [all …]
|
D | transport_class.c | 116 static int transport_setup_classdev(struct attribute_container *cont, in transport_setup_classdev() 150 static int transport_add_class_device(struct attribute_container *cont, in transport_add_class_device() 182 static int transport_configure(struct attribute_container *cont, in transport_configure() 213 static int transport_remove_classdev(struct attribute_container *cont, in transport_remove_classdev() 252 static void transport_destroy_classdev(struct attribute_container *cont, in transport_destroy_classdev()
|
D | Makefile | 7 attribute_container.o transport_class.o \
|
/Linux-v4.19/drivers/scsi/ |
D | raid_class.c | 54 struct attribute_container *ac = \ 60 static int raid_match(struct attribute_container *cont, struct device *dev) in raid_match()
|
D | scsi_transport_sas.c | 260 static int sas_host_match(struct attribute_container *cont, in sas_host_match() 642 static int sas_phy_match(struct attribute_container *cont, struct device *dev) in sas_phy_match() 808 static int sas_port_match(struct attribute_container *cont, struct device *dev) in sas_port_match() 1329 static int sas_rphy_match(struct attribute_container *cont, struct device *dev) in sas_rphy_match() 1348 static int sas_end_dev_match(struct attribute_container *cont, in sas_end_dev_match() 1371 static int sas_expander_match(struct attribute_container *cont, in sas_expander_match()
|
D | scsi_transport_srp.c | 640 static int srp_rport_match(struct attribute_container *cont, in srp_rport_match() 659 static int srp_host_match(struct attribute_container *cont, struct device *dev) in srp_host_match()
|
D | scsi_transport_spi.c | 199 static int spi_host_match(struct attribute_container *cont, in spi_host_match() 1378 static int spi_device_match(struct attribute_container *cont, in spi_device_match() 1402 static int spi_target_match(struct attribute_container *cont, in spi_target_match()
|
D | scsi_transport_fc.c | 1956 static int fc_host_match(struct attribute_container *cont, in fc_host_match() 1975 static int fc_target_match(struct attribute_container *cont, in fc_target_match() 2007 static int fc_rport_match(struct attribute_container *cont, in fc_rport_match() 2039 static int fc_vport_match(struct attribute_container *cont, in fc_vport_match()
|
D | scsi_transport_iscsi.c | 4341 static int iscsi_session_match(struct attribute_container *cont, in iscsi_session_match() 4363 static int iscsi_conn_match(struct attribute_container *cont, in iscsi_conn_match() 4388 static int iscsi_host_match(struct attribute_container *cont, in iscsi_host_match()
|
/Linux-v4.19/drivers/ata/ |
D | libata-transport.c | 243 static int ata_tport_match(struct attribute_container *cont, in ata_tport_match() 368 static int ata_tlink_match(struct attribute_container *cont, in ata_tlink_match() 608 static int ata_tdev_match(struct attribute_container *cont, in ata_tdev_match()
|