Searched refs:acpi_disable_gpe (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/platform/surface/ |
D | surface_gpe.c | 265 acpi_disable_gpe(NULL, gpe_number); in surface_gpe_probe() 276 acpi_disable_gpe(NULL, lid->gpe_number); in surface_gpe_remove()
|
/linux-6.6.21/drivers/acpi/acpica/ |
D | evxfgpe.c | 148 acpi_status acpi_disable_gpe(acpi_handle gpe_device, u32 gpe_number) in ACPI_EXPORT_SYMBOL() 154 ACPI_FUNCTION_TRACE(acpi_disable_gpe); in ACPI_EXPORT_SYMBOL() 169 ACPI_EXPORT_SYMBOL(acpi_disable_gpe) in ACPI_EXPORT_SYMBOL() argument
|
/linux-6.6.21/arch/x86/platform/olpc/ |
D | olpc-xo15-sci.c | 188 acpi_disable_gpe(NULL, xo15_sci_gpe); in xo15_sci_remove()
|
/linux-6.6.21/drivers/hid/intel-ish-hid/ipc/ |
D | pci-ish.c | 142 acpi_disable_gpe(wakeup->gpe_device, wakeup->gpe_number); in enable_gpe()
|
/linux-6.6.21/drivers/platform/x86/ |
D | apple-gmux.c | 969 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_probe() 998 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_remove()
|
/linux-6.6.21/drivers/gpio/ |
D | gpio-sch.c | 292 acpi_disable_gpe(NULL, sch->gpe); in sch_gpio_remove_gpe_handler()
|
/linux-6.6.21/drivers/acpi/ |
D | device_pm.c | 870 acpi_disable_gpe(wakeup->gpe_device, wakeup->gpe_number); in __acpi_device_wakeup_enable() 935 acpi_disable_gpe(wakeup->gpe_device, wakeup->gpe_number); in acpi_device_wakeup_disable()
|
D | sysfs.c | 765 result = acpi_disable_gpe(handle, index); in counter_set()
|
D | ec.c | 367 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe()
|
/linux-6.6.21/include/acpi/ |
D | acpixf.h | 726 acpi_disable_gpe(acpi_handle gpe_device,
|
/linux-6.6.21/drivers/input/keyboard/ |
D | applespi.c | 1853 acpi_disable_gpe(NULL, applespi->gpe); in applespi_remove() 1895 acpi_sts = acpi_disable_gpe(NULL, applespi->gpe); in applespi_suspend()
|