Home
last modified time | relevance | path

Searched refs:EV_PWR (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/input/
H A Dapm-power.c39 case EV_PWR: in apmpower_event()
92 .evbit = { BIT_MASK(EV_PWR) },
H A Dinput.c369 case EV_PWR: in input_get_disposition()
2035 case EV_PWR: in input_set_capability()
/OK3568_Linux_fs/kernel/arch/arm/mach-sa1100/
H A Dcollie.c251 .type = EV_PWR,
259 .type = EV_PWR,
/OK3568_Linux_fs/kernel/drivers/input/keyboard/
H A Dlocomokbd.c153 input_event(locomokbd->input, EV_PWR, in locomokbd_scankeyboard()
270 BIT_MASK(EV_PWR); in locomokbd_probe()
/OK3568_Linux_fs/kernel/drivers/input/misc/
H A Dpcf50633-input.c73 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_PWR); in pcf50633_input_probe()
/OK3568_Linux_fs/kernel/arch/arm/mach-pxa/
H A Dtosa.c506 .type = EV_PWR,
514 .type = EV_PWR,
H A Dspitz.c410 .type = EV_PWR,
/OK3568_Linux_fs/kernel/arch/arm/mach-s3c/
H A Dmach-n30.c160 .type = EV_PWR,
/OK3568_Linux_fs/kernel/Documentation/input/
H A Devent-codes.rst78 * EV_PWR:
294 EV_PWR section in Event codes
297 EV_PWR events are a special type of event used specifically for power
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput-event-codes.h48 #define EV_PWR 0x16 macro
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput-event-codes.h48 #define EV_PWR 0x16 macro
/OK3568_Linux_fs/u-boot/include/dt-bindings/input/
H A Dlinux-event-codes.h47 #define EV_PWR 0x16 macro
/OK3568_Linux_fs/kernel/include/dt-bindings/input/
H A Drk-input.h28 #define EV_PWR 0x16 macro
H A Dlinux-event-codes.h48 #define EV_PWR 0x16 macro
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput-event-codes.h48 #define EV_PWR 0x16 macro
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-input.c806 usage->type = EV_PWR; in hidinput_configure_usage()
1074 usage->type = EV_PWR; in hidinput_configure_usage()
1288 if (usage->type == EV_PWR) { in hidinput_hid_event()
H A Dhid-debug.c718 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",