Home
last modified time | relevance | path

Searched refs:dev_pm_qos_hide_flags (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/include/linux/
H A Dpm_qos.h188 void dev_pm_qos_hide_flags(struct device *dev);
272 static inline void dev_pm_qos_hide_flags(struct device *dev) {} in dev_pm_qos_hide_flags() function
/openbmc/linux/drivers/base/power/
H A Dqos.c833 void dev_pm_qos_hide_flags(struct device *dev) in dev_pm_qos_hide_flags() function
847 EXPORT_SYMBOL_GPL(dev_pm_qos_hide_flags);
/openbmc/linux/Documentation/power/
H A Dpm_qos_interface.rst161 void dev_pm_qos_hide_flags(device)
/openbmc/linux/drivers/acpi/
H A Ddevice_pm.c1414 dev_pm_qos_hide_flags(dev); in acpi_dev_pm_detach()