Searched refs:hif_is_init (Results 1 – 4 of 4) sorted by relevance
376 bool (*hif_is_init)(struct wilc *wilc); member
941 .hif_is_init = wilc_sdio_is_init,
1318 .hif_is_init = wilc_spi_is_init,
1486 if (!wilc->hif_func->hif_is_init(wilc)) { in wilc_wlan_init()