Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/wireless/microchip/wilc1000/
H A Dwlan.h376 bool (*hif_is_init)(struct wilc *wilc); member
H A Dsdio.c941 .hif_is_init = wilc_sdio_is_init,
H A Dspi.c1318 .hif_is_init = wilc_spi_is_init,
H A Dwlan.c1486 if (!wilc->hif_func->hif_is_init(wilc)) { in wilc_wlan_init()