Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h405 bool (*hif_is_init)(struct wilc *wilc); member
H A Dsdio.c1005 .hif_is_init = wilc_sdio_is_init,
H A Dspi.c1373 .hif_is_init = wilc_spi_is_init,
H A Dwlan.c1747 if (!wilc->hif_func->hif_is_init(wilc)) { in wilc_wlan_init()