Lines Matching defs:mtk_pin_soc
192 struct mtk_pin_soc { struct
193 const struct mtk_pin_reg_calc *reg_cal;
194 const struct mtk_pin_desc *pins;
195 unsigned int npins;
196 const struct group_desc *grps;
197 unsigned int ngrps;
198 const struct function_desc *funcs;
199 unsigned int nfuncs;
200 const struct mtk_eint_regs *eint_regs;
201 const struct mtk_eint_hw *eint_hw;
204 u8 gpio_m;
205 bool ies_present;
206 const char * const *base_names;
207 unsigned int nbase_names;
210 int (*bias_disable_set)(struct mtk_pinctrl *hw,
212 int (*bias_disable_get)(struct mtk_pinctrl *hw,
214 int (*bias_set)(struct mtk_pinctrl *hw,
216 int (*bias_get)(struct mtk_pinctrl *hw,
219 int (*bias_set_combo)(struct mtk_pinctrl *hw,
221 int (*bias_get_combo)(struct mtk_pinctrl *hw,
224 int (*drive_set)(struct mtk_pinctrl *hw,
226 int (*drive_get)(struct mtk_pinctrl *hw,
250 const struct mtk_pin_soc *soc; argument