Searched refs:s_stream_vbi_fmt (Results 1 – 4 of 4) sorted by relevance
116 .s_stream_vbi_fmt = cx18_s_stream_vbi_fmt,
91 .s_stream_vbi_fmt = ivtv_s_stream_vbi_fmt,
102 int (*s_stream_vbi_fmt)(struct cx2341x_handler *hdl, u32 val); member
1378 if (hdl->ops && hdl->ops->s_stream_vbi_fmt) in cx2341x_s_ctrl()1379 return hdl->ops->s_stream_vbi_fmt(hdl, val); in cx2341x_s_ctrl()