/kernel/linux/linux-5.10/drivers/regulator/ |
D | pcap-regulator.c | 99 #define VREG_INFO(_vreg, _reg, _en, _index, _stby, _lowpwr) \ argument 100 [_vreg] = { \ 214 #define VREG(_vreg) \ argument 215 [_vreg] = { \ 216 .name = #_vreg, \ 217 .id = _vreg, \ 218 .n_voltages = ARRAY_SIZE(_vreg##_table), \ 219 .volt_table = _vreg##_table, \
|
D | rk808-regulator.c | 69 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument 82 .vsel_reg = (_vreg), \ 93 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument 106 .vsel_reg = (_vreg), \ 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, \
|
D | axp20x-regulator.c | 273 #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 286 .vsel_reg = (_vreg), \ 295 #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg, \ argument 308 .vsel_reg = (_vreg), \ 344 _vreg, _vmask, _ereg, _emask) \ argument 354 .vsel_reg = (_vreg), \
|
/kernel/linux/linux-5.10/drivers/scsi/ufs/ |
D | ufshcd.c | 80 #define ufshcd_toggle_vreg(_dev, _vreg, _on) \ argument 84 _ret = ufshcd_enable_vreg(_dev, _vreg); \ 86 _ret = ufshcd_disable_vreg(_dev, _vreg); \
|
/kernel/linux/patches/linux-5.10/yangfan_patch/ |
D | drivers.patch | 57278 +#define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57280 + RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 57283 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57286 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ 57290 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57295 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ 57298 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
|