Lines Matching refs:mtk_pinctrl
41 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinmux_set_mux()
75 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinmux_gpio_request_enable()
88 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinmux_gpio_set_direction()
100 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinconf_get()
215 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinconf_set()
433 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_get()
448 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_set()
471 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_to_irq()
488 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_set_config()
504 static int mtk_build_gpiochip(struct mtk_pinctrl *hw, struct device_node *np) in mtk_build_gpiochip()
547 static int mtk_build_groups(struct mtk_pinctrl *hw) in mtk_build_groups()
567 static int mtk_build_functions(struct mtk_pinctrl *hw) in mtk_build_functions()
593 struct mtk_pinctrl *hw; in mtk_moore_pinctrl_probe()