Searched refs:new_frame (Results 1 – 10 of 10) sorted by relevance
589 struct drm_connector_hdmi_infoframe *new_frame) in write_infoframe() argument593 ret = write_device_infoframe(connector, &new_frame->data); in write_infoframe()602 struct drm_connector_hdmi_infoframe *new_frame) in write_or_clear_infoframe() argument604 if (new_frame->set) in write_or_clear_infoframe()605 return write_infoframe(connector, new_frame); in write_or_clear_infoframe()607 if (old_frame->set && !new_frame->set) in write_or_clear_infoframe()
43 bool new_frame, in sti_plane_update_fps() argument60 if (!new_frame) in sti_plane_update_fps()
78 bool new_frame,
44 struct completion new_frame; member67 ret = wait_for_completion_interruptible_timeout(&priv->new_frame, SPS30_SERIAL_TIMEOUT); in sps30_serial_xfer()259 complete(&priv->new_frame); in sps30_serial_receive_buf()397 init_completion(&priv->new_frame); in sps30_serial_probe()
1193 struct vp9_frame *new_frame; in codec_vp9_get_new_frame() local1195 new_frame = kzalloc(sizeof(*new_frame), GFP_KERNEL); in codec_vp9_get_new_frame()1196 if (!new_frame) in codec_vp9_get_new_frame()1202 kfree(new_frame); in codec_vp9_get_new_frame()1213 kfree(new_frame); in codec_vp9_get_new_frame()1218 new_frame->vbuf = vbuf; in codec_vp9_get_new_frame()1219 new_frame->index = vbuf->vb2_buf.index; in codec_vp9_get_new_frame()1220 new_frame->intra_only = param->p.intra_only; in codec_vp9_get_new_frame()1221 new_frame->show = param->p.show_frame; in codec_vp9_get_new_frame()1222 new_frame->type = param->p.frame_type; in codec_vp9_get_new_frame()[all …]
109 bool new_frame; member
527 if (ctx->fh.m2m_ctx->new_frame) in cedrus_h265_setup()706 if (ctx->fh.m2m_ctx->new_frame) in cedrus_h265_setup()
446 if (ctx->fh.m2m_ctx->new_frame) in cedrus_set_params()
3275 u32 frame, new_frame; in bnad_change_mtu() local3283 new_frame = BNAD_FRAME_SIZE(new_mtu); in bnad_change_mtu()3289 if ((frame <= 4096 && new_frame > 4096) || in bnad_change_mtu()3290 (frame > 4096 && new_frame <= 4096)) in bnad_change_mtu()3294 err = bnad_mtu_set(bnad, new_frame); in bnad_change_mtu()
337 m2m_ctx->new_frame = true; in __v4l2_m2m_try_queue()356 m2m_ctx->new_frame = !dst->vb2_buf.copied_timestamp || in __v4l2_m2m_try_queue()