Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/usb/device_next/
Dusbd_shell.c477 size_t match_idx = 0; in configuration_speed() local
485 if (match_idx == idx) { in configuration_speed()
491 ++match_idx; in configuration_speed()
499 size_t match_idx = 0; in configuration_lookup() local
507 if (match_idx == idx) { in configuration_lookup()
512 ++match_idx; in configuration_lookup()
520 size_t match_idx = 0; in class_node_name_lookup() local
530 if (match_idx == idx) { in class_node_name_lookup()
535 ++match_idx; in class_node_name_lookup()
542 size_t match_idx = 0; in device_context_lookup() local
[all …]
/Zephyr-Core-3.7.0/subsys/shell/
Dshell_utils.c503 size_t match_idx = 0; in shell_device_internal() local
516 if (match_idx == idx) { in shell_device_internal()
519 ++match_idx; in shell_device_internal()
/Zephyr-Core-3.7.0/subsys/testsuite/ztest/src/
Dztest.c1353 size_t match_idx = 0; in suite_lookup() local
1362 if (match_idx == idx) { in suite_lookup()
1365 ++match_idx; in suite_lookup()