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

/linux-master/drivers/media/i2c/
H A Dmax9286.c210 unsigned int bound_sources; member in struct:max9286_priv
680 priv->bound_sources |= BIT(index);
700 * here, so we have to use bound_sources to identify when all remote
703 if (priv->bound_sources != priv->source_mask)
732 priv->bound_sources &= ~BIT(index);
803 format = &priv->fmt[__ffs(priv->bound_sources)];
987 pad = __ffs(priv->bound_sources);

Completed in 96 milliseconds