Searched refs:s_stream_vbi_fmt (Results 1 – 4 of 4) sorted by relevance
125 .s_stream_vbi_fmt = cx18_s_stream_vbi_fmt,
103 .s_stream_vbi_fmt = ivtv_s_stream_vbi_fmt,
114 int (*s_stream_vbi_fmt)(struct cx2341x_handler *hdl, u32 val); member
1352 if (hdl->ops && hdl->ops->s_stream_vbi_fmt) in cx2341x_s_ctrl()1353 return hdl->ops->s_stream_vbi_fmt(hdl, val); in cx2341x_s_ctrl()