Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/platform/x86/intel/int3472/
Dcommon.h37 #define INT3472_REGULATOR(_name, _supply, _ops) \ argument
40 .supply_name = _supply, \
/Linux-v6.6/drivers/regulator/
Drk808-regulator.c78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
82 .supply_name = (_supply), \
102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
106 .supply_name = (_supply), \
125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
165 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, \
Dstm32-pwr.c109 #define PWR_REG(_id, _name, _volt, _en, _supply) \ argument
120 .supply_name = _supply, \
Daxp20x-regulator.c345 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
349 .supply_name = (_supply), \
367 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument
371 .supply_name = (_supply), \
387 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument
390 .supply_name = (_supply), \
401 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument
404 .supply_name = (_supply), \
415 #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ argument
419 .supply_name = (_supply), \
Dact8945a-regulator.c234 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument
237 .supply_name = _supply, \
Dmax5970-regulator.c239 #define MAX597X_SWITCH(_ID, _ereg, _chan, _supply) { \ argument
247 .supply_name = _supply, \