Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/wilc1000/
Dwilc_wlan.h240 int (*hif_block_tx_ext)(struct wilc *wilc, u32 addr, u8 *buf, u32 size); member
Dwilc_spi.c1131 .hif_block_tx_ext = wilc_spi_write,
Dwilc_sdio.c1102 .hif_block_tx_ext = wilc_sdio_write,
Dwilc_wlan.c670 ret = func->hif_block_tx_ext(wilc, 0, txb, offset); in wilc_wlan_handle_txq()