Searched refs:s_video_encoding (Results 1 – 5 of 5) sorted by relevance
124 .s_video_encoding = cx18_s_video_encoding,
102 .s_video_encoding = ivtv_s_video_encoding,
112 int (*s_video_encoding)(struct cx2341x_handler *hdl, u32 val); member
1446 hdl->ops && hdl->ops->s_video_encoding) in cx2341x_s_ctrl()1447 return hdl->ops->s_video_encoding(hdl, hdl->video_encoding->val); in cx2341x_s_ctrl()
1940 .s_video_encoding = cx231xx_s_video_encoding,