Lines Matching defs:gpio
602 static int mtk_hw_get_value_wrap(struct mtk_pinctrl *hw, unsigned int gpio, int field) in mtk_hw_get_value_wrap()
619 #define mtk_pctrl_get_pinmux(hw, gpio) \ argument
622 #define mtk_pctrl_get_direction(hw, gpio) \ argument
625 #define mtk_pctrl_get_out(hw, gpio) \ argument
628 #define mtk_pctrl_get_in(hw, gpio) \ argument
631 #define mtk_pctrl_get_smt(hw, gpio) \ argument
634 #define mtk_pctrl_get_ies(hw, gpio) \ argument
637 #define mtk_pctrl_get_driving(hw, gpio) \ argument
641 unsigned int gpio, char *buf, unsigned int buf_len) in mtk_pctrl_show_one_pin()
717 unsigned int gpio) in mtk_pctrl_dbg_show()
855 static int mtk_gpio_get_direction(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_get_direction()
883 static int mtk_gpio_get(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_get()
901 static void mtk_gpio_set(struct gpio_chip *chip, unsigned int gpio, int value) in mtk_gpio_set()
914 static int mtk_gpio_direction_input(struct gpio_chip *chip, unsigned int gpio) in mtk_gpio_direction_input()
924 static int mtk_gpio_direction_output(struct gpio_chip *chip, unsigned int gpio, in mtk_gpio_direction_output()