Lines Matching refs:level

86 usb_ts_show_menu(uint8_t level, const char *title, const char *fmt,...)  in usb_ts_show_menu()  argument
101 for (x = 0; x != level; x++) { in usb_ts_show_menu()
102 if ((x + 1) == level) in usb_ts_show_menu()
113 printf("%s", indent[level]); in usb_ts_show_menu()
132 usb_ts_select[level] = retval; in usb_ts_show_menu()
189 show_default_audio_select(uint8_t level) in show_default_audio_select() argument
233 retval = usb_ts_show_menu(level, "Default Audio Settings", in show_default_audio_select()
277 show_device_audio_select(uint8_t level) in show_device_audio_select() argument
283 retval = usb_ts_show_menu(level, "Select Audio Device Model", in show_device_audio_select()
291 show_default_audio_select(level + 1); in show_device_audio_select()
300 show_device_msc_select(uint8_t level) in show_device_msc_select() argument
306 show_device_ethernet_select(uint8_t level) in show_device_ethernet_select() argument
312 show_default_keyboard_select(uint8_t level) in show_default_keyboard_select() argument
345 retval = usb_ts_show_menu(level, "Default Keyboard Settings", in show_default_keyboard_select()
378 show_device_keyboard_select(uint8_t level) in show_device_keyboard_select() argument
384 retval = usb_ts_show_menu(level, "Select Keyboard Model", in show_device_keyboard_select()
392 show_default_keyboard_select(level + 1); in show_device_keyboard_select()
401 show_default_mouse_select(uint8_t level) in show_default_mouse_select() argument
442 retval = usb_ts_show_menu(level, "Default Mouse Settings", in show_default_mouse_select()
489 show_device_mouse_select(uint8_t level) in show_device_mouse_select() argument
495 retval = usb_ts_show_menu(level, "Select Mouse Model", in show_device_mouse_select()
503 show_default_mouse_select(level + 1); in show_device_mouse_select()
512 show_device_mtp_select(uint8_t level) in show_device_mtp_select() argument
518 show_default_modem_select(uint8_t level) in show_default_modem_select() argument
562 retval = usb_ts_show_menu(level, "Default Modem Settings", in show_default_modem_select()
606 show_device_modem_select(uint8_t level) in show_device_modem_select() argument
612 retval = usb_ts_show_menu(level, "Select Modem Model", in show_device_modem_select()
620 show_default_modem_select(level + 1); in show_device_modem_select()
629 show_device_generic_select(uint8_t level) in show_device_generic_select() argument
634 show_device_select(uint8_t level) in show_device_select() argument
640 retval = usb_ts_show_menu(level, "Select Device Mode Test Group", in show_device_select()
655 show_device_audio_select(level + 1); in show_device_select()
658 show_device_msc_select(level + 1); in show_device_select()
661 show_device_ethernet_select(level + 1); in show_device_select()
664 show_device_keyboard_select(level + 1); in show_device_select()
667 show_device_mouse_select(level + 1); in show_device_select()
670 show_device_mtp_select(level + 1); in show_device_select()
673 show_device_modem_select(level + 1); in show_device_select()
676 show_device_generic_select(level + 1); in show_device_select()
685 show_host_select(uint8_t level) in show_host_select() argument
704 retval = usb_ts_show_menu(level, "Select Host Mode Test (via LibUSB)", in show_host_select()
728 show_host_device_selection(level + 1, &dev_vid, &dev_pid); in show_host_select()
738 show_host_msc_test(level + 1, dev_vid, dev_pid, duration); in show_host_select()
741 show_host_modem_test(level + 1, dev_vid, dev_pid, duration); in show_host_select()
777 show_mode_select(uint8_t level) in show_mode_select() argument
783 retval = usb_ts_show_menu(level, "Select Computer Mode", in show_mode_select()
792 show_device_select(level + 1); in show_mode_select()
795 show_host_select(level + 1); in show_mode_select()