Searched refs:regulator_coupler (Results 1 – 3 of 3) sorted by relevance
14 struct regulator_coupler;41 struct regulator_coupler { struct44 int (*attach_regulator)(struct regulator_coupler *coupler, argument46 int (*detach_regulator)(struct regulator_coupler *coupler, argument48 int (*balance_voltage)(struct regulator_coupler *coupler, argument54 int regulator_coupler_register(struct regulator_coupler *coupler);66 static inline int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()
431 struct regulator_coupler *coupler;
3643 struct regulator_coupler *coupler = c_desc->coupler; in regulator_balance_voltage()4781 int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()4790 static struct regulator_coupler *4793 struct regulator_coupler *coupler; in regulator_find_coupler()4834 struct regulator_coupler *coupler = rdev->coupling_desc.coupler; in regulator_resolve_coupling()4869 struct regulator_coupler *coupler = rdev->coupling_desc.coupler; in regulator_remove_coupling()4957 static int generic_coupler_attach(struct regulator_coupler *coupler, in generic_coupler_attach()4969 static struct regulator_coupler generic_regulator_coupler = {