Home
last modified time | relevance | path

Searched refs:acpi_disable_gpe (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/platform/surface/
H A Dsurface_gpe.c265 acpi_disable_gpe(NULL, gpe_number); in surface_gpe_probe()
276 acpi_disable_gpe(NULL, lid->gpe_number); in surface_gpe_remove()
/linux/drivers/acpi/acpica/
H A Devxfgpe.c148 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/drivers/platform/x86/
H A Dapple-gmux.c969 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_probe()
998 acpi_disable_gpe(NULL, gmux_data->gpe); in gmux_remove()
/linux/drivers/gpio/
H A Dgpio-sch.c295 acpi_disable_gpe(NULL, sch->gpe); in sch_gpio_remove_gpe_handler()
/linux/drivers/acpi/
H A Ddevice_pm.c869 acpi_disable_gpe(wakeup->gpe_device, wakeup->gpe_number); in __acpi_device_wakeup_enable()
934 acpi_disable_gpe(wakeup->gpe_device, wakeup->gpe_number); in acpi_device_wakeup_disable()
H A Dsysfs.c765 result = acpi_disable_gpe(handle, index); in counter_set()
H A Dec.c370 acpi_disable_gpe(NULL, ec->gpe); in acpi_ec_disable_gpe()
/linux/drivers/input/keyboard/
H A Dapplespi.c1819 acpi_disable_gpe(NULL, applespi->gpe); in applespi_remove()
1861 acpi_sts = acpi_disable_gpe(NULL, applespi->gpe); in applespi_suspend()