Home
last modified time | relevance | path

Searched refs:ahci_attached (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/ahci/
H A Dahci.h672 void ahci_attached(device_t dev, struct ahci_channel *ch);
H A Dahci.c723 ahci_attached(device_t dev, struct ahci_channel *ch) in ahci_attached() function
924 ahci_attached(device_get_parent(dev), ch); in ahci_ch_attach()