Searched refs:muxtype (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/i2c/muxes/ |
H A D | i2c-mux-pca954x.c | 100 enum muxtype { enum 103 } muxtype; member 129 .muxtype = pca954x_isswi, 134 .muxtype = pca954x_isswi, 143 .muxtype = pca954x_isswi, 152 .muxtype = pca954x_isswi, 158 .muxtype = pca954x_isswi, 164 .muxtype = pca954x_ismux, 171 .muxtype = pca954x_ismux, 178 .muxtype [all...] |
/linux/drivers/pinctrl/ |
H A D | pinctrl-th1520.c | 458 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() [all...] |