Home
last modified time | relevance | path

Searched refs:hdr_mode (Results 1 – 7 of 7) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dhdr_ddr.h49 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()
Dtarget_device.h246 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/
Di3c.h498 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/
Di3c_rtio.c50 RTIO_IODEV_I3C_HDR_MODE_SET(msgs[i].hdr_mode) | in i3c_rtio_copy()
Di3c_cdns.c2200 ((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()
Di3c_npcx.c1206 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()
Di3c_stm32.c1252 if ((msgs[i].flags & I3C_MSG_HDR) && (msgs[i].hdr_mode != 0)) { in i3c_stm32_i3c_transfer()