Home
last modified time | relevance | path

Searched refs:hif_func (Results 1 – 4 of 4) sorted by relevance

/linux-6.15/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c547 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_allow_sleep_wilc1000() local
608 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_allow_sleep_wilc3000() local
645 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_wakeup_wilc1000() local
695 wilc->hif_func->hif_reset(wilc); in chip_wakeup_wilc1000()
706 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_wakeup_wilc3000() local
920 func = wilc->hif_func; in wilc_wlan_handle_txq()
1450 wilc->hif_func->hif_deinit(wilc); in wilc_wlan_cleanup()
1644 ret = wilc->hif_func->hif_read_reg(wilc, in init_chip()
1704 ret = wl->hif_func->hif_read_reg(wl, in wilc_load_mac_from_nv()
1711 ret = wl->hif_func->hif_read_reg(wl, in wilc_load_mac_from_nv()
[all …]
H A Dnetdev.c470 wl->hif_func->disable_interrupt) { in wilc_wlan_deinitialize()
472 wl->hif_func->disable_interrupt(wl); in wilc_wlan_deinitialize()
531 wl->hif_func->enable_interrupt && in wilc_wlan_initialize()
532 wl->hif_func->enable_interrupt(wl)) { in wilc_wlan_initialize()
573 wl->hif_func->disable_interrupt) in wilc_wlan_initialize()
574 wl->hif_func->disable_interrupt(wl); in wilc_wlan_initialize()
H A Dnetdev.h210 const struct wilc_hif_func *hif_func; member
H A Dcfg80211.c1830 wl->hif_func = ops; in wilc_cfg80211_init()