Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.10/drivers/input/ |
D | input.c | 1489 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1502 INPUT_DEV_CAP_ATTR(EV, ev); 1503 INPUT_DEV_CAP_ATTR(KEY, key); 1504 INPUT_DEV_CAP_ATTR(REL, rel); 1505 INPUT_DEV_CAP_ATTR(ABS, abs); 1506 INPUT_DEV_CAP_ATTR(MSC, msc); 1507 INPUT_DEV_CAP_ATTR(LED, led); 1508 INPUT_DEV_CAP_ATTR(SND, snd); 1509 INPUT_DEV_CAP_ATTR(FF, ff); 1510 INPUT_DEV_CAP_ATTR(SW, sw);
|