Home
last modified time | relevance | path

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

/linux-6.15/drivers/media/i2c/
H A Ddw9768.c476 acpi_dev_state_d0(dev)) || in dw9768_probe()
524 if ((is_acpi_node(dev_fwnode(dev)) && acpi_dev_state_d0(dev)) || in dw9768_remove()
H A Dimx208.c960 full_power = acpi_dev_state_d0(&client->dev); in imx208_probe()
H A Dimx319.c2400 full_power = acpi_dev_state_d0(&client->dev); in imx319_probe()
H A Dov5675.c1312 full_power = acpi_dev_state_d0(&client->dev); in ov5675_probe()
H A Dhi556.c1362 full_power = acpi_dev_state_d0(&client->dev); in hi556_probe()
H A Dov5670.c2704 full_power = acpi_dev_state_d0(&client->dev); in ov5670_probe()
H A Dov13b10.c1520 full_power = acpi_dev_state_d0(&client->dev); in ov13b10_probe()
H A Dov2740.c1404 full_power = acpi_dev_state_d0(&client->dev); in ov2740_probe()
H A Dov8856.c2393 full_power = acpi_dev_state_d0(&client->dev); in ov8856_probe()
H A Dov08x40.c2261 full_power = acpi_dev_state_d0(&client->dev); in ov08x40_probe()
/linux-6.15/drivers/misc/eeprom/
H A Dat24.c759 full_power = acpi_dev_state_d0(&client->dev); in at24_probe()
816 if (acpi_dev_state_d0(&client->dev)) { in at24_remove()
/linux-6.15/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);
/linux-6.15/include/linux/
H A Dacpi.h1156 bool acpi_dev_state_d0(struct device *dev);
1168 static inline bool acpi_dev_state_d0(struct device *dev) in acpi_dev_state_d0() function