Home
last modified time | relevance | path

Searched refs:xfer_done_cb (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/net/caif/
Dcaif_spi.h67 void (*xfer_done_cb) (struct cfspi_ifc *ifc); member
/Linux-v5.4/Documentation/networking/caif/
Dspi_porting.txt58 void (*xfer_done_cb) (struct cfspi_ifc *ifc);
132 * do is to call the xfer_done_cb() function, providing the pointer
/Linux-v5.4/drivers/net/caif/
Dcaif_spi.c656 cfspi->ifc.xfer_done_cb = cfspi_xfer_done_cb; in cfspi_init()