Lines Matching defs:npins
154 int npins = of_property_count_u32_elems(child, "pinmux");
159 if (npins < 1) {
175 pins = devm_kcalloc(dev, npins, sizeof(*pins), GFP_KERNEL);
181 pinmux = devm_kcalloc(dev, npins, sizeof(*pinmux), GFP_KERNEL);
187 ret = of_property_read_u32_array(child, "pinmux", pinmux, npins);
191 for (i = 0; i < npins; i++)
200 pins, npins, pinmux);
694 sfp->gpios.npins = sfp->gc.ngpio;
866 if (!info->pins || !info->npins) {
921 jh7110_pinctrl_desc->npins = info->npins;