Lines Matching refs:nports
51 for (i = 0; i < hpriv->nports; i++) {
90 for (i = 0; i < hpriv->nports; i++) {
212 for (i = 0; i < hpriv->nports; i++) {
246 for (i = 0; i < hpriv->nports; i++) {
346 for (c = 0; c < hpriv->nports; c++)
557 * If no sub-node was found, we still need to set nports to
562 hpriv->nports = child_nodes;
564 hpriv->nports = 1;
566 hpriv->phys = devm_kcalloc(dev, hpriv->nports, sizeof(*hpriv->phys), GFP_KERNEL);
575 hpriv->target_pwrs = kcalloc(hpriv->nports, sizeof(*hpriv->target_pwrs), GFP_KERNEL);
595 if (port >= hpriv->nports) {