Lines Matching full:gpe
3 * Surface GPE/Lid driver to enable wakeup from suspend via the lid by
19 * Note: The GPE numbers for the lid devices found below have been obtained
20 * from ACPI/the DSDT table, specifically from the GPE handler for the
25 PROPERTY_ENTRY_U32("gpe", 0x17),
30 PROPERTY_ENTRY_U32("gpe", 0x4B),
35 PROPERTY_ENTRY_U32("gpe", 0x4D),
40 PROPERTY_ENTRY_U32("gpe", 0x4F),
45 PROPERTY_ENTRY_U32("gpe", 0x57),
209 dev_err(dev, "failed to set GPE wake mask: %s\n", in surface_lid_enable_wakeup()
236 ret = device_property_read_u32(&pdev->dev, "gpe", &gpe_number); in surface_gpe_probe()
238 dev_err(&pdev->dev, "failed to read 'gpe' property: %d\n", ret); in surface_gpe_probe()
251 dev_err(&pdev->dev, "failed to mark GPE for wake: %s\n", in surface_gpe_probe()
258 dev_err(&pdev->dev, "failed to enable GPE: %s\n", in surface_gpe_probe()
352 MODULE_DESCRIPTION("Surface GPE/Lid Driver");