Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/net/caif/
H A Dcaif_hsi.h106 int (*cfhsi_tx) (u8 *ptr, int len, struct cfhsi_ops *dev); member
/OK3568_Linux_fs/kernel/drivers/net/caif/
H A Dcaif_hsi.c359 res = cfhsi->ops->cfhsi_tx(cfhsi->tx_buf, len, cfhsi->ops); in cfhsi_start_tx()
865 res = cfhsi->ops->cfhsi_tx(cfhsi->tx_buf, len, cfhsi->ops); in cfhsi_wake_up()
1078 res = cfhsi->ops->cfhsi_tx(cfhsi->tx_buf, len, cfhsi->ops); in cfhsi_xmit()