Lines Matching defs:mtk_pin_soc
234 struct mtk_pin_soc { struct
235 const struct mtk_pin_reg_calc *reg_cal;
236 const struct mtk_pin_desc *pins;
237 unsigned int npins;
238 const struct group_desc *grps;
239 unsigned int ngrps;
240 const struct function_desc *funcs;
241 unsigned int nfuncs;
242 const struct mtk_eint_regs *eint_regs;
243 const struct mtk_eint_hw *eint_hw;
246 u8 gpio_m;
247 bool ies_present;
248 const char * const *base_names;
249 unsigned int nbase_names;
250 const unsigned int *pull_type;
251 const struct mtk_pin_rsel *pin_rsel;
252 unsigned int npin_rsel;
255 int (*bias_disable_set)(struct mtk_pinctrl *hw,
257 int (*bias_disable_get)(struct mtk_pinctrl *hw,
259 int (*bias_set)(struct mtk_pinctrl *hw,
261 int (*bias_get)(struct mtk_pinctrl *hw,
264 int (*bias_set_combo)(struct mtk_pinctrl *hw,
266 int (*bias_get_combo)(struct mtk_pinctrl *hw,
269 int (*drive_set)(struct mtk_pinctrl *hw,
271 int (*drive_get)(struct mtk_pinctrl *hw,
295 const struct mtk_pin_soc *soc; argument