Searched refs:release_bus (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/wireless/microchip/wilc1000/ |
| H A D | wlan.c | 782 static inline int release_bus(struct wilc *wilc, enum bus_release release) in release_bus() function 803 return release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in host_wakeup_notify() 817 return release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in host_sleep_notify() 1019 ret = release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 1094 rv = release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 1241 ret = release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_handle_isr() 1277 ret = release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_firmware_download() 1302 rv = release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_firmware_download() 1369 rv = release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_start() 1416 rv = release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_stop() [all …]
|
| /linux/drivers/mmc/host/ |
| H A 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()
|
| H A D | cavium-thunderx.c | 107 host->release_bus = thunder_mmc_release_bus; in thunder_mmc_probe()
|
| H A D | cavium.h | 86 void (*release_bus)(struct cvm_mmc_host *); member
|