Lines Matching defs:wb
97 wb_sdmmc_read_data(struct wb_softc *wb, uint8_t *data, int len) in wb_sdmmc_read_data()
103 wb_sdmmc_write_data(struct wb_softc *wb, uint8_t *data, int len) in wb_sdmmc_write_data()
111 struct wb_softc *wb = opaque; in wb_sdmmc_discover() local
119 wb_sdmmc_enable(struct wb_softc *wb) in wb_sdmmc_enable()
152 wb_sdmmc_disable(struct wb_softc *wb) in wb_sdmmc_disable()
166 wb_sdmmc_attach(struct wb_softc *wb) in wb_sdmmc_attach()
192 wb_sdmmc_detach(struct wb_softc *wb, int flags) in wb_sdmmc_detach()
237 struct wb_softc *wb = sch; in wb_sdmmc_card_detect() local
252 struct wb_softc *wb = sch; in wb_sdmmc_write_protect() local
275 struct wb_softc *wb = sch; in wb_sdmmc_bus_clock() local
300 struct wb_softc *wb = sch; in wb_sdmmc_bus_width() local
322 wb_sdmmc_rsp_read_long(struct wb_softc *wb, struct sdmmc_command *cmd) in wb_sdmmc_rsp_read_long()
351 wb_sdmmc_rsp_read_short(struct wb_softc *wb, struct sdmmc_command *cmd) in wb_sdmmc_rsp_read_short()
376 wb_sdmmc_transfer_data(struct wb_softc *wb, struct sdmmc_command *cmd) in wb_sdmmc_transfer_data()
439 struct wb_softc *wb = sch; in wb_sdmmc_exec_command() local
580 wb_sdmmc_intr(struct wb_softc *wb) in wb_sdmmc_intr()
612 wb_sdmmc_suspend(struct wb_softc *wb) in wb_sdmmc_suspend()
618 wb_sdmmc_resume(struct wb_softc *wb) in wb_sdmmc_resume()