Home
last modified time | relevance | path

Searched refs:attribute_container (Results 1 – 12 of 12) sorted by relevance

/Linux-v4.19/include/linux/
Dattribute_container.h17 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 …]
Dtransport_class.h41 struct attribute_container container;
58 struct attribute_container ac;
/Linux-v4.19/drivers/base/
Dattribute_container.c27 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 …]
Dtransport_class.c116 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()
DMakefile7 attribute_container.o transport_class.o \
/Linux-v4.19/drivers/scsi/
Draid_class.c54 struct attribute_container *ac = \
60 static int raid_match(struct attribute_container *cont, struct device *dev) in raid_match()
Dscsi_transport_sas.c260 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()
Dscsi_transport_srp.c640 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()
Dscsi_transport_spi.c199 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()
Dscsi_transport_fc.c1956 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()
Dscsi_transport_iscsi.c4341 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/
Dlibata-transport.c243 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()