Lines Matching refs:supply_name
112 const char *supply_name);
1262 const char *supply_name) in create_regulator() argument
1281 dev->kobj.name, supply_name); in create_regulator()
1285 regulator->supply_name = kstrdup(buf, GFP_KERNEL); in create_regulator()
1286 if (regulator->supply_name == NULL) in create_regulator()
1297 regulator->supply_name = kstrdup(supply_name, GFP_KERNEL); in create_regulator()
1298 if (regulator->supply_name == NULL) in create_regulator()
1302 regulator->debugfs = debugfs_create_dir(regulator->supply_name, in create_regulator()
1473 if (!rdev->supply_name) in regulator_resolve_supply()
1480 r = regulator_dev_lookup(dev, rdev->supply_name, &ret); in regulator_resolve_supply()
1499 rdev->supply_name, rdev->desc->name); in regulator_resolve_supply()
1720 sysfs_remove_link(&rdev->dev.kobj, regulator->supply_name); in _regulator_put()
1729 kfree(regulator->supply_name); in _regulator_put()
3956 rdev->supply_name = init_data->supply_regulator; in regulator_register()
3957 else if (regulator_desc->supply_name) in regulator_register()
3958 rdev->supply_name = regulator_desc->supply_name; in regulator_register()