Home
last modified time | relevance | path

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

/linux/drivers/pinctrl/
H A Dpinctrl-th1520.c458 enum th1520_muxtype muxtype; in th1520_pinctrl_dt_node_to_map() local
473 muxtype = th1520_muxtype_get(funcname); in th1520_pinctrl_dt_node_to_map()
474 if (!muxtype) { in th1520_pinctrl_dt_node_to_map()
532 npins, (void *)muxtype); in th1520_pinctrl_dt_node_to_map()
774 unsigned long muxdata, enum th1520_muxtype muxtype) in th1520_pinmux_set() argument
781 if ((muxdata & GENMASK(4, 0)) == muxtype) in th1520_pinmux_set()
786 th1520_muxtype_string[muxtype], pin_get_name(thp->pctl, pin)); in th1520_pinmux_set()
806 enum th1520_muxtype muxtype; in th1520_pinmux_set_mux() local
811 muxtype = (uintptr_t)func->data; in th1520_pinmux_set_mux()
814 muxtype); in th1520_pinmux_set_mux()