Searched refs:release_bus (Results 1 – 6 of 6) sorted by relevance
/linux-6.12.1/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()
|
/linux-6.12.1/drivers/net/wireless/microchip/wilc1000/ |
D | wlan.c | 22 static inline void release_bus(struct wilc *wilc, enum bus_release release) in release_bus() function 683 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in host_wakeup_notify() 691 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in host_sleep_notify() 863 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 934 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_handle_txq() 1073 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_handle_isr() 1104 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_firmware_download() 1126 release_bus(wilc, WILC_BUS_RELEASE_ALLOW_SLEEP); in wilc_wlan_firmware_download() 1185 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_start() 1230 release_bus(wilc, WILC_BUS_RELEASE_ONLY); in wilc_wlan_stop() [all …]
|
/linux-6.12.1/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()
|