Searched refs:release_bus (Results 1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/staging/wilc1000/ |
| D | wilc_wlan.c | 24 static inline void release_bus(struct wilc *wilc, enum bus_release release) in release_bus() function 462 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in host_wakeup_notify() 470 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in host_sleep_notify() 581 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 612 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 673 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 816 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_handle_isr() 856 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_firmware_download() 886 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_start() 918 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_start() [all …]
|
| /Linux-v5.4/drivers/mmc/host/ |
| D | cavium.c | 504 host->release_bus(host); in cvm_mmc_interrupt() 706 host->release_bus(host); in cvm_mmc_dma_request() 896 host->release_bus(host); in cvm_mmc_set_ios() 1066 host->release_bus(host); in cvm_mmc_of_slot_probe()
|
| D | cavium-thunderx.c | 102 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 | 166 host->release_bus = octeon_mmc_release_bus; in octeon_mmc_probe()
|