Searched refs:regulator_name (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/regulator/ |
D | tps65219-regulator.c | 28 const char *regulator_name; member 286 irq_data->type->event_name, irq_data->type->regulator_name); in tps65219_regulator_irq_handler() 290 static int tps65219_get_rdev_by_name(const char *regulator_name, in tps65219_get_rdev_by_name() argument 297 if (strcmp(regulator_name, regulators[i].name) == 0) { in tps65219_get_rdev_by_name() 351 tps65219_get_rdev_by_name(irq_type->regulator_name, rdevtbl, &rdev); in tps65219_regulator_probe() 354 irq_type->regulator_name); in tps65219_regulator_probe()
|
D | tps6594-regulator.c | 54 const char *regulator_name; member 508 irq_data->type->event_name, irq_data->type->regulator_name); in tps6594_regulator_irq_handler()
|
/linux-6.12.1/drivers/power/supply/ |
D | charger-manager.c | 399 desc->charger_regulators[i].regulator_name); in try_charger_enable() 417 desc->charger_regulators[i].regulator_name); in try_charger_enable() 431 desc->charger_regulators[i].regulator_name); in try_charger_enable() 924 cable->charger->regulator_name, cable->name); in charger_extcon_work() 929 cable->charger->regulator_name, in charger_extcon_work() 1041 charger->regulator_name); in charger_manager_register_extcon() 1044 charger->regulator_name); in charger_manager_register_extcon() 1055 charger->regulator_name); in charger_manager_register_extcon() 1078 return sysfs_emit(buf, "%s\n", charger->regulator_name); in charger_name_show() 1151 charger->regulator_name); in charger_externally_control_store() [all …]
|
/linux-6.12.1/drivers/platform/x86/intel/int3472/ |
D | clk_and_regulator.c | 287 snprintf(int3472->regulator.regulator_name, in skl_int3472_register_regulator() 288 sizeof(int3472->regulator.regulator_name), "%s-regulator", in skl_int3472_register_regulator() 294 int3472->regulator.regulator_name, in skl_int3472_register_regulator()
|
D | common.h | 84 char regulator_name[GPIO_REGULATOR_NAME_LENGTH]; member
|
/linux-6.12.1/include/linux/power/ |
D | charger-manager.h | 102 const char *regulator_name; member
|
/linux-6.12.1/drivers/mfd/ |
D | 88pm860x-core.c | 327 { .regulator_name = "preg", },
|