Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.h247 int (*hif_sync_ext)(struct wilc *wilc, int nint); member
Dwilc_spi.c1125 .hif_sync_ext = wilc_spi_sync_ext,
Dwilc_sdio.c1108 .hif_sync_ext = sdio_sync_ext,
Dwilc_wlan.c985 wilc->hif_func->hif_sync_ext(wilc, NUM_INT_EXT); in wilc_wlan_start()