Home
last modified time | relevance | path

Searched refs:bus_ops (Results 1 - 7 of 7) sorted by relevance

/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/
H A Dcore.h171 if (host->bus_ops->cache_enabled) { in mmc_cache_enabled()
172 return host->bus_ops->cache_enabled(host); in mmc_cache_enabled()
H A Dhost.c51 * It's safe to access the bus_ops pointer, as both userspace and the in mmc_host_class_prepare()
54 if (!host->bus_ops) { in mmc_host_class_prepare()
59 if (host->bus_ops->pre_suspend) { in mmc_host_class_prepare()
60 return host->bus_ops->pre_suspend(host); in mmc_host_class_prepare()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_sdio_host_if.h166 sdio_bus_ops bus_ops; member
H A Doal_sdio_host.c277 if (hi_sdio->bus_ops.rx == HI_NULL) { in oal_sdio_data_sg_irq()
282 hi_sdio->bus_ops.rx(hi_sdio->bus_data); in oal_sdio_data_sg_irq()
294 hi_sdio->bus_ops.rx = rx; in oal_sdio_transfer_rx_register()
307 hi_sdio->bus_ops.rx = HI_NULL; in oal_sdio_transfer_rx_unregister()
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/
H A Dhost.h420 const struct mmc_bus_ops *bus_ops; /* current bus driver */ member
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddhd_pcie.c383 static struct dhd_gdb_bus_ops_s bus_ops = { variable
5641 debugger_init((void *) bus, &bus_ops, int_val, SI_ENUM_BASE(bus->sih)); in dhdpcie_bus_doiovar()
H A Ddhd_sdio.c340 static struct dhd_dbg_bus_ops_s bus_ops = { variable
4389 debugger_init((void *) bus, &bus_ops, int_val, SI_ENUM_BASE(bus->sih)); in dhdsdio_doiovar()

Completed in 29 milliseconds