Lines Matching refs:_match
78 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
81 .name = (_match), \
83 .of_match = of_match_ptr(_match), \
102 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
105 .name = (_match), \
107 .of_match = of_match_ptr(_match), \
125 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
127 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
158 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
160 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
163 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
165 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
168 #define RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ argument
171 .name = (_match), \
173 .of_match = of_match_ptr(_match), \
185 #define RK817_DESC_SWITCH(_id, _match, _supply, _ereg, _emask, \ argument
187 RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \
190 #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ argument
191 RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \