Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.c566 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_allow_sleep() local
630 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_wakeup() local
680 wilc->hif_func->hif_reset(wilc); in chip_wakeup()
795 func = wilc->hif_func; in wilc_wlan_handle_txq()
1020 wilc->hif_func->hif_clear_int_ext(wilc, 0); in wilc_unknown_isr_ext()
1035 wilc->hif_func->hif_read_size(wilc, &size); in wilc_wlan_handle_isr_ext()
1261 wilc->hif_func->hif_deinit(wilc); in wilc_wlan_cleanup()
1418 ret = wilc->hif_func->hif_read_reg(wilc, in init_chip()
1426 ret = wilc->hif_func->hif_write_reg(wilc, in init_chip()
1433 ret = wilc->hif_func->hif_write_reg(wilc, in init_chip()
[all …]
H A Dnetdev.c445 wl->hif_func->disable_interrupt) { in wilc_wlan_deinitialize()
447 wl->hif_func->disable_interrupt(wl); in wilc_wlan_deinitialize()
506 wl->hif_func->enable_interrupt && in wilc_wlan_initialize()
507 wl->hif_func->enable_interrupt(wl)) { in wilc_wlan_initialize()
548 wl->hif_func->disable_interrupt) in wilc_wlan_initialize()
549 wl->hif_func->disable_interrupt(wl); in wilc_wlan_initialize()
H A Dnetdev.h201 const struct wilc_hif_func *hif_func; member
H A Dcfg80211.c1804 wl->hif_func = ops; in wilc_cfg80211_init()