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