Lines Matching refs:index
384 unsigned int index = to_index(priv, source);
386 ret = i2c_mux_add_adapter(priv->mux, 0, index, 0);
667 unsigned int index = to_index(priv, source);
680 priv->bound_sources |= BIT(index);
685 &priv->sd.entity, index,
691 source->sd->name, src_pad, priv->sd.name, index);
695 dev_dbg(&priv->client->dev, "Bound %s pad: %u on index %u\n",
696 subdev->name, src_pad, index);
729 unsigned int index = to_index(priv, source);
732 priv->bound_sources &= ~BIT(index);
901 if (code->pad || code->index > 0)
1590 unsigned int index = to_index(priv, source);
1593 snprintf(name, sizeof(name), "port%u-poc", index);
1599 index);