Home
last modified time | relevance | path

Searched refs:dwmmc_attach (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/mmc/host/
H A Ddwmmc_hisi.c81 return (dwmmc_attach(dev)); in hisi_dwmmc_attach()
H A Ddwmmc_altera.c82 return (dwmmc_attach(dev)); in altera_dwmmc_attach()
H A Ddwmmc_var.h100 int dwmmc_attach(device_t);
H A Ddwmmc_rockchip.c94 rc = dwmmc_attach(dev); in rockchip_dwmmc_attach()
H A Ddwmmc_samsung.c109 return (dwmmc_attach(dev)); in samsung_dwmmc_attach()
H A Ddwmmc.c659 dwmmc_attach(device_t dev) in dwmmc_attach() function