Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/input/ |
D | input.c | 1574 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1587 INPUT_DEV_CAP_ATTR(EV, ev); 1588 INPUT_DEV_CAP_ATTR(KEY, key); 1589 INPUT_DEV_CAP_ATTR(REL, rel); 1590 INPUT_DEV_CAP_ATTR(ABS, abs); 1591 INPUT_DEV_CAP_ATTR(MSC, msc); 1592 INPUT_DEV_CAP_ATTR(LED, led); 1593 INPUT_DEV_CAP_ATTR(SND, snd); 1594 INPUT_DEV_CAP_ATTR(FF, ff); 1595 INPUT_DEV_CAP_ATTR(SW, sw);
|