Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/wilc1000/
Dwilc_wlan.h245 int (*hif_block_tx_ext)(struct wilc *wilc, u32 addr, u8 *buf, u32 size); member
Dwilc_spi.c1123 .hif_block_tx_ext = wilc_spi_write,
Dwilc_sdio.c1106 .hif_block_tx_ext = sdio_write,
Dwilc_wlan.c700 ret = func->hif_block_tx_ext(wilc, 0, txb, offset); in wilc_wlan_handle_txq()