Searched refs:rt_spi_bit_ops (Results 1 – 3 of 3) sorted by relevance
21 struct rt_spi_bit_ops struct43 struct rt_spi_bit_ops *ops; argument49 struct rt_spi_bit_ops *ops);
32 rt_inline void spi_delay(struct rt_spi_bit_ops *ops) in spi_delay()37 rt_inline void spi_delay2(struct rt_spi_bit_ops *ops) in spi_delay2()51 rt_inline rt_ssize_t spi_xfer_4line_data8(struct rt_spi_bit_ops *ops, in spi_xfer_4line_data8()126 rt_inline rt_ssize_t spi_xfer_4line_data16(struct rt_spi_bit_ops *ops, in spi_xfer_4line_data16()201 rt_inline rt_ssize_t spi_xfer_3line_data8(struct rt_spi_bit_ops *ops, in spi_xfer_3line_data8()314 rt_inline rt_ssize_t spi_xfer_3line_data16(struct rt_spi_bit_ops *ops, in spi_xfer_3line_data16()430 struct rt_spi_bit_ops *ops = obj->ops; in spi_bit_configure()471 struct rt_spi_bit_ops *ops = obj->ops; in spi_bit_xfer()570 struct rt_spi_bit_ops *ops) in rt_spi_bit_add_bus()
47 struct rt_spi_bit_ops ops;230 static struct rt_spi_bit_ops soft_spi_ops=254 rt_memcpy(&spi_obj[i].ops, &soft_spi_ops, sizeof(struct rt_spi_bit_ops)); in rt_soft_spi_init()
Completed in 5 milliseconds