Home
last modified time | relevance | path

Searched refs:_supply (Results 1 – 8 of 8) sorted by relevance

/linux-6.1.9/drivers/regulator/
Drk808-regulator.c69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
73 .supply_name = (_supply), \
93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
97 .supply_name = (_supply), \
116 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
118 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
121 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
126 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
[all …]
Dact8865-regulator.c437 #define ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, _ops) \ argument
443 .supply_name = _supply, \
459 #define ACT88xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument
460 ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, &act8865_ops)
462 #define ACT88xx_LDO(_name, _family, _id, _vsel_reg, _supply) \ argument
463 ACT88xx_REG_(_name, _family, _id, _vsel_reg, _supply, &act8865_ldo_ops)
Dfan53880.c42 #define FAN53880_LDO(_num, _supply, _default) \ argument
60 .supply_name = _supply, \
Daxp20x-regulator.c273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
277 .supply_name = (_supply), \
295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
299 .supply_name = (_supply), \
315 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
318 .supply_name = (_supply), \
329 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
332 .supply_name = (_supply), \
343 #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ argument
347 .supply_name = (_supply), \
Dstm32-pwr.c110 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument
121 .supply_name = _supply, \
Dact8945a-regulator.c234 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument
237 .supply_name = _supply, \
Dmax597x-regulator.c239 #define MAX597X_SWITCH(_ID, _ereg, _chan, _supply) { \ argument
247 .supply_name = _supply, \
/linux-6.1.9/drivers/platform/x86/intel/int3472/
Dcommon.h33 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument
36 .supply_name = _supply, \