Home
last modified time | relevance | path

Searched refs:cfhsi_tx (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.4/include/net/caif/
Dcaif_hsi.h106 int (*cfhsi_tx) (u8 *ptr, int len, struct cfhsi_ops *dev); member
/Linux-v5.4/drivers/net/caif/
Dcaif_hsi.c359 res = cfhsi->ops->cfhsi_tx(cfhsi->tx_buf, len, cfhsi->ops); in cfhsi_start_tx()
880 res = cfhsi->ops->cfhsi_tx(cfhsi->tx_buf, len, cfhsi->ops); in cfhsi_wake_up()
1093 res = cfhsi->ops->cfhsi_tx(cfhsi->tx_buf, len, cfhsi->ops); in cfhsi_xmit()