Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_wlan.h242 int (*hif_sync_ext)(struct wilc *wilc, int nint); member
Dwilc_spi.c1133 .hif_sync_ext = wilc_spi_sync_ext,
Dwilc_sdio.c1104 .hif_sync_ext = wilc_sdio_sync_ext,
Dwilc_wlan.c922 wilc->hif_func->hif_sync_ext(wilc, NUM_INT_EXT); in wilc_wlan_start()