Searched refs:mmc_cam_sim_alloc (Results 1 – 5 of 5) sorted by relevance
/freebsd/sys/cam/mmc/ |
H A D | mmc_sim.h | 42 int mmc_cam_sim_alloc(device_t dev, const char *name, struct mmc_sim *mmc_sim);
|
H A D | mmc_sim.c | 182 mmc_cam_sim_alloc(device_t dev, const char *name, struct mmc_sim *mmc_sim) in mmc_cam_sim_alloc() function
|
/freebsd/sys/dev/mmc/host/ |
H A D | dwmmc.c | 749 if (mmc_cam_sim_alloc(dev, "dw_mmc", &sc->mmc_sim) != 0) { in dwmmc_attach()
|
/freebsd/sys/arm/allwinner/ |
H A D | aw_mmc.c | 477 if (mmc_cam_sim_alloc(dev, "aw_mmc", &sc->mmc_sim) != 0) { in aw_mmc_attach()
|
/freebsd/sys/dev/rtsx/ |
H A D | rtsx.c | 3728 if (mmc_cam_sim_alloc(dev, "rtsx_mmc", &sc->rtsx_mmc_sim) != 0) {
|