Lines Matching refs:EV_SW
70 * switches [ro] - bitmap of switches (EV_SW) which can be
100 * @type: type of button (%EV_KEY, %EV_SW)
107 BUG_ON(type != EV_SW && type != EV_KEY);
115 * @type: type of button (%EV_KEY, %EV_SW)
123 BUG_ON(type != EV_SW && type != EV_KEY);
187 * @type: button type (%EV_KEY, %EV_SW)
235 * @type: button type (%EV_KEY, %EV_SW)
311 ATTR_SHOW_FN(switches, EV_SW, false);
313 ATTR_SHOW_FN(disabled_switches, EV_SW, true);
342 ATTR_STORE_FN(disabled_switches, EV_SW);