Searched refs:crcaps (Results 1 – 5 of 5) sorted by relevance
| /Zephyr-latest/drivers/i3c/ |
| D | i3c_shell.c | 229 desc->crcaps.crcaps1, desc->crcaps.crcaps2); in cmd_i3c_info() 278 desc->crcaps.crcaps1, desc->crcaps.crcaps2); in cmd_i3c_info() 1503 shell_print(sh, "CRCAPS: 0x%02x; 0x%02x", caps.fmt2.crcaps[0], in cmd_i3c_ccc_getcaps() 1504 caps.fmt2.crcaps[1]); in cmd_i3c_ccc_getcaps() 1505 memcpy(&desc->crcaps, &caps, sizeof(desc->crcaps)); in cmd_i3c_ccc_getcaps()
|
| D | i3c_ccc.c | 641 memcpy(caps->fmt2.crcaps, data, len); in i3c_ccc_do_getcaps() 643 memset(&caps->fmt2.crcaps[len], 0, sizeof(caps->fmt2.crcaps) - len); in i3c_ccc_do_getcaps()
|
| D | i3c_common.c | 687 (target->crcaps.crcaps2 & I3C_CCC_GETCAPS_CRCAPS2_DEEP_SLEEP_CAPABLE)) { in i3c_device_controller_handoff() 707 if (target->crcaps.crcaps2 & in i3c_device_controller_handoff()
|
| /Zephyr-latest/include/zephyr/drivers/i3c/ |
| D | ccc.h | 984 uint8_t crcaps[2]; member
|
| /Zephyr-latest/include/zephyr/drivers/ |
| D | i3c.h | 1072 } crcaps; member
|