Lines Matching refs:nports
50 for (i = 0; i < hpriv->nports; i++) {
89 for (i = 0; i < hpriv->nports; i++) {
166 for (i = 0; i < hpriv->nports; i++) {
200 for (i = 0; i < hpriv->nports; i++) {
302 for (c = 0; c < hpriv->nports; c++)
465 * If no sub-node was found, we still need to set nports to
470 hpriv->nports = child_nodes;
472 hpriv->nports = 1;
474 hpriv->phys = devm_kcalloc(dev, hpriv->nports, sizeof(*hpriv->phys), GFP_KERNEL);
483 hpriv->target_pwrs = kcalloc(hpriv->nports, sizeof(*hpriv->target_pwrs), GFP_KERNEL);
503 if (port >= hpriv->nports) {