Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Ddw9768.c481 acpi_dev_state_d0(dev)) || in dw9768_probe()
525 if ((is_acpi_node(dev_fwnode(dev)) && acpi_dev_state_d0(dev)) || in dw9768_remove()
H A Dhi556.c1281 full_power = acpi_dev_state_d0(&client->dev); in hi556_probe()
H A Dimx208.c1003 full_power = acpi_dev_state_d0(&client->dev); in imx208_probe()
H A Dimx319.c2451 full_power = acpi_dev_state_d0(&client->dev); in imx319_probe()
H A Dov2740.c1149 full_power = acpi_dev_state_d0(&client->dev); in ov2740_probe()
H A Dov13b10.c1502 full_power = acpi_dev_state_d0(&client->dev); in ov13b10_probe()
H A Dov5675.c1356 full_power = acpi_dev_state_d0(&client->dev); in ov5675_probe()
H A Dov5670.c2734 full_power = acpi_dev_state_d0(&client->dev); in ov5670_probe()
H A Dov8856.c2440 full_power = acpi_dev_state_d0(&client->dev); in ov8856_probe()
/openbmc/linux/drivers/misc/eeprom/
H A Dat24.c772 full_power = acpi_dev_state_d0(&client->dev); in at24_probe()
829 if (acpi_dev_state_d0(&client->dev)) { in at24_remove()
/openbmc/linux/drivers/acpi/
H A Ddevice_pm.c1519 bool acpi_dev_state_d0(struct device *dev) in acpi_dev_state_d0() function
1528 EXPORT_SYMBOL_GPL(acpi_dev_state_d0);
/openbmc/linux/include/linux/
H A Dacpi.h1136 bool acpi_dev_state_d0(struct device *dev);
1148 static inline bool acpi_dev_state_d0(struct device *dev) in acpi_dev_state_d0() function