Home
last modified time | relevance | path

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

/drivers/net/wireless/microchip/wilc1000/
Dwlan.h334 int (*hif_block_rx_ext)(struct wilc *wilc, u32 addr, u8 *buf, u32 size); member
Dspi.c944 .hif_block_rx_ext = wilc_spi_read,
Dsdio.c975 .hif_block_rx_ext = wilc_sdio_read,
Dwlan.c780 ret = wilc->hif_func->hif_block_rx_ext(wilc, 0, buffer, size); in wilc_wlan_handle_isr_ext()