Searched refs:EV_PWR (Results 1 – 13 of 13) sorted by relevance
/Linux-v6.1/drivers/input/ |
D | apm-power.c | 39 case EV_PWR: in apmpower_event() 92 .evbit = { BIT_MASK(EV_PWR) },
|
D | input.c | 338 case EV_PWR: in input_get_disposition() 2147 case EV_PWR: in input_set_capability()
|
/Linux-v6.1/arch/arm/mach-sa1100/ |
D | collie.c | 265 .type = EV_PWR, 273 .type = EV_PWR,
|
/Linux-v6.1/drivers/input/misc/ |
D | pcf50633-input.c | 73 input_dev->evbit[0] = BIT(EV_KEY) | BIT(EV_PWR); in pcf50633_input_probe()
|
/Linux-v6.1/drivers/input/keyboard/ |
D | locomokbd.c | 153 input_event(locomokbd->input, EV_PWR, in locomokbd_scankeyboard() 270 BIT_MASK(EV_PWR); in locomokbd_probe()
|
/Linux-v6.1/arch/arm/mach-pxa/ |
D | tosa.c | 506 .type = EV_PWR, 514 .type = EV_PWR,
|
D | spitz.c | 410 .type = EV_PWR,
|
/Linux-v6.1/arch/arm/mach-s3c/ |
D | mach-n30.c | 166 .type = EV_PWR,
|
/Linux-v6.1/drivers/hid/ |
D | hid-input.c | 934 usage->type = EV_PWR; in hidinput_configure_usage() 1200 usage->type = EV_PWR; in hidinput_configure_usage() 1209 usage->type = EV_PWR; in hidinput_configure_usage() 1452 if (usage->type == EV_PWR) { in hidinput_hid_event()
|
D | hid-debug.c | 755 [EV_FF] = "ForceFeedback", [EV_PWR] = "Power",
|
/Linux-v6.1/Documentation/input/ |
D | event-codes.rst | 78 * EV_PWR: 319 EV_PWR section in Event codes 322 EV_PWR events are a special type of event used specifically for power
|
/Linux-v6.1/include/dt-bindings/input/ |
D | linux-event-codes.h | 48 #define EV_PWR 0x16 macro
|
/Linux-v6.1/include/uapi/linux/ |
D | input-event-codes.h | 48 #define EV_PWR 0x16 macro
|