Searched refs:supply_regulator (Results 1 – 9 of 9) sorted by relevance
/linux/arch/arm/mach-s3c/ |
A D | mach-crag6410.c | 415 .supply_regulator = "WALLVDD", 433 .supply_regulator = "WALLVDD", 463 .supply_regulator = "WALLVDD", 471 .supply_regulator = "WALLVDD", 479 .supply_regulator = "WALLVDD", 487 .supply_regulator = "WALLVDD", 495 .supply_regulator = "WALLVDD", 503 .supply_regulator = "WALLVDD", 511 .supply_regulator = "WALLVDD", 519 .supply_regulator = "WALLVDD", [all …]
|
A D | mach-crag6410-module.c | 183 .supply_regulator = "WALLVDD", 187 .supply_regulator = "WALLVDD",
|
/linux/Documentation/power/regulator/ |
A D | machine.rst | 60 supply (Regulator-2). The supply regulator is set by the supply_regulator 64 .supply_regulator = "Regulator-1",
|
/linux/include/linux/regulator/ |
A D | machine.h | 263 const char *supply_regulator; /* or NULL for system supply */ member
|
/linux/drivers/regulator/ |
A D | anatop-regulator.c | 193 initdata->supply_regulator = "vin"; in anatop_regulator_probe()
|
A D | max8907-regulator.c | 334 idata->supply_regulator = mbatt_rail_name; in max8907_regulator_probe()
|
A D | tps6586x-regulator.c | 433 pdata->reg_init_data[i]->supply_regulator = sys_rail; in tps6586x_parse_regulator_dt()
|
A D | core.c | 5472 if (init_data && init_data->supply_regulator) in regulator_register() 5473 rdev->supply_name = init_data->supply_regulator; in regulator_register()
|
/linux/drivers/mfd/ |
A D | db8500-prcmu.c | 2885 .supply_regulator = "db8500-vape", 2895 .supply_regulator = "db8500-vape",
|
Completed in 29 milliseconds