Home
last modified time | relevance | path

Searched refs:pm_off (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmax8907.c190 bool pm_off = false; in max8907_i2c_probe() local
193 pm_off = pdata->pm_off; in max8907_i2c_probe()
195 pm_off = of_property_read_bool(i2c->dev.of_node, in max8907_i2c_probe()
267 if (pm_off && !pm_power_off) { in max8907_i2c_probe()
H A Dmax77620.c504 bool pm_off; in max77620_probe() local
570 pm_off = of_device_is_system_power_controller(client->dev.of_node); in max77620_probe()
571 if (pm_off && !pm_power_off) { in max77620_probe()
H A Dtps65910.c418 board_info->pm_off = of_property_read_bool(np, in tps65910_parse_dt()
500 if (pmic_plat_data->pm_off && !pm_power_off) { in tps65910_i2c_probe()
H A Dtps6586x.c431 pdata->pm_off = of_property_read_bool(np, "ti,system-power-controller"); in tps6586x_parse_dt()
567 if (pdata->pm_off && !pm_power_off) { in tps6586x_i2c_probe()
H A Dpalmas.c419 pdata->pm_off = of_property_read_bool(node, in palmas_dt_to_pdata()
685 } else if (pdata->pm_off && !pm_power_off) { in palmas_i2c_probe()
H A Drk808.c1132 int pm_off = 0, msb, lsb; in rk808_probe() local
1333 pm_off = of_property_read_bool(np, "rockchip,system-power-controller"); in rk808_probe()
1334 if (pm_off) { in rk808_probe()
/OK3568_Linux_fs/kernel/include/linux/mfd/
H A Dtps6586x.h92 bool pm_off; member
H A Dmax8907.h232 bool pm_off; member
H A Dtps65910.h876 bool pm_off; member
H A Dpalmas.h401 bool pm_off; member