Lines Matching refs:mtk_pinctrl
41 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinmux_set_mux()
77 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinmux_gpio_request_enable()
92 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinmux_gpio_set_direction()
106 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinconf_get()
223 struct mtk_pinctrl *hw = pinctrl_dev_get_drvdata(pctldev); in mtk_pinconf_set()
443 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_get()
460 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_set()
487 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_to_irq()
504 struct mtk_pinctrl *hw = gpiochip_get_data(chip); in mtk_gpio_set_config()
522 static int mtk_build_gpiochip(struct mtk_pinctrl *hw, struct device_node *np) in mtk_build_gpiochip()
565 static int mtk_build_groups(struct mtk_pinctrl *hw) in mtk_build_groups()
585 static int mtk_build_functions(struct mtk_pinctrl *hw) in mtk_build_functions()
610 struct mtk_pinctrl *hw; in mtk_moore_pinctrl_probe()