Searched refs:hdr_mode (Results 1 – 7 of 7) sorted by relevance
/Zephyr-latest/include/zephyr/drivers/i3c/ |
D | hdr_ddr.h | 49 msg.hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_write() 77 msg.hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_read() 111 msg[0].hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_write_read() 117 msg[1].hdr_mode = I3C_MSG_HDR_DDR; in i3c_hdr_ddr_write_read()
|
D | target_device.h | 246 uint8_t *hdr_mode); 296 uint8_t *buf, uint16_t len, uint8_t hdr_mode) in i3c_target_tx_write() argument 305 return api->target_tx_write(dev, buf, len, hdr_mode); in i3c_target_tx_write()
|
/Zephyr-latest/include/zephyr/drivers/ |
D | i3c.h | 498 uint8_t hdr_mode; member 870 uint8_t *buf, uint16_t len, uint8_t hdr_mode); 1831 msg.hdr_mode = 0; in i3c_write() 1858 msg.hdr_mode = 0; in i3c_read() 1890 msg[0].hdr_mode = 0; in i3c_write_read() 1896 msg[1].hdr_mode = 0; in i3c_write_read() 1959 msg[0].hdr_mode = 0; in i3c_burst_write() 1965 msg[1].hdr_mode = 0; in i3c_burst_write()
|
/Zephyr-latest/drivers/i3c/ |
D | i3c_rtio.c | 50 RTIO_IODEV_I3C_HDR_MODE_SET(msgs[i].hdr_mode) | in i3c_rtio_copy()
|
D | i3c_cdns.c | 2200 ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode == 0))) { in cdns_i3c_transfer() 2242 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && (msgs[i].flags & I3C_MSG_HDR)) { in cdns_i3c_transfer() 2295 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, msgs[i].hdr_mode); in cdns_i3c_transfer() 2888 uint8_t hdr_mode) in cdns_i3c_target_tx_write() argument 2914 if (hdr_mode == I3C_MSG_HDR_DDR) { in cdns_i3c_target_tx_write() 2922 } else if (hdr_mode == 0) { in cdns_i3c_target_tx_write() 2957 LOG_ERR("%s: Unsupported HDR Mode %d", dev->name, hdr_mode); in cdns_i3c_target_tx_write()
|
D | i3c_npcx.c | 1206 if (!is_msg_hdr || msgs[i].hdr_mode == 0) { in npcx_i3c_transfer() 1232 (msgs[i].hdr_mode == I3C_MSG_HDR_DDR) && is_msg_hdr) { in npcx_i3c_transfer() 1248 msgs[i].hdr_mode, msgs[i].flags); in npcx_i3c_transfer() 2242 uint8_t hdr_mode) in npcx_i3c_target_tx_write() argument 2249 if (hdr_mode != 0) { in npcx_i3c_target_tx_write()
|
D | i3c_stm32.c | 1252 if ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode != 0)) { in i3c_stm32_i3c_transfer()
|