Home
last modified time | relevance | path

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

/linux/drivers/acpi/
H A Ddevice_pm.c1524 bool acpi_dev_state_d0(struct device *dev) in acpi_dev_state_d0() function
1533 EXPORT_SYMBOL_GPL(acpi_dev_state_d0);
/linux/include/linux/
H A Dacpi.h1241 bool acpi_dev_state_d0(struct device *dev);
1253 static inline bool acpi_dev_state_d0(struct device *dev) in acpi_dev_state_d0() function
/linux/drivers/media/i2c/
H A Dov5675.c1295 full_power = acpi_dev_state_d0(ov5675->dev); in ov5675_probe()
H A Dov5670.c2699 full_power = acpi_dev_state_d0(ov5670->dev); in ov5670_probe()