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