Searched refs:ch_detach (Results 1 – 14 of 14) sorted by relevance
102 ctlr->ch_detach = ata_pci_ch_detach; in ata_jmicron_chipinit()120 ctlr->ch_detach = ata_pci_ch_detach; in ata_jmicron_chipinit()
115 ctlr->ch_detach = ata_pci_ch_detach; in ata_ali_chipinit()156 ctlr->ch_detach = ata_pci_ch_detach; in ata_ali_chipinit()
135 ctlr->ch_detach = ata_pci_ch_detach; in ata_marvell_chipinit()
145 ctlr->ch_detach = ata_sii_ch_detach; in ata_sii_chipinit()167 ctlr->ch_detach = ata_pci_ch_detach; in ata_sii_chipinit()
236 ctlr->ch_detach = ata_intel_31244_ch_detach; in ata_intel_chipinit()246 ctlr->ch_detach = ata_pci_ch_detach; in ata_intel_chipinit()253 ctlr->ch_detach = ata_pci_ch_detach; in ata_intel_chipinit()263 ctlr->ch_detach = ata_pci_ch_detach; in ata_intel_chipinit()
97 ctlr->ch_detach = ata_pci_ch_detach; in ata_acard_chipinit()
134 ctlr->ch_detach = ata_pci_ch_detach; in ata_highpoint_chipinit()
231 ctlr->ch_detach = ata_pci_ch_detach; in ata_promise_chipinit()237 ctlr->ch_detach = ata_pci_ch_detach; in ata_promise_chipinit()288 ctlr->ch_detach = ata_promise_mio_ch_detach; in ata_promise_chipinit()339 ctlr->ch_detach = ata_promise_mio_ch_detach; in ata_promise_chipinit()
187 ctlr->ch_detach = ata_pci_ch_detach; in ata_sis_chipinit()
209 ctlr->ch_detach = ata_pci_ch_detach; in ata_nvidia_chipinit()
139 ctlr->ch_detach = ata_serverworks_ch_detach; in ata_serverworks_chipinit()
167 ctlr->ch_detach = ata_via_ch_detach; in ata_via_chipinit()
98 ctlr->ch_detach = ata_pci_ch_detach; in ata_pci_attach()659 if (ctlr->ch_detach) in ata_pcichannel_detach()660 return (ctlr->ch_detach(dev)); in ata_pcichannel_detach()
62 int (*ch_detach)(device_t); member