Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dattribute_container.h16 struct attribute_container { struct
22 int (*match)(struct attribute_container *, struct device *); argument
28 attribute_container_no_classdevs(struct attribute_container *atc) in attribute_container_no_classdevs() argument
39 int attribute_container_register(struct attribute_container *cont);
42 int (*fn)(struct attribute_container *,
46 int (*fn)(struct attribute_container *,
50 void (*fn)(struct attribute_container *,
54 int (*fn)(struct attribute_container *,
58 int (*fn)(struct attribute_container *,
61 int (*undo)(struct attribute_container *,
[all …]
H A Dtransport_class.h40 struct attribute_container container;
57 struct attribute_container ac;
/linux/drivers/base/
H A Dattribute_container.c27 struct attribute_container *cont;
53 struct attribute_container *
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()
241 struct attribute_container *cont, in do_attribute_container_device_trigger_safe()
298 int (*fn)(struct attribute_container *, in attribute_container_device_trigger_safe() argument
358 struct attribute_container *cont; in attribute_container_device_trigger()
398 struct attribute_container *cont; in attribute_container_trigger()
419 struct attribute_container *cont = in attribute_container_add_attrs()
[all …]
H A Dtransport_class.c33 static int transport_remove_classdev(struct attribute_container *cont,
120 static int transport_setup_classdev(struct attribute_container *cont, in transport_setup_classdev()
154 static int transport_add_class_device(struct attribute_container *cont, in transport_add_class_device()
202 static int transport_configure(struct attribute_container *cont, in transport_configure()
233 static int transport_remove_classdev(struct attribute_container *cont, in transport_remove_classdev()
272 static void transport_destroy_classdev(struct attribute_container *cont, in transport_destroy_classdev()
H A DMakefile7 attribute_container.o transport_class.o \
/linux/drivers/scsi/
H A Draid_class.c53 struct attribute_container *ac = \
59 static int raid_match(struct attribute_container *cont, struct device *dev) in raid_match()
H A Dscsi_transport_sas.c261 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()
813 static int sas_port_match(struct attribute_container *cont, struct device *dev) in sas_port_match()
1333 static int sas_rphy_match(struct attribute_container *cont, struct device *dev) in sas_rphy_match()
1352 static int sas_end_dev_match(struct attribute_container *cont, in sas_end_dev_match()
1375 static int sas_expander_match(struct attribute_container *cont, in sas_expander_match()
H A Dscsi_transport_srp.c631 static int srp_rport_match(struct attribute_container *cont, in srp_rport_match()
650 static int srp_host_match(struct attribute_container *cont, struct device *dev) in srp_host_match()
H A Dscsi_transport_spi.c190 static int spi_host_match(struct attribute_container *cont, in spi_host_match()
1377 static int spi_device_match(struct attribute_container *cont, in spi_device_match()
1401 static int spi_target_match(struct attribute_container *cont, in spi_target_match()
H A Dscsi_transport_fc.c2410 static int fc_host_match(struct attribute_container *cont, in fc_host_match()
2429 static int fc_target_match(struct attribute_container *cont, in fc_target_match()
2461 static int fc_rport_match(struct attribute_container *cont, in fc_rport_match()
2493 static int fc_vport_match(struct attribute_container *cont, in fc_vport_match()
H A Dscsi_transport_iscsi.c4793 static int iscsi_session_match(struct attribute_container *cont, in iscsi_session_match()
4815 static int iscsi_conn_match(struct attribute_container *cont, in iscsi_conn_match()
4840 static int iscsi_host_match(struct attribute_container *cont, in iscsi_host_match()
/linux/drivers/ata/
H A Dlibata-transport.c243 static int ata_tport_match(struct attribute_container *cont, in ata_tport_match()
407 static int ata_tlink_match(struct attribute_container *cont, in ata_tlink_match()
650 static int ata_tdev_match(struct attribute_container *cont, in ata_tdev_match()