Searched refs:acpi_enable_gpe (Results 1 – 13 of 13) sorted by relevance
/linux-5.19.10/drivers/acpi/acpica/ |
D | evxfgpe.c | 92 acpi_status acpi_enable_gpe(acpi_handle gpe_device, u32 gpe_number) in ACPI_EXPORT_SYMBOL() 98 ACPI_FUNCTION_TRACE(acpi_enable_gpe); in ACPI_EXPORT_SYMBOL() 131 ACPI_EXPORT_SYMBOL(acpi_enable_gpe) in ACPI_EXPORT_SYMBOL() argument
|
/linux-5.19.10/drivers/acpi/ |
D | wakeup.c | 92 acpi_enable_gpe(dev->wakeup.gpe_device, in acpi_wakeup_device_init()
|
D | sysfs.c | 750 result = acpi_enable_gpe(handle, index); in counter_set()
|
D | device_pm.c | 804 status = acpi_enable_gpe(wakeup->gpe_device, wakeup->gpe_number); in __acpi_device_wakeup_enable()
|
D | ec.c | 347 acpi_enable_gpe(NULL, ec->gpe); in acpi_ec_enable_gpe()
|
/linux-5.19.10/drivers/platform/x86/ |
D | xo15-ebook.c | 132 acpi_enable_gpe(device->wakeup.gpe_device, in ebook_switch_add()
|
D | apple-gmux.c | 727 status = acpi_enable_gpe(NULL, gmux_data->gpe); in gmux_probe()
|
/linux-5.19.10/arch/x86/platform/olpc/ |
D | olpc-xo15-sci.c | 172 acpi_enable_gpe(NULL, xo15_sci_gpe); in xo15_sci_add()
|
/linux-5.19.10/drivers/platform/surface/ |
D | surface_gpe.c | 244 status = acpi_enable_gpe(NULL, gpe_number); in surface_gpe_probe()
|
/linux-5.19.10/drivers/hid/intel-ish-hid/ipc/ |
D | pci-ish.c | 135 acpi_sts = acpi_enable_gpe(wakeup->gpe_device, wakeup->gpe_number); in enable_gpe()
|
/linux-5.19.10/drivers/gpio/ |
D | gpio-sch.c | 309 status = acpi_enable_gpe(NULL, sch->gpe); in sch_gpio_install_gpe_handler()
|
/linux-5.19.10/include/acpi/ |
D | acpixf.h | 712 acpi_enable_gpe(acpi_handle gpe_device,
|
/linux-5.19.10/drivers/input/keyboard/ |
D | applespi.c | 1788 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_probe() 1945 acpi_sts = acpi_enable_gpe(NULL, applespi->gpe); in applespi_resume()
|