Searched refs:ch_detach (Results 1 – 15 of 15) sorted by relevance
107 ctlr->ch_detach = ata_pci_ch_detach; in ata_jmicron_chipinit()125 ctlr->ch_detach = ata_pci_ch_detach; in ata_jmicron_chipinit()
118 ctlr->ch_detach = ata_pci_ch_detach; in ata_ali_chipinit()159 ctlr->ch_detach = ata_pci_ch_detach; in ata_ali_chipinit()
148 ctlr->ch_detach = ata_sii_ch_detach; in ata_sii_chipinit()170 ctlr->ch_detach = ata_pci_ch_detach; in ata_sii_chipinit()
138 ctlr->ch_detach = ata_pci_ch_detach; in ata_marvell_chipinit()
237 ctlr->ch_detach = ata_intel_31244_ch_detach; in ata_intel_chipinit()247 ctlr->ch_detach = ata_pci_ch_detach; in ata_intel_chipinit()254 ctlr->ch_detach = ata_pci_ch_detach; in ata_intel_chipinit()264 ctlr->ch_detach = ata_pci_ch_detach; in ata_intel_chipinit()
100 ctlr->ch_detach = ata_pci_ch_detach; in ata_acard_chipinit()
139 ctlr->ch_detach = ata_pci_ch_detach; in ata_highpoint_chipinit()
109 ctrl->ch_detach = ata_pci_ch_detach; in imx_ata_attach()
236 ctlr->ch_detach = ata_pci_ch_detach; in ata_promise_chipinit()242 ctlr->ch_detach = ata_pci_ch_detach; in ata_promise_chipinit()301 ctlr->ch_detach = ata_promise_mio_ch_detach; in ata_promise_chipinit()352 ctlr->ch_detach = ata_promise_mio_ch_detach; in ata_promise_chipinit()
191 ctlr->ch_detach = ata_pci_ch_detach; in ata_sis_chipinit()
212 ctlr->ch_detach = ata_pci_ch_detach; in ata_nvidia_chipinit()
143 ctlr->ch_detach = ata_serverworks_ch_detach; in ata_serverworks_chipinit()
170 ctlr->ch_detach = ata_via_ch_detach; in ata_via_chipinit()
99 ctlr->ch_detach = ata_pci_ch_detach; in ata_pci_attach()672 if (ctlr->ch_detach) in ata_pcichannel_detach()673 return (ctlr->ch_detach(dev)); in ata_pcichannel_detach()
64 int (*ch_detach)(device_t); member