Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
| /Linux-v6.1/drivers/input/ |
| D | input.c | 1555 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1568 INPUT_DEV_CAP_ATTR(EV, ev); 1569 INPUT_DEV_CAP_ATTR(KEY, key); 1570 INPUT_DEV_CAP_ATTR(REL, rel); 1571 INPUT_DEV_CAP_ATTR(ABS, abs); 1572 INPUT_DEV_CAP_ATTR(MSC, msc); 1573 INPUT_DEV_CAP_ATTR(LED, led); 1574 INPUT_DEV_CAP_ATTR(SND, snd); 1575 INPUT_DEV_CAP_ATTR(FF, ff); 1576 INPUT_DEV_CAP_ATTR(SW, sw);
|