| /linux/drivers/gpio/ |
| H A D | gpio-sch.c | 46 u32 gpe; member 261 static u32 sch_gpio_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in sch_gpio_gpe_handler() argument 295 acpi_disable_gpe(NULL, sch->gpe); in sch_gpio_remove_gpe_handler() 296 acpi_remove_gpe_handler(NULL, sch->gpe, sch->gpe_handler); in sch_gpio_remove_gpe_handler() 304 status = acpi_install_gpe_handler(NULL, sch->gpe, ACPI_GPE_LEVEL_TRIGGERED, in sch_gpio_install_gpe_handler() 308 sch->gpe, acpi_format_exception(status)); in sch_gpio_install_gpe_handler() 312 status = acpi_enable_gpe(NULL, sch->gpe); in sch_gpio_install_gpe_handler() 315 sch->gpe, acpi_format_exception(status)); in sch_gpio_install_gpe_handler() 316 acpi_remove_gpe_handler(NULL, sch->gpe, sch->gpe_handler); in sch_gpio_install_gpe_handler() 398 sch->gpe = GPE0E_GPIO; in sch_gpio_probe()
|
| /linux/arch/arm/boot/dts/samsung/ |
| H A D | s3c64xx-pinctrl.dtsi | 47 gpe: gpe-gpio-bank { label 341 samsung,pins = "gpe-0", "gpe-2", "gpe-3", "gpe-4"; 347 samsung,pins = "gpe-1"; 380 samsung,pins = "gpe-0", "gpe-2", "gpe-3", "gpe-4"; 386 samsung,pins = "gpe-1"; 398 samsung,pins = "gpe-0", "gpe-1", "gpe-2", "gpe-3", "gpe-4";
|
| /linux/drivers/input/keyboard/ |
| H A D | applespi.c | 390 int gpe; member 1546 acpi_finish_gpe(NULL, applespi->gpe); in applespi_async_read_complete() 1549 static u32 applespi_notify(acpi_handle gpe_device, u32 gpe, void *context) in applespi_notify() argument 1614 unsigned long long gpe, usb_status; in applespi_probe() local 1727 acpi_sts = acpi_evaluate_integer(spi_handle, "_GPE", NULL, &gpe); in applespi_probe() 1734 applespi->gpe = (int)gpe; in applespi_probe() 1736 acpi_sts = acpi_install_gpe_handler(NULL, applespi->gpe, in applespi_probe() 1742 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe() 1748 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_probe() 1752 applespi->gpe, acpi_format_exception(acpi_sts)); in applespi_probe() [all …]
|
| /linux/Documentation/ABI/testing/ |
| H A D | debugfs-ec | 1 What: /sys/kernel/debug/ec/*/{gpe,use_global_lock,io} 9 the EC here (XY -> GPE number from `/sys/kernel/debug/ec/*/gpe`):
|
| /linux/drivers/acpi/ |
| H A D | sysfs.c | 828 u8 gpe; in acpi_gpe_set_masked_gpes() local 830 ret = kstrtou8(val, 0, &gpe); in acpi_gpe_set_masked_gpes() 836 set_bit(gpe, acpi_masked_gpes_map); in acpi_gpe_set_masked_gpes() 846 u16 gpe; in acpi_gpe_apply_masked_gpes() local 848 for_each_set_bit(gpe, acpi_masked_gpes_map, ACPI_MASKABLE_GPE_MAX) { in acpi_gpe_apply_masked_gpes() 849 status = acpi_get_gpe_device(gpe, &handle); in acpi_gpe_apply_masked_gpes() 851 pr_info("Masking GPE 0x%x.\n", gpe); in acpi_gpe_apply_masked_gpes() 852 (void)acpi_mask_gpe(handle, gpe, TRUE); in acpi_gpe_apply_masked_gpes()
|
| H A D | ec_sys.c | 122 debugfs_create_x32("gpe", 0444, dev_dir, &first_ec->gpe); in acpi_ec_add_debugfs()
|
| /linux/Documentation/networking/ |
| H A D | vxlan.rst | 86 Types: geneve, vxlan-gpe 88 port 1230, vxlan-gpe
|
| /linux/arch/x86/platform/olpc/ |
| H A D | olpc-xo15-sci.c | 132 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in xo15_sci_gpe_handler() argument
|
| /linux/arch/mips/boot/dts/ingenic/ |
| H A D | ci20.dts | 97 gpios = <&gpe 3 GPIO_ACTIVE_LOW>; 496 interrupt-parent = <&gpe>;
|
| H A D | jz4770.dtsi | 204 gpe: gpio@4 { label
|
| H A D | jz4780.dtsi | 229 gpe: gpio@4 { label
|
| /linux/tools/testing/selftests/net/ |
| H A D | rtnetlink.sh | 526 run_cmd_fail ip -netns "$testns" link set dev "$vxlan" type vxlan gpe
|