Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
/Linux-v5.15/drivers/input/ |
D | input.c | 1530 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1543 INPUT_DEV_CAP_ATTR(EV, ev); 1544 INPUT_DEV_CAP_ATTR(KEY, key); 1545 INPUT_DEV_CAP_ATTR(REL, rel); 1546 INPUT_DEV_CAP_ATTR(ABS, abs); 1547 INPUT_DEV_CAP_ATTR(MSC, msc); 1548 INPUT_DEV_CAP_ATTR(LED, led); 1549 INPUT_DEV_CAP_ATTR(SND, snd); 1550 INPUT_DEV_CAP_ATTR(FF, ff); 1551 INPUT_DEV_CAP_ATTR(SW, sw);
|