Searched refs:test_preset_index_5 (Results 1 – 2 of 2) sorted by relevance
36 extern const uint8_t test_preset_index_5;96 } else if (record->index == test_preset_index_5) { in preset_read_rsp_cb()112 } else if (record->index == test_preset_index_5) { in preset_update_cb()237 if (!test_preset_switch(test_preset_index_5)) { in test_main()238 FAIL("Failed to switch preset %d\n", test_preset_index_5); in test_main()247 if (!test_preset_next(test_preset_index_5)) { in test_main()248 FAIL("Failed to set next preset %d\n", test_preset_index_5); in test_main()257 if (!test_preset_prev(test_preset_index_5)) { in test_main()258 FAIL("Failed to set previous preset %d\n", test_preset_index_5); in test_main()267 if (!test_preset_prev(test_preset_index_5)) { in test_main()[all …]
27 const uint8_t test_preset_index_5 = 0x05; variable90 preset_param.index = test_preset_index_5; in test_common()