Searched refs:HAS_CSWITCH_1 (Results 1 – 4 of 4) sorted by relevance
273 control->flags |= HAS_CSWITCH_1; in create_controls_for_elem()277 if ((control->flags & (HAS_CSWITCH_0 | HAS_CSWITCH_1)) == HAS_CSWITCH_1) { in create_controls_for_elem()278 control->flags ^= HAS_CSWITCH_0 | HAS_CSWITCH_1; in create_controls_for_elem()342 control->flags |= HAS_CSWITCH_1; in create_controls_for_elem()355 if ((control->flags & (HAS_CSWITCH_0 | HAS_CSWITCH_1)) == HAS_CSWITCH_1) { in create_controls_for_elem()356 control->flags ^= HAS_CSWITCH_0 | HAS_CSWITCH_1; in create_controls_for_elem()428 control->flags |= HAS_CSWITCH_1; in create_controls_for_elem()437 if ((control->flags & (HAS_CSWITCH_0 | HAS_CSWITCH_1)) == HAS_CSWITCH_1) { in create_controls_for_elem()438 control->flags ^= HAS_CSWITCH_0 | HAS_CSWITCH_1; in create_controls_for_elem()
20 #define HAS_CSWITCH_1 (1u << 14) macro
309 if (!(control->flags & HAS_CSWITCH_1)) { in display_focus_item_info()536 if (err >= 0 && (control->flags & HAS_CSWITCH_1)) in display_control()
408 switch_1_mask = HAS_CSWITCH_1; in toggle_switches()