Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/input/ |
H A D | input.c | 1540 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1553 INPUT_DEV_CAP_ATTR(EV, ev); 1554 INPUT_DEV_CAP_ATTR(KEY, key); 1555 INPUT_DEV_CAP_ATTR(REL, rel); 1556 INPUT_DEV_CAP_ATTR(ABS, abs); 1557 INPUT_DEV_CAP_ATTR(MSC, msc); 1558 INPUT_DEV_CAP_ATTR(LED, led); 1559 INPUT_DEV_CAP_ATTR(SND, snd); 1560 INPUT_DEV_CAP_ATTR(FF, ff); 1561 INPUT_DEV_CAP_ATTR(SW, sw);
|