Lines Matching refs:EV_SW
67 * switches [ro] - bitmap of switches (EV_SW) which can be
97 * @type: type of button (%EV_KEY, %EV_SW)
104 BUG_ON(type != EV_SW && type != EV_KEY);
112 * @type: type of button (%EV_KEY, %EV_SW)
120 BUG_ON(type != EV_SW && type != EV_KEY);
177 * @type: button type (%EV_KEY, %EV_SW)
225 * @type: button type (%EV_KEY, %EV_SW)
301 ATTR_SHOW_FN(switches, EV_SW, false);
303 ATTR_SHOW_FN(disabled_switches, EV_SW, true);
332 ATTR_STORE_FN(disabled_switches, EV_SW);