Searched refs:EV_PWR (Results 1 – 14 of 14) sorted by relevance
76 #if defined(EV_PWR) || (defined(HAVE_DECL_EV_PWR) && HAVE_DECL_EV_PWR)78 static_assert((EV_PWR) == (0x16), "EV_PWR != 0x16");81 # define EV_PWR 0x16106 XLAT(EV_PWR),
11 EV_PWR 0x16
187 unsigned long ev_more[] = { 1 << EV_ABS | 1 << EV_MSC | 1 << EV_LED | 1 << EV_SND | 1 << EV_PWR }; in main()
152 TEST_NULL_ARG(EVIOCGBIT(EV_PWR, 10)); in main()
170 EV_PWR = 0x16 variable1136 EV_PWR : 'EV_PWR',
291 case EV_PWR: in bit_ioctl()
28559 evdev.c: fix printing of EV_PWR's argument.28560 * evdev.c (bit_ioctl): Fix printing of comma before EV_PWR's argument.
48 #define EV_PWR 0x16 macro
48 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
27 pub const EV_PWR: u16 = 0x16; constant