Home
last modified time | relevance | path

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

/Zephyr-latest/drivers/i3c/
Di3c_shell.c19 #define ARGV_TDEV 2 macro
155 *tdev = shell_device_get_binding(argv[ARGV_TDEV]); in i3c_parse_args()
157 shell_error(sh, "I3C: Device driver %s not found.", argv[ARGV_TDEV]); in i3c_parse_args()
187 tdev = shell_device_get_binding(argv[ARGV_TDEV]); in cmd_i3c_info()
189 shell_error(sh, "I3C: Target Device driver %s not found.", argv[ARGV_TDEV]); in cmd_i3c_info()
406 return i3c_write_from_buffer(sh, argv[ARGV_DEV], argv[ARGV_TDEV], argv[ARGV_REG], &argv[4], in cmd_i3c_write()
413 return i3c_write_from_buffer(sh, argv[ARGV_DEV], argv[ARGV_TDEV], argv[ARGV_REG], &argv[4], in cmd_i3c_write_byte()
464 ret = i3c_read_to_buffer(sh, argv[ARGV_DEV], argv[ARGV_TDEV], argv[ARGV_REG], &out, 1); in cmd_i3c_read_byte()
488 ret = i3c_read_to_buffer(sh, argv[ARGV_DEV], argv[ARGV_TDEV], argv[ARGV_REG], buf, in cmd_i3c_read()
1491 tdev = shell_device_get_binding(argv[ARGV_TDEV]); in cmd_i3c_ccc_getvendor()
[all …]