Searched refs:update_ios (Results 1 – 4 of 4) sorted by relevance
72 int (*update_ios)(struct dwmmc_softc *sc, struct mmc_ios *ios); member
93 sc->update_ios = &dwmmc_rockchip_update_ios; in rockchip_dwmmc_attach()
915 if (sc->update_ios) in dwmmc_update_ios()916 ret = sc->update_ios(sc, ios); in dwmmc_update_ios()
97 METHOD int update_ios {