Home
last modified time | relevance | path

Searched refs:mtk_hw_get_value (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common-v2.c215 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc, in mtk_hw_get_value() function
233 EXPORT_SYMBOL_GPL(mtk_hw_get_value);
315 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_xt_get_gpio_state()
439 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PU, &v); in mtk_pinconf_bias_disable_get()
443 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PD, &v2); in mtk_pinconf_bias_disable_get()
483 err = mtk_hw_get_value(hw, desc, reg, &v); in mtk_pinconf_bias_get()
510 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PULLEN, &v); in mtk_pinconf_bias_disable_get_rev1()
549 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PULLEN, &v); in mtk_pinconf_bias_get_rev1()
556 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_PULLSEL, &v); in mtk_pinconf_bias_get_rev1()
815 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_RSEL, &rsel); in mtk_pinconf_bias_get_pu_pd_rsel()
[all …]
H A Dpinctrl-paris.c165 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SR, &ret); in mtk_pinconf_get()
168 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_IES, &ret); in mtk_pinconf_get()
173 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get()
182 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DO, &ret); in mtk_pinconf_get()
185 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &ret); in mtk_pinconf_get()
196 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SMT, &ret); in mtk_pinconf_get()
236 err = mtk_hw_get_value(hw, desc, reg, &ret); in mtk_pinconf_get()
596 err = mtk_hw_get_value(hw, desc, field, &value); in mtk_hw_get_value_wrap()
855 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &value); in mtk_gpio_get_direction()
876 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_gpio_get()
H A Dpinctrl-moore.c173 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SR, &val); in mtk_pinconf_get()
183 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get()
194 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DIR, &val); in mtk_pinconf_get()
198 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_SMT, &val2); in mtk_pinconf_get()
220 err = mtk_hw_get_value(hw, desc, reg, &val); in mtk_pinconf_get()
492 err = mtk_hw_get_value(hw, desc, PINCTRL_PIN_REG_DI, &value); in mtk_gpio_get()
H A Dpinctrl-mtk-common-v2.h309 int mtk_hw_get_value(struct mtk_pinctrl *hw, const struct mtk_pin_desc *desc,