Home
last modified time | relevance | path

Searched refs:spec_dir_set (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h210 * @spec_dir_set: In very few SoCs, direction control registers are not
240 void (*spec_dir_set)(unsigned int *reg_addr, unsigned int pin); member
H A Dpinctrl-mtk-common.c79 if (pctl->devdata->spec_dir_set) in mtk_pmx_gpio_set_direction()
80 pctl->devdata->spec_dir_set(&reg_addr, offset); in mtk_pmx_gpio_set_direction()
803 if (pctl->devdata->spec_dir_set) in mtk_gpio_get_direction()
804 pctl->devdata->spec_dir_set(&reg_addr, offset); in mtk_gpio_get_direction()
H A Dpinctrl-mt2701.c514 .spec_dir_set = mt2701_spec_dir_set,
/kernel/linux/linux-6.6/drivers/pinctrl/mediatek/
H A Dpinctrl-mtk-common.h216 * @spec_dir_set: In very few SoCs, direction control registers are not
257 void (*spec_dir_set)(unsigned int *reg_addr, unsigned int pin); member
H A Dpinctrl-mtk-common.c76 if (pctl->devdata->spec_dir_set) in mtk_pmx_gpio_set_direction()
77 pctl->devdata->spec_dir_set(&reg_addr, offset); in mtk_pmx_gpio_set_direction()
835 if (pctl->devdata->spec_dir_set) in mtk_gpio_get_direction()
836 pctl->devdata->spec_dir_set(&reg_addr, offset); in mtk_gpio_get_direction()
H A Dpinctrl-mt2701.c500 .spec_dir_set = mt2701_spec_dir_set,

Completed in 7 milliseconds