Searched refs:active_preset (Results 1 – 1 of 1) sorted by relevance
549 static struct has_preset *active_preset; variable1289 if (active_preset != preset) { in preset_set_active()1290 active_preset = preset; in preset_set_active()1352 if (active_preset == NULL) { in handle_set_next_preset()1355 next = preset_get_next(active_preset); in handle_set_next_preset()1378 if (active_preset == NULL) { in handle_set_prev_preset()1381 prev = preset_get_prev(active_preset); in handle_set_prev_preset()1556 if (preset == active_preset) { in bt_has_preset_unregister()1675 if (active_preset == NULL) { in bt_has_preset_active_get()1679 return active_preset->index; in bt_has_preset_active_get()