Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c457 enum th1520_muxtype muxtype; in th1520_pinctrl_dt_node_to_map() local
472 muxtype = th1520_muxtype_get(funcname); in th1520_pinctrl_dt_node_to_map()
473 if (!muxtype) { in th1520_pinctrl_dt_node_to_map()
531 npins, (void *)muxtype); in th1520_pinctrl_dt_node_to_map()
773 unsigned long muxdata, enum th1520_muxtype muxtype) in th1520_pinmux_set() argument
780 if ((muxdata & GENMASK(4, 0)) == muxtype) in th1520_pinmux_set()
785 th1520_muxtype_string[muxtype], pin_get_name(thp->pctl, pin)); in th1520_pinmux_set()
805 enum th1520_muxtype muxtype; in th1520_pinmux_set_mux() local
810 muxtype = (uintptr_t)func->data; in th1520_pinmux_set_mux()
813 muxtype); in th1520_pinmux_set_mux()