Searched refs:hif_block_rx_ext (Results 1 – 4 of 4) sorted by relevance
241 int (*hif_block_rx_ext)(struct wilc *wilc, u32 addr, u8 *buf, u32 size); member
1132 .hif_block_rx_ext = wilc_spi_read,
1103 .hif_block_rx_ext = wilc_sdio_read,
787 ret = wilc->hif_func->hif_block_rx_ext(wilc, 0, buffer, size); in wilc_wlan_handle_isr_ext()