Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dmax9286.c177 unsigned int bound_sources; member
504 priv->bound_sources |= BIT(index); 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()