Searched refs:transport_class_unregister (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/include/linux/
H A Dtransport_class.h98 void transport_class_unregister(struct transport_class *);
/linux-4.4.14/drivers/base/
H A Dtransport_class.c55 * transport_class_unregister - unregister a previously registered class
62 void transport_class_unregister(struct transport_class *tclass) transport_class_unregister() function
66 EXPORT_SYMBOL_GPL(transport_class_unregister); variable
/linux-4.4.14/drivers/scsi/
H A Dscsi_transport_sas.c1932 transport_class_unregister(&sas_end_dev_class); sas_transport_init()
1934 transport_class_unregister(&sas_rphy_class); sas_transport_init()
1936 transport_class_unregister(&sas_port_class); sas_transport_init()
1938 transport_class_unregister(&sas_phy_class); sas_transport_init()
1940 transport_class_unregister(&sas_host_class); sas_transport_init()
1948 transport_class_unregister(&sas_host_class); sas_transport_exit()
1949 transport_class_unregister(&sas_phy_class); sas_transport_exit()
1950 transport_class_unregister(&sas_port_class); sas_transport_exit()
1951 transport_class_unregister(&sas_rphy_class); sas_transport_exit()
1952 transport_class_unregister(&sas_end_dev_class); sas_transport_exit()
1953 transport_class_unregister(&sas_expander_class); sas_transport_exit()
H A Dscsi_transport_srp.c930 transport_class_unregister(&srp_host_class); srp_transport_init()
936 transport_class_unregister(&srp_host_class); srp_transport_exit()
937 transport_class_unregister(&srp_rport_class); srp_transport_exit()
H A Draid_class.c308 transport_class_unregister(&raid_class); raid_exit()
H A Dscsi_transport_fc.c679 transport_class_unregister(&fc_rport_class); fc_transport_init()
681 transport_class_unregister(&fc_vport_class); fc_transport_init()
683 transport_class_unregister(&fc_host_class); fc_transport_init()
689 transport_class_unregister(&fc_transport_class); fc_transport_exit()
690 transport_class_unregister(&fc_rport_class); fc_transport_exit()
691 transport_class_unregister(&fc_host_class); fc_transport_exit()
692 transport_class_unregister(&fc_vport_class); fc_transport_exit()
H A Dscsi_transport_spi.c1621 transport_class_unregister(&spi_transport_class); spi_transport_exit()
1623 transport_class_unregister(&spi_host_class); spi_transport_exit()
H A Dscsi_transport_iscsi.c4574 transport_class_unregister(&iscsi_session_class); iscsi_transport_init()
4576 transport_class_unregister(&iscsi_connection_class); iscsi_transport_init()
4578 transport_class_unregister(&iscsi_host_class); iscsi_transport_init()
4593 transport_class_unregister(&iscsi_connection_class); iscsi_transport_exit()
4594 transport_class_unregister(&iscsi_session_class); iscsi_transport_exit()
4595 transport_class_unregister(&iscsi_host_class); iscsi_transport_exit()
/linux-4.4.14/drivers/ata/
H A Dlibata-transport.c797 transport_class_unregister(&ata_port_class); libata_transport_init()
799 transport_class_unregister(&ata_link_class); libata_transport_init()
807 transport_class_unregister(&ata_link_class); libata_transport_exit()
808 transport_class_unregister(&ata_port_class); libata_transport_exit()
809 transport_class_unregister(&ata_dev_class); libata_transport_exit()

Completed in 204 milliseconds