Searched refs:hif_func (Results 1 – 4 of 4) sorted by relevance
| /Linux-v5.15/drivers/net/wireless/microchip/wilc1000/ |
| D | wlan.c | 555 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_allow_sleep() local 579 ret = hif_func->hif_read_reg(wilc, to_host_from_fw_reg, ®); in chip_allow_sleep() 589 ret = hif_func->hif_read_reg(wilc, wakeup_reg, ®); in chip_allow_sleep() 594 ret = hif_func->hif_write_reg(wilc, wakeup_reg, reg); in chip_allow_sleep() 599 ret = hif_func->hif_read_reg(wilc, from_host_to_fw_reg, ®); in chip_allow_sleep() 604 ret = hif_func->hif_write_reg(wilc, from_host_to_fw_reg, reg); in chip_allow_sleep() 615 const struct wilc_hif_func *h = wilc->hif_func; in chip_wakeup() 674 wilc->hif_func->hif_write_reg(wilc, WILC_CORTUS_INTERRUPT_2, 1); in host_wakeup_notify() 682 wilc->hif_func->hif_write_reg(wilc, WILC_CORTUS_INTERRUPT_1, 1); in host_sleep_notify() 782 func = wilc->hif_func; in wilc_wlan_handle_txq() [all …]
|
| D | netdev.c | 443 wl->hif_func->disable_interrupt) { in wilc_wlan_deinitialize() 445 wl->hif_func->disable_interrupt(wl); in wilc_wlan_deinitialize() 504 wl->hif_func->enable_interrupt && in wilc_wlan_initialize() 505 wl->hif_func->enable_interrupt(wl)) { in wilc_wlan_initialize() 546 wl->hif_func->disable_interrupt) in wilc_wlan_initialize() 547 wl->hif_func->disable_interrupt(wl); in wilc_wlan_initialize()
|
| D | netdev.h | 210 const struct wilc_hif_func *hif_func; member
|
| D | cfg80211.c | 1726 wl->hif_func = ops; in wilc_cfg80211_init()
|