Searched refs:ch_detach (Results 1 – 11 of 11) 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()
145 ctlr->ch_detach = ata_sii_ch_detach; in ata_sii_chipinit()167 ctlr->ch_detach = ata_pci_ch_detach; in ata_sii_chipinit()
135 ctlr->ch_detach = ata_pci_ch_detach; in ata_marvell_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()
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()
95 ctlr->ch_detach = ata_pci_ch_detach; in ata_pci_attach()656 if (ctlr->ch_detach) in ata_pcichannel_detach()657 return (ctlr->ch_detach(dev)); in ata_pcichannel_detach()
62 int (*ch_detach)(device_t); member