Searched refs:ch_detach (Results 1 - 16 of 16) sorted by relevance

/freebsd-10.2-release/sys/dev/ata/chipsets/
H A Data-jmicron.c109 ctlr->ch_detach = ata_pci_ch_detach;
127 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-acerlabs.c116 ctlr->ch_detach = ata_pci_ch_detach;
162 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-acard.c98 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-fsl.c107 ctrl->ch_detach = ata_pci_ch_detach;
H A Data-highpoint.c137 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-intel.c299 ctlr->ch_detach = ata_intel_31244_ch_detach;
309 ctlr->ch_detach = ata_pci_ch_detach;
316 ctlr->ch_detach = ata_pci_ch_detach;
326 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-sis.c189 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-siliconimage.c154 ctlr->ch_detach = ata_siiprb_ch_detach;
200 ctlr->ch_detach = ata_sii_ch_detach;
222 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-nvidia.c215 ctlr->ch_detach = ata_pci_ch_detach;
H A Data-promise.c234 ctlr->ch_detach = ata_pci_ch_detach;
240 ctlr->ch_detach = ata_pci_ch_detach;
299 ctlr->ch_detach = ata_promise_mio_ch_detach;
350 ctlr->ch_detach = ata_promise_mio_ch_detach;
H A Data-serverworks.c141 ctlr->ch_detach = ata_serverworks_ch_detach;
H A Data-marvell.c162 ctlr->ch_detach = ata_pci_ch_detach;
229 ctlr->ch_detach = ata_marvell_edma_ch_detach;
H A Data-via.c175 ctlr->ch_detach = ata_via_ch_detach;
H A Data-ahci.c128 ctlr->ch_detach = ata_pci_ch_detach;
192 ctlr->ch_detach = ata_ahci_ch_detach;
/freebsd-10.2-release/sys/dev/ata/
H A Data-pci.c97 ctlr->ch_detach = ata_pci_ch_detach;
665 if (ctlr->ch_detach)
666 return (ctlr->ch_detach(dev));
H A Data-pci.h62 int (*ch_detach)(device_t); member in struct:ata_pci_controller

Completed in 124 milliseconds