Searched refs:s_video_encoding (Results 1 – 5 of 5) sorted by relevance
115 .s_video_encoding = cx18_s_video_encoding,
90 .s_video_encoding = ivtv_s_video_encoding,
100 int (*s_video_encoding)(struct cx2341x_handler *hdl, u32 val); member
1472 hdl->ops && hdl->ops->s_video_encoding) in cx2341x_s_ctrl()1473 return hdl->ops->s_video_encoding(hdl, hdl->video_encoding->val); in cx2341x_s_ctrl()
1706 .s_video_encoding = cx231xx_s_video_encoding,