Home
last modified time | relevance | path

Searched refs:PINCTRL_PIN_REG_DIR (Results 1 - 25 of 30) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c94 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()
H A Dpinctrl-paris.c74 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !input); in mtk_pinmux_gpio_set_direction()
120 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get()
135 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get()
228 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
237 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
245 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
258 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !arg); in mtk_pinconf_set()
557 mtk_hw_get_value_wrap(hw, gpio, PINCTRL_PIN_REG_DIR)
777 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &value); in mtk_gpio_get_direction()
H A Dpinctrl-mt6797.c41 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6797_pin_dir_range),
H A Dpinctrl-mtk-common-v2.h48 PINCTRL_PIN_REG_DIR, enumerator
H A Dpinctrl-mt7629.c102 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7629_pin_dir_range),
H A Dpinctrl-mt7622.c142 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7622_pin_dir_range),
H A Dpinctrl-mtk-common-v2.c339 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, MTK_INPUT); in mtk_xt_set_gpio_as_eint()
H A Dpinctrl-mt8183.c522 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt8183_pin_dir_range),
H A Dpinctrl-mt7623.c402 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7623_pin_dir_range),
H A Dpinctrl-mt6779.c717 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6779_pin_dir_range),
H A Dpinctrl-mt6765.c1040 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6765_pin_dir_range),
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-moore.c104 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !input); in mtk_pinmux_gpio_set_direction()
180 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get()
191 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get()
308 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
320 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
333 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
348 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
H A Dpinctrl-paris.c126 return mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !input); in mtk_pinmux_gpio_set_direction()
169 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get()
184 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get()
293 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
302 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
315 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, in mtk_pinconf_set()
323 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, !arg); in mtk_pinconf_set()
623 mtk_hw_get_value_wrap(hw, gpio, PINCTRL_PIN_REG_DIR)
873 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &value); in mtk_gpio_get_direction()
H A Dpinctrl-mt6797.c41 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6797_pin_dir_range),
H A Dpinctrl-mtk-common-v2.h72 PINCTRL_PIN_REG_DIR, enumerator
H A Dpinctrl-mt7629.c102 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7629_pin_dir_range),
H A Dpinctrl-mt7622.c142 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7622_pin_dir_range),
H A Dpinctrl-mt7981.c473 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7981_pin_dir_range),
H A Dpinctrl-mt8183.c522 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt8183_pin_dir_range),
H A Dpinctrl-mt6795.c459 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6795_pin_dir_range),
H A Dpinctrl-mtk-common-v2.c344 err = mtk_hw_set_value(hw, desc, PINCTRL_PIN_REG_DIR, MTK_INPUT); in mtk_xt_set_gpio_as_eint()
H A Dpinctrl-mt8195.c913 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt8195_pin_dir_range),
H A Dpinctrl-mt7986.c466 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7986_pin_dir_range),
H A Dpinctrl-mt7623.c402 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt7623_pin_dir_range),
H A Dpinctrl-mt6779.c717 [PINCTRL_PIN_REG_DIR] = MTK_RANGE(mt6779_pin_dir_range),

Completed in 30 milliseconds

12