Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/i2c/
H A Dmax9286.c210 unsigned int bound_sources; member
680 priv->bound_sources |= BIT(index); 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()