Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/input/
Dapm-power.c43 case EV_PWR: in apmpower_event()
96 .evbit = { BIT_MASK(EV_PWR) },
Dinput.c360 case EV_PWR: in input_get_disposition()
1949 case EV_PWR: in input_set_capability()
/Linux-v4.19/arch/arm/mach-sa1100/
Dcollie.c243 .type = EV_PWR,
251 .type = EV_PWR,
/Linux-v4.19/drivers/input/misc/
Dpcf50633-input.c78 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_PWR); in pcf50633_input_probe()
/Linux-v4.19/drivers/input/keyboard/
Dlocomokbd.c168 input_event(locomokbd->input, EV_PWR, in locomokbd_scankeyboard()
285 BIT_MASK(EV_PWR); in locomokbd_probe()
/Linux-v4.19/arch/arm/mach-pxa/
Dtosa.c491 .type = EV_PWR,
499 .type = EV_PWR,
Dspitz.c413 .type = EV_PWR,
Dem-x270.c930 .type = EV_PWR,
/Linux-v4.19/arch/arm/mach-s3c24xx/
Dmach-n30.c160 .type = EV_PWR,
/Linux-v4.19/Documentation/input/
Devent-codes.rst78 * EV_PWR:
275 EV_PWR section in Event codes
278 EV_PWR events are a special type of event used specifically for power
/Linux-v4.19/include/dt-bindings/input/
Dlinux-event-codes.h48 #define EV_PWR 0x16 macro
/Linux-v4.19/include/uapi/linux/
Dinput-event-codes.h48 #define EV_PWR 0x16 macro
/Linux-v4.19/drivers/hid/
Dhid-input.c784 usage->type = EV_PWR; in hidinput_configure_usage()
1033 usage->type = EV_PWR; in hidinput_configure_usage()
1203 if (usage->type == EV_PWR) { in hidinput_hid_event()
Dhid-debug.c735 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",