Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-4.4.14/drivers/input/ |
D | input.c | 1463 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1476 INPUT_DEV_CAP_ATTR(EV, ev); 1477 INPUT_DEV_CAP_ATTR(KEY, key); 1478 INPUT_DEV_CAP_ATTR(REL, rel); 1479 INPUT_DEV_CAP_ATTR(ABS, abs); 1480 INPUT_DEV_CAP_ATTR(MSC, msc); 1481 INPUT_DEV_CAP_ATTR(LED, led); 1482 INPUT_DEV_CAP_ATTR(SND, snd); 1483 INPUT_DEV_CAP_ATTR(FF, ff); 1484 INPUT_DEV_CAP_ATTR(SW, sw);
|