Home
last modified time | relevance | path

Searched refs:i3c_ccc_do_rstact (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/include/zephyr/drivers/i3c/
Dccc.h1445 int i3c_ccc_do_rstact(const struct i3c_device_desc *target,
1464 return i3c_ccc_do_rstact(target, action, false, NULL); in i3c_ccc_do_rstact_fmt2()
1483 return i3c_ccc_do_rstact(target, action, true, data); in i3c_ccc_do_rstact_fmt3()
/Zephyr-latest/drivers/i3c/
Di3c_ccc.c105 int i3c_ccc_do_rstact(const struct i3c_device_desc *target, in i3c_ccc_do_rstact() function