Searched refs:INPUT_DEV_CAP_ATTR (Results  1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/input/ | 
| D | input.c | 1484 #define INPUT_DEV_CAP_ATTR(ev, bm)					\  macro1497 INPUT_DEV_CAP_ATTR(EV, ev);
 1498 INPUT_DEV_CAP_ATTR(KEY, key);
 1499 INPUT_DEV_CAP_ATTR(REL, rel);
 1500 INPUT_DEV_CAP_ATTR(ABS, abs);
 1501 INPUT_DEV_CAP_ATTR(MSC, msc);
 1502 INPUT_DEV_CAP_ATTR(LED, led);
 1503 INPUT_DEV_CAP_ATTR(SND, snd);
 1504 INPUT_DEV_CAP_ATTR(FF, ff);
 1505 INPUT_DEV_CAP_ATTR(SW, sw);
 
 |