Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
| /linux/drivers/input/ |
| H A D | input.c | 1586 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1599 INPUT_DEV_CAP_ATTR(EV, ev); 1600 INPUT_DEV_CAP_ATTR(KEY, key); 1601 INPUT_DEV_CAP_ATTR(REL, rel); 1602 INPUT_DEV_CAP_ATTR(ABS, abs); 1603 INPUT_DEV_CAP_ATTR(MSC, msc); 1604 INPUT_DEV_CAP_ATTR(LED, led); 1605 INPUT_DEV_CAP_ATTR(SND, snd); 1606 INPUT_DEV_CAP_ATTR(FF, ff); 1607 INPUT_DEV_CAP_ATTR(SW, sw);
|