Searched refs:release_bus (Results 1 – 6 of 6) sorted by relevance
/drivers/i2c/busses/ |
D | i2c-designware-amdpsp.c | 135 static void release_bus(void) in release_bus() function 163 release_bus(); in psp_release_i2c_bus_deferred() 230 release_bus(); in psp_release_i2c_bus()
|
/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 27 static inline void release_bus(struct wilc *wilc, enum bus_release release) in release_bus() function 688 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in host_wakeup_notify() 696 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in host_sleep_notify() 868 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 939 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 1078 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_handle_isr() 1109 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_firmware_download() 1131 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_firmware_download() 1190 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_start() 1230 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_stop() [all …]
|
/drivers/mmc/host/ |
D | cavium.c | 503 host->release_bus(host); in cvm_mmc_interrupt() 704 host->release_bus(host); in cvm_mmc_dma_request() 894 host->release_bus(host); in cvm_mmc_set_ios() 1063 host->release_bus(host); in cvm_mmc_of_slot_probe()
|
D | cavium-thunderx.c | 107 host->release_bus = thunder_mmc_release_bus; in thunder_mmc_probe()
|
D | cavium.h | 86 void (*release_bus)(struct cvm_mmc_host *); member
|
D | cavium-octeon.c | 167 host->release_bus = octeon_mmc_release_bus; in octeon_mmc_probe()
|