Searched refs:INPUT_DEV_CAP_ATTR (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/input/ |
H A D | input.c | 1614 #define INPUT_DEV_CAP_ATTR(ev, bm) \ macro 1627 INPUT_DEV_CAP_ATTR(EV, ev); 1628 INPUT_DEV_CAP_ATTR(KEY, key); 1629 INPUT_DEV_CAP_ATTR(REL, rel); 1630 INPUT_DEV_CAP_ATTR(ABS, abs); 1631 INPUT_DEV_CAP_ATTR(MSC, msc); 1632 INPUT_DEV_CAP_ATTR(LED, led); 1633 INPUT_DEV_CAP_ATTR(SND, snd); 1634 INPUT_DEV_CAP_ATTR(FF, ff); 1635 INPUT_DEV_CAP_ATTR(SW, sw);
|