Lines Matching refs:supply_name
111 const char *supply_name);
1173 const char *supply_name) in create_regulator() argument
1192 dev->kobj.name, supply_name); in create_regulator()
1196 regulator->supply_name = kstrdup(buf, GFP_KERNEL); in create_regulator()
1197 if (regulator->supply_name == NULL) in create_regulator()
1208 regulator->supply_name = kstrdup(supply_name, GFP_KERNEL); in create_regulator()
1209 if (regulator->supply_name == NULL) in create_regulator()
1213 regulator->debugfs = debugfs_create_dir(regulator->supply_name, in create_regulator()
1340 if (!rdev->supply_name) in regulator_resolve_supply()
1347 r = regulator_dev_lookup(dev, rdev->supply_name, &ret); in regulator_resolve_supply()
1358 rdev->supply_name, rdev->desc->name); in regulator_resolve_supply()
1569 sysfs_remove_link(&rdev->dev.kobj, regulator->supply_name); in _regulator_put()
1571 kfree(regulator->supply_name); in _regulator_put()
3727 rdev->supply_name = init_data->supply_regulator; in regulator_register()
3728 else if (regulator_desc->supply_name) in regulator_register()
3729 rdev->supply_name = regulator_desc->supply_name; in regulator_register()