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

/linux-master/drivers/pinctrl/
H A Dpinctrl-aw9523.c148 static const struct pinfunction aw9523_pmx[] = { variable in typeref:struct:pinfunction
155 return ARRAY_SIZE(aw9523_pmx);
161 return aw9523_pmx[sel].name;
168 *groups = aw9523_pmx[sel].groups;
169 *ngroups = aw9523_pmx[sel].ngroups;
179 if (fsel >= ARRAY_SIZE(aw9523_pmx))
183 * This maps directly to the aw9523_pmx array: programming a

Completed in 244 milliseconds