Lines Matching defs:enabled
446 * @s_stream: start (enabled == 1) or stop (enabled == 0) streaming on the
589 * @interrupt_enable: IR interrupts are enabled if true
711 * @enabled: has the stream been enabled with v4l2_subdev_enable_stream()
721 bool enabled;
830 * state management provided by the subdev core (enabled through a call to
836 * state management provided by the subdev core (enabled through a call to
970 * - Centrally managed subdev active state is enabled
1039 * @enabled_streams: Bitmask of enabled streams used by
1718 * Enabling a stream that is already enabled isn't allowed. If @streams_mask
1719 * contains an already enabled stream, this function returns -EALREADY without
1729 * * -EALREADY: One of the streams in streams_mask is already enabled
1748 * Disabling a streams that is not enabled isn't allowed. If @streams_mask
1759 * * -EALREADY: One of the streams in streams_mask is not enabled