Searched refs:PINCTRL_PIN_REG_DIR (Results 1 – 12 of 12) sorted by relevance
/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/ |
D | pinctrl-moore.c | 94 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !input); in mtk_pinmux_gpio_set_direction() 146 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 157 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get() 260 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set() 272 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set() 285 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set() 300 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
|
D | pinctrl-paris.c | 74 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !input); in mtk_pinmux_gpio_set_direction() 124 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get() 139 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get() 233 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set() 242 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set() 250 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set() 263 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !arg); in mtk_pinconf_set() 562 mtk_hw_get_value_wrap(hw, gpio, PINCTRL_PIN_REG_DIR) 781 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &value); in mtk_gpio_get_direction()
|
D | pinctrl-mt6797.c | 41 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6797_pin_dir_range),
|
D | pinctrl-mtk-common-v2.h | 48 PINCTRL_PIN_REG_DIR, enumerator
|
D | pinctrl-mt7629.c | 102 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7629_pin_dir_range),
|
D | pinctrl-mt8183.c | 522 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt8183_pin_dir_range),
|
D | pinctrl-mt6779.c | 717 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6779_pin_dir_range),
|
D | pinctrl-mt7622.c | 142 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7622_pin_dir_range),
|
D | pinctrl-mt6765.c | 1040 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6765_pin_dir_range),
|
D | pinctrl-mt8192.c | 1346 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt8192_pin_dir_range),
|
D | pinctrl-mtk-common-v2.c | 339 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, MTK_INPUT); in mtk_xt_set_gpio_as_eint()
|
D | pinctrl-mt7623.c | 402 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7623_pin_dir_range),
|