Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/base/
H A Dtransport_class.c65 void transport_class_unregister(struct transport_class *tclass) in transport_class_unregister() function
69 EXPORT_SYMBOL_GPL(transport_class_unregister);
/OK3568_Linux_fs/kernel/drivers/ata/
H A Dlibata-transport.c809 transport_class_unregister(&ata_port_class); in libata_transport_init()
811 transport_class_unregister(&ata_link_class); in libata_transport_init()
819 transport_class_unregister(&ata_link_class); in libata_transport_exit()
820 transport_class_unregister(&ata_port_class); in libata_transport_exit()
821 transport_class_unregister(&ata_dev_class); in libata_transport_exit()
/OK3568_Linux_fs/kernel/drivers/scsi/
H A Dscsi_transport_sas.c1895 transport_class_unregister(&sas_end_dev_class); in sas_transport_init()
1897 transport_class_unregister(&sas_rphy_class); in sas_transport_init()
1899 transport_class_unregister(&sas_port_class); in sas_transport_init()
1901 transport_class_unregister(&sas_phy_class); in sas_transport_init()
1903 transport_class_unregister(&sas_host_class); in sas_transport_init()
1911 transport_class_unregister(&sas_host_class); in sas_transport_exit()
1912 transport_class_unregister(&sas_phy_class); in sas_transport_exit()
1913 transport_class_unregister(&sas_port_class); in sas_transport_exit()
1914 transport_class_unregister(&sas_rphy_class); in sas_transport_exit()
1915 transport_class_unregister(&sas_end_dev_class); in sas_transport_exit()
[all …]
H A Dscsi_transport_srp.c885 transport_class_unregister(&srp_host_class); in srp_transport_init()
891 transport_class_unregister(&srp_host_class); in srp_transport_exit()
892 transport_class_unregister(&srp_rport_class); in srp_transport_exit()
H A Draid_class.c306 transport_class_unregister(&raid_class); in raid_exit()
H A Dscsi_transport_fc.c670 transport_class_unregister(&fc_rport_class); in fc_transport_init()
672 transport_class_unregister(&fc_vport_class); in fc_transport_init()
674 transport_class_unregister(&fc_host_class); in fc_transport_init()
680 transport_class_unregister(&fc_transport_class); in fc_transport_exit()
681 transport_class_unregister(&fc_rport_class); in fc_transport_exit()
682 transport_class_unregister(&fc_host_class); in fc_transport_exit()
683 transport_class_unregister(&fc_vport_class); in fc_transport_exit()
H A Dscsi_transport_spi.c1629 transport_class_unregister(&spi_transport_class); in spi_transport_exit()
1631 transport_class_unregister(&spi_host_class); in spi_transport_exit()
H A Dscsi_transport_iscsi.c4948 transport_class_unregister(&iscsi_session_class); in iscsi_transport_init()
4950 transport_class_unregister(&iscsi_connection_class); in iscsi_transport_init()
4952 transport_class_unregister(&iscsi_host_class); in iscsi_transport_init()
4968 transport_class_unregister(&iscsi_connection_class); in iscsi_transport_exit()
4969 transport_class_unregister(&iscsi_session_class); in iscsi_transport_exit()
4970 transport_class_unregister(&iscsi_host_class); in iscsi_transport_exit()
/OK3568_Linux_fs/kernel/include/linux/
H A Dtransport_class.h97 void transport_class_unregister(struct transport_class *);