Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmax9286.c177 unsigned int bound_sources; member
504 priv->bound_sources |= BIT(index); in max9286_notify_bound()
524 * means to register a complete callback. bound_sources allows us to in max9286_notify_bound()
527 if (priv->bound_sources != priv->source_mask) in max9286_notify_bound()
558 priv->bound_sources &= ~BIT(index); in max9286_notify_unbind()
758 pad = __ffs(priv->bound_sources); in max9286_get_fmt()
/kernel/linux/linux-6.6/drivers/media/i2c/
H A Dmax9286.c210 unsigned int bound_sources; member
680 priv->bound_sources |= BIT(index); in max9286_notify_bound()
700 * here, so we have to use bound_sources to identify when all remote in max9286_notify_bound()
703 if (priv->bound_sources != priv->source_mask) in max9286_notify_bound()
732 priv->bound_sources &= ~BIT(index); in max9286_notify_unbind()
803 format = &priv->fmt[__ffs(priv->bound_sources)]; in max9286_s_stream()
971 pad = __ffs(priv->bound_sources); in max9286_get_fmt()

Completed in 6 milliseconds