Searched refs:hif_func (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/net/wireless/microchip/wilc1000/ |
| H A D | wlan.c | 396 wilc->hif_func->hif_read_reg(wilc, WILC_SDIO_WAKEUP_REG, ®); in chip_allow_sleep() 398 wilc->hif_func->hif_write_reg(wilc, WILC_SDIO_WAKEUP_REG, in chip_allow_sleep() 400 wilc->hif_func->hif_write_reg(wilc, WILC_SDIO_HOST_TO_FW_REG, 0); in chip_allow_sleep() 407 const struct wilc_hif_func *h = wilc->hif_func; in chip_wakeup() 466 wilc->hif_func->hif_write_reg(wilc, WILC_CORTUS_INTERRUPT_2, 1); in host_wakeup_notify() 474 wilc->hif_func->hif_write_reg(wilc, WILC_CORTUS_INTERRUPT_1, 1); in host_sleep_notify() 537 func = wilc->hif_func; in wilc_wlan_handle_txq() 751 wilc->hif_func->hif_clear_int_ext(wilc, 0); in wilc_unknown_isr_ext() 766 wilc->hif_func->hif_read_size(wilc, &size); in wilc_wlan_handle_isr_ext() 779 wilc->hif_func->hif_clear_int_ext(wilc, DATA_INT_CLR | ENABLE_RX_VMM); in wilc_wlan_handle_isr_ext() [all …]
|
| H A D | netdev.c | 447 wl->hif_func->disable_interrupt) { in wilc_wlan_deinitialize() 449 wl->hif_func->disable_interrupt(wl); in wilc_wlan_deinitialize() 508 wl->hif_func->enable_interrupt && in wilc_wlan_initialize() 509 wl->hif_func->enable_interrupt(wl)) { in wilc_wlan_initialize() 550 wl->hif_func->disable_interrupt) in wilc_wlan_initialize() 551 wl->hif_func->disable_interrupt(wl); in wilc_wlan_initialize()
|
| H A D | netdev.h | 202 const struct wilc_hif_func *hif_func; member
|
| H A D | cfg80211.c | 1747 wl->hif_func = ops; in wilc_cfg80211_init()
|