_vreg             272 drivers/regulator/axp20x-regulator.c #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             285 drivers/regulator/axp20x-regulator.c 		.vsel_reg	= (_vreg),					\
_vreg             294 drivers/regulator/axp20x-regulator.c #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             307 drivers/regulator/axp20x-regulator.c 		.vsel_reg	= (_vreg),					\
_vreg             343 drivers/regulator/axp20x-regulator.c 			_vreg, _vmask, _ereg, _emask)				\
_vreg             353 drivers/regulator/axp20x-regulator.c 		.vsel_reg	= (_vreg),					\
_vreg             103 drivers/regulator/pcap-regulator.c #define VREG_INFO(_vreg, _reg, _en, _index, _stby, _lowpwr)		\
_vreg             104 drivers/regulator/pcap-regulator.c 	[_vreg]	= {							\
_vreg             218 drivers/regulator/pcap-regulator.c #define VREG(_vreg)						\
_vreg             219 drivers/regulator/pcap-regulator.c 	[_vreg]	= {						\
_vreg             220 drivers/regulator/pcap-regulator.c 		.name		= #_vreg,			\
_vreg             221 drivers/regulator/pcap-regulator.c 		.id		= _vreg,			\
_vreg             222 drivers/regulator/pcap-regulator.c 		.n_voltages	= ARRAY_SIZE(_vreg##_table),	\
_vreg             223 drivers/regulator/pcap-regulator.c 		.volt_table	= _vreg##_table,		\
_vreg              69 drivers/regulator/rk808-regulator.c #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\
_vreg              82 drivers/regulator/rk808-regulator.c 		.vsel_reg	= (_vreg),				\
_vreg              93 drivers/regulator/rk808-regulator.c #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             106 drivers/regulator/rk808-regulator.c 		.vsel_reg	= (_vreg),				\
_vreg             116 drivers/regulator/rk808-regulator.c #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             118 drivers/regulator/rk808-regulator.c 	RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             121 drivers/regulator/rk808-regulator.c #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             123 drivers/regulator/rk808-regulator.c 	RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             126 drivers/regulator/rk808-regulator.c #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg             128 drivers/regulator/rk808-regulator.c 	RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_vreg              91 drivers/scsi/ufs/ufshcd.c #define ufshcd_toggle_vreg(_dev, _vreg, _on)				\
_vreg              95 drivers/scsi/ufs/ufshcd.c 			_ret = ufshcd_enable_vreg(_dev, _vreg);         \
_vreg              97 drivers/scsi/ufs/ufshcd.c 			_ret = ufshcd_disable_vreg(_dev, _vreg);        \