_match            272 drivers/regulator/axp20x-regulator.c #define AXP_DESC_IO(_family, _id, _match, _supply, _min, _max, _step, _vreg,	\
_match            275 drivers/regulator/axp20x-regulator.c 		.name		= (_match),					\
_match            277 drivers/regulator/axp20x-regulator.c 		.of_match	= of_match_ptr(_match),				\
_match            294 drivers/regulator/axp20x-regulator.c #define AXP_DESC(_family, _id, _match, _supply, _min, _max, _step, _vreg,	\
_match            297 drivers/regulator/axp20x-regulator.c 		.name		= (_match),					\
_match            299 drivers/regulator/axp20x-regulator.c 		.of_match	= of_match_ptr(_match),				\
_match            314 drivers/regulator/axp20x-regulator.c #define AXP_DESC_SW(_family, _id, _match, _supply, _ereg, _emask)		\
_match            316 drivers/regulator/axp20x-regulator.c 		.name		= (_match),					\
_match            318 drivers/regulator/axp20x-regulator.c 		.of_match	= of_match_ptr(_match),				\
_match            328 drivers/regulator/axp20x-regulator.c #define AXP_DESC_FIXED(_family, _id, _match, _supply, _volt)			\
_match            330 drivers/regulator/axp20x-regulator.c 		.name		= (_match),					\
_match            332 drivers/regulator/axp20x-regulator.c 		.of_match	= of_match_ptr(_match),				\
_match            342 drivers/regulator/axp20x-regulator.c #define AXP_DESC_RANGES(_family, _id, _match, _supply, _ranges, _n_voltages,	\
_match            345 drivers/regulator/axp20x-regulator.c 		.name		= (_match),					\
_match            347 drivers/regulator/axp20x-regulator.c 		.of_match	= of_match_ptr(_match),				\
_match            129 drivers/regulator/hi6421-regulator.c #define HI6421_LDO(_id, _match, v_table, vreg, vmask, ereg, emask,	\
_match            134 drivers/regulator/hi6421-regulator.c 			.of_match        = of_match_ptr(#_match),	\
_match            168 drivers/regulator/hi6421-regulator.c #define HI6421_LDO_LINEAR(_id, _match, _min_uV, n_volt, vstep, vreg, vmask,\
_match            173 drivers/regulator/hi6421-regulator.c 			.of_match        = of_match_ptr(#_match),	\
_match            208 drivers/regulator/hi6421-regulator.c #define HI6421_LDO_LINEAR_RANGE(_id, _match, n_volt, volt_ranges, vreg, vmask,\
_match            213 drivers/regulator/hi6421-regulator.c 			.of_match        = of_match_ptr(#_match),	\
_match            245 drivers/regulator/hi6421-regulator.c #define HI6421_BUCK012(_id, _match, vreg, vmask, ereg, emask, sleepmask,\
_match            250 drivers/regulator/hi6421-regulator.c 			.of_match        = of_match_ptr(#_match),	\
_match            282 drivers/regulator/hi6421-regulator.c #define HI6421_BUCK345(_id, _match, v_table, vreg, vmask, ereg, emask,	\
_match            287 drivers/regulator/hi6421-regulator.c 			.of_match        = of_match_ptr(#_match),	\
_match             69 drivers/regulator/rk808-regulator.c #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\
_match             72 drivers/regulator/rk808-regulator.c 		.name		= (_match),				\
_match             74 drivers/regulator/rk808-regulator.c 		.of_match	= of_match_ptr(_match),			\
_match             93 drivers/regulator/rk808-regulator.c #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match             96 drivers/regulator/rk808-regulator.c 		.name		= (_match),				\
_match             98 drivers/regulator/rk808-regulator.c 		.of_match	= of_match_ptr(_match),			\
_match            116 drivers/regulator/rk808-regulator.c #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match            118 drivers/regulator/rk808-regulator.c 	RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match            121 drivers/regulator/rk808-regulator.c #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match            123 drivers/regulator/rk808-regulator.c 	RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match            126 drivers/regulator/rk808-regulator.c #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match            128 drivers/regulator/rk808-regulator.c 	RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg,	\
_match            131 drivers/regulator/rk808-regulator.c #define RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask,	\
_match            134 drivers/regulator/rk808-regulator.c 		.name		= (_match),				\
_match            136 drivers/regulator/rk808-regulator.c 		.of_match	= of_match_ptr(_match),			\
_match            148 drivers/regulator/rk808-regulator.c #define RK817_DESC_SWITCH(_id, _match, _supply, _ereg, _emask,		\
_match            150 drivers/regulator/rk808-regulator.c 	RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask,	\
_match            153 drivers/regulator/rk808-regulator.c #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask)		\
_match            154 drivers/regulator/rk808-regulator.c 	RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask,	\
_match             80 drivers/scsi/scsi_transport_fc.c static int get_fc_##title##_match(const char *table_key,		\