/linux-4.4.14/arch/arm/boot/dts/ |
D | s3c2416-pinctrl.dtsi | 36 gpe: gpe { label 125 samsung,pins = "gpe-14", "gpe-15"; 130 samsung,pins = "gpe-11", "gpe-12", "gpe-13"; 135 samsung,pins = "gpe-5"; 140 samsung,pins = "gpe-6"; 145 samsung,pins = "gpe-7"; 150 samsung,pins = "gpe-8", "gpe-9", "gpe-10";
|
D | s3c64xx-pinctrl.dtsi | 52 gpe: gpe { label 346 samsung,pins = "gpe-0", "gpe-2", "gpe-3", "gpe-4"; 352 samsung,pins = "gpe-1"; 385 samsung,pins = "gpe-0", "gpe-2", "gpe-3", "gpe-4"; 391 samsung,pins = "gpe-1"; 403 samsung,pins = "gpe-0", "gpe-1", "gpe-2", "gpe-3", "gpe-4";
|
/linux-4.4.14/drivers/platform/x86/ |
D | apple-gmux.c | 40 int gpe; member 308 if (gmux_data->gpe >= 0 && in gmux_set_discrete_state() 446 unsigned long long gpe; in gmux_probe() local 566 status = acpi_evaluate_integer(gmux_data->dhandle, "GMGP", NULL, &gpe); in gmux_probe() 568 gmux_data->gpe = (int)gpe; in gmux_probe() 580 status = acpi_enable_gpe(NULL, gmux_data->gpe); in gmux_probe() 588 gmux_data->gpe = -1; in gmux_probe() 603 if (gmux_data->gpe >= 0) in gmux_probe() 604 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_probe() 606 if (gmux_data->gpe >= 0) in gmux_probe() [all …]
|
/linux-4.4.14/drivers/acpi/ |
D | ec.c | 313 (void)acpi_get_gpe_status(NULL, ec->gpe, &gpe_status); in acpi_ec_is_gpe_raised() 320 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe() 323 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_ENABLE); in acpi_ec_enable_gpe() 339 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe() 342 acpi_set_gpe(NULL, ec->gpe, ACPI_GPE_DISABLE); in acpi_ec_disable_gpe() 360 acpi_clear_gpe(NULL, ec->gpe); in acpi_ec_clear_gpe() 1277 ec->gpe = tmp; in ec_parse_device() 1292 status = acpi_install_gpe_raw_handler(NULL, ec->gpe, in ec_install_handlers() 1314 acpi_remove_gpe_handler(NULL, ec->gpe, in ec_install_handlers() 1332 if (ACPI_FAILURE(acpi_remove_gpe_handler(NULL, ec->gpe, in ec_remove_handlers() [all …]
|
D | ec_sys.c | 128 if (!debugfs_create_x32("gpe", 0444, dev_dir, (u32 *)&first_ec->gpe)) in acpi_ec_add_debugfs()
|
D | internal.h | 144 unsigned long gpe; member
|
/linux-4.4.14/Documentation/ABI/testing/ |
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-4.4.14/arch/x86/platform/olpc/ |
D | olpc-xo1-sci.c | 216 u32 gpe; in xo1_sci_intr() local 221 gpe = inl(acpi_base + CS5536_PM_GPE0_STS); in xo1_sci_intr() 224 dev_dbg(&pdev->dev, "sts %x gpe %x\n", sts, gpe); in xo1_sci_intr() 252 if (gpe & CS5536_GPIOM7_PME_FLAG) { /* EC GPIO */ in xo1_sci_intr()
|
D | olpc-xo15-sci.c | 136 static u32 xo15_sci_gpe_handler(acpi_handle gpe_device, u32 gpe, void *context) in xo15_sci_gpe_handler() argument
|
/linux-4.4.14/include/acpi/ |
D | actbl1.h | 198 u8 gpe; /* The GPE for the EC */ member
|
D | actbl2.h | 1039 u8 gpe; member
|