Searched refs:_supply (Results 1 – 5 of 5) sorted by relevance
| /Linux-v4.19/drivers/regulator/ |
| D | axp20x-regulator.c | 41 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 45 .supply_name = (_supply), \ 63 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 67 .supply_name = (_supply), \ 83 #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask) \ argument 86 .supply_name = (_supply), \ 97 #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt) \ argument 100 .supply_name = (_supply), \ 111 #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages, \ argument 115 .supply_name = (_supply), \
|
| D | act8945a-regulator.c | 82 #define ACT89xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument 85 .supply_name = _supply, \
|
| D | rk808-regulator.c | 68 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 72 .supply_name = (_supply), \ 89 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 93 .supply_name = (_supply), \ 110 #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ argument 113 .supply_name = (_supply), \
|
| D | act8865-regulator.c | 244 #define ACT88xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument 247 .supply_name = _supply, \
|
| /Linux-v4.19/arch/arm/mach-pxa/ |
| D | em-x270.c | 1067 #define REGULATOR_CONSUMER(_name, _dev_name, _supply) \ argument 1069 REGULATOR_SUPPLY(_supply, _dev_name), \
|