Lines Matching refs:send_buf
53 const void *send_buf, in spi_xfer_4line_data8() argument
63 const rt_uint8_t *send_ptr = send_buf; in spi_xfer_4line_data8()
73 if (send_buf != RT_NULL) in spi_xfer_4line_data8()
128 const void *send_buf, in spi_xfer_4line_data16() argument
138 const rt_uint16_t *send_ptr = send_buf; in spi_xfer_4line_data16()
148 if (send_buf != RT_NULL) in spi_xfer_4line_data16()
203 const void *send_buf, in spi_xfer_3line_data8() argument
213 const rt_uint8_t *send_ptr = send_buf; in spi_xfer_3line_data8()
218 if ((send_buf != RT_NULL) || (recv_buf == RT_NULL)) in spi_xfer_3line_data8()
234 if (send_buf != RT_NULL) in spi_xfer_3line_data8()
316 const void *send_buf, in spi_xfer_3line_data16() argument
326 const rt_uint16_t *send_ptr = send_buf; in spi_xfer_3line_data16()
331 if ((send_buf != RT_NULL) || (recv_buf == RT_NULL)) in spi_xfer_3line_data16()
347 if (send_buf != RT_NULL) in spi_xfer_3line_data16()
519 … length = spi_xfer_3line_data8(ops, config, message->send_buf, message->recv_buf, message->length); in spi_bit_xfer()
523 …length = spi_xfer_3line_data16(ops, config, message->send_buf, message->recv_buf, message->length); in spi_bit_xfer()
530 … length = spi_xfer_4line_data8(ops, config, message->send_buf, message->recv_buf, message->length); in spi_bit_xfer()
534 …length = spi_xfer_4line_data16(ops, config, message->send_buf, message->recv_buf, message->length); in spi_bit_xfer()