Searched refs:txBuf (Results 1 - 1 of 1) sorted by relevance
/device/soc/rockchip/rk2206/hardware/include/lz_hardware/ |
H A D | spi.h | 102 * @txBuf Indicates the data to be written, or NULL. 110 const void *txBuf; member 165 msg.txBuf = NULL; in LzSpiRead() 179 msg.txBuf = buf; in LzSpiWrite() 187 const void *txBuf, void *rxBuf, in LzSpiWriteAndRead() 195 msg.txBuf = txBuf; in LzSpiWriteAndRead() 203 const void *txBuf, unsigned int txLen, in LzSpiWriteThenRead() 212 msg.txBuf = txBuf; in LzSpiWriteThenRead() 186 LzSpiWriteAndRead(unsigned int id, unsigned int chn, const void *txBuf, void *rxBuf, unsigned int len) LzSpiWriteAndRead() argument 202 LzSpiWriteThenRead(unsigned int id, unsigned int chn, const void *txBuf, unsigned int txLen, void *rxBuf, unsigned int rxLen) LzSpiWriteThenRead() argument [all...] |
Completed in 1 milliseconds