Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/starfive/
H A Dpinctrl-starfive-jh7110.h57 int (*jh7110_set_one_pin_mux)(struct jh7110_pinctrl *sfp, member
H A Dpinctrl-starfive-jh7110.c313 if (info->jh7110_set_one_pin_mux) in jh7110_set_mux()
314 info->jh7110_set_one_pin_mux(sfp, in jh7110_set_mux()
586 if (info->jh7110_set_one_pin_mux) in jh7110_gpio_direction_input()
587 info->jh7110_set_one_pin_mux(sfp, gpio, in jh7110_gpio_direction_input()
600 if (info->jh7110_set_one_pin_mux) in jh7110_gpio_direction_output()
601 info->jh7110_set_one_pin_mux(sfp, gpio, in jh7110_gpio_direction_output()
H A Dpinctrl-starfive-jh7110-aon.c151 .jh7110_set_one_pin_mux = jh7110_aon_set_one_pin_mux,
H A Dpinctrl-starfive-jh7110-sys.c423 .jh7110_set_one_pin_mux = jh7110_sys_set_one_pin_mux,