Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/input/ |
| H A D | input.c | 1500 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1513 INPUT_DEV_CAP_ATTR(EV, ev); 1514 INPUT_DEV_CAP_ATTR(KEY, key); 1515 INPUT_DEV_CAP_ATTR(REL, rel); 1516 INPUT_DEV_CAP_ATTR(ABS, abs); 1517 INPUT_DEV_CAP_ATTR(MSC, msc); 1518 INPUT_DEV_CAP_ATTR(LED, led); 1519 INPUT_DEV_CAP_ATTR(SND, snd); 1520 INPUT_DEV_CAP_ATTR(FF, ff); 1521 INPUT_DEV_CAP_ATTR(SW, sw);
|