Home
last modified time | relevance | path

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

/drivers/gpu/drm/rcar-du/
Drcar_du_kms.c222 const struct rcar_du_format_info *cur_format; in rcar_du_plane_needs_realloc() local
224 cur_format = to_rcar_plane_state(plane->plane.state)->format; in rcar_du_plane_needs_realloc()
230 return !cur_format || cur_format->planes != state->format->planes; in rcar_du_plane_needs_realloc()
/drivers/media/usb/uvc/
Duvcvideo.h474 struct uvc_format *cur_format; member
Duvc_v4l2.c303 format = stream->cur_format; in uvc_v4l2_get_format()
348 stream->cur_format = format; in uvc_v4l2_set_format()
Duvc_video.c1206 !(stream->cur_format->flags & UVC_FMT_FLAG_COMPRESSED)) in uvc_video_validate_buffer()
1892 stream->cur_format = format; in uvc_video_init()