Home
last modified time | relevance | path

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

/linux/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
571 ret = hif_func->hif_read_reg(wilc, to_host_from_fw_reg, &reg); in chip_allow_sleep_wilc1000()
581 ret = hif_func->hif_read_reg(wilc, wakeup_reg, &reg); in chip_allow_sleep_wilc1000()
586 ret = hif_func->hif_write_reg(wilc, wakeup_reg, reg); in chip_allow_sleep_wilc1000()
591 ret = hif_func->hif_read_reg(wilc, from_host_to_fw_reg, &reg); in chip_allow_sleep_wilc1000()
596 ret = hif_func->hif_write_reg(wilc, from_host_to_fw_reg, reg); in chip_allow_sleep_wilc1000()
608 const struct wilc_hif_func *hif_func = wilc->hif_func; in chip_allow_sleep_wilc3000() local
611 ret = hif_func->hif_read_reg(wilc, WILC_SDIO_WAKEUP_REG, &reg); in chip_allow_sleep_wilc3000()
614 ret = hif_func->hif_write_reg(wilc, WILC_SDIO_WAKEUP_REG, in chip_allow_sleep_wilc3000()
619 ret = hif_func->hif_read_reg(wilc, WILC_SPI_WAKEUP_REG, &reg); in chip_allow_sleep_wilc3000()
[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.c1821 wl->hif_func = ops; in wilc_cfg80211_init()