Lines Matching refs:_match
74 #define RK817_BOOST_DESC(_id, _match, _supply, _min, _max, _step, _vreg,\ argument
77 .name = (_match), \
79 .of_match = of_match_ptr(_match), \
98 #define RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
101 .name = (_match), \
103 .of_match = of_match_ptr(_match), \
121 #define RK816_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
123 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
126 #define RK805_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
128 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
131 #define RK8XX_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
133 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
136 #define RK817_DESC(_id, _match, _supply, _min, _max, _step, _vreg, \ argument
138 RK8XX_DESC_COM(_id, _match, _supply, _min, _max, _step, _vreg, \
141 #define RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \ argument
144 .name = (_match), \
146 .of_match = of_match_ptr(_match), \
158 #define RK817_DESC_SWITCH(_id, _match, _supply, _ereg, _emask, _enval, \ argument
160 RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \
163 #define RK8XX_DESC_SWITCH(_id, _match, _supply, _ereg, _emask) \ argument
164 RKXX_DESC_SWITCH_COM(_id, _match, _supply, _ereg, _emask, \