Home
last modified time | relevance | path

Searched refs:regulator_coupler (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/include/linux/regulator/
Dcoupler.h14 struct regulator_coupler;
41 struct regulator_coupler { struct
44 int (*attach_regulator)(struct regulator_coupler *coupler, argument
46 int (*detach_regulator)(struct regulator_coupler *coupler, argument
48 int (*balance_voltage)(struct regulator_coupler *coupler, argument
54 int regulator_coupler_register(struct regulator_coupler *coupler);
66 static inline int regulator_coupler_register(struct regulator_coupler *coupler) in regulator_coupler_register()
Ddriver.h431 struct regulator_coupler *coupler;
/Linux-v5.4/drivers/regulator/
Dcore.c3643 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 = {