Searched refs:_supply (Results 1 – 3 of 3) sorted by relevance
/linux-4.1.27/drivers/regulator/ |
D | axp20x-regulator.c | 35 #define AXP20X_DESC_IO(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, \ argument 39 .supply_name = (_supply), \ 57 #define AXP20X_DESC(_id, _match, _supply, _min, _max, _step, _vreg, _vmask, \ argument 61 .supply_name = (_supply), \ 77 #define AXP20X_DESC_FIXED(_id, _match, _supply, _volt) \ argument 80 .supply_name = (_supply), \ 91 #define AXP20X_DESC_TABLE(_id, _match, _supply, _table, _vreg, _vmask, _ereg, \ argument 95 .supply_name = (_supply), \
|
D | act8865-regulator.c | 176 #define ACT88xx_REG(_name, _family, _id, _vsel_reg, _supply) \ argument 179 .supply_name = _supply, \
|
/linux-4.1.27/arch/arm/mach-pxa/ |
D | em-x270.c | 1099 #define REGULATOR_CONSUMER(_name, _dev_name, _supply) \ argument 1101 REGULATOR_SUPPLY(_supply, _dev_name), \
|