Home
last modified time | relevance | path

Searched refs:acpi_register_lps0_dev (Results 1 – 6 of 6) sorted by relevance

/linux/arch/x86/platform/atom/
H A Dpunit_atom_debug.c156 acpi_register_lps0_dev(&punit_s2idle_ops); in punit_s2idle_check_register()
/linux/drivers/acpi/x86/
H A Ds2idle.c654 int acpi_register_lps0_dev(struct acpi_s2idle_dev_ops *arg) in acpi_register_lps0_dev() function
667 EXPORT_SYMBOL_GPL(acpi_register_lps0_dev);
/linux/include/linux/
H A Dacpi.h1218 int acpi_register_lps0_dev(struct acpi_s2idle_dev_ops *arg);
1221 static inline int acpi_register_lps0_dev(struct acpi_s2idle_dev_ops *arg) in acpi_register_lps0_dev() function
/linux/drivers/platform/x86/amd/pmc/
H A Dpmc.c934 err = acpi_register_lps0_dev(&amd_pmc_s2idle_dev_ops); in amd_pmc_probe()
/linux/drivers/pinctrl/
H A Dpinctrl-amd.c932 acpi_register_lps0_dev(&pinctrl_amd_s2idle_dev_ops); in amd_gpio_register_s2idle_ops()
/linux/drivers/platform/x86/
H A Dasus-wmi.c5424 if (acpi_register_lps0_dev(&asus_ally_s2idle_dev_ops)) in asus_s2idle_check_register()