• Home
  • Raw
  • Download

Lines Matching refs:saa7164_port

59 static void saa7164_encoder_configure(struct saa7164_port *port)  in saa7164_encoder_configure()
79 static int saa7164_encoder_buffers_dealloc(struct saa7164_port *port) in saa7164_encoder_buffers_dealloc()
117 static int saa7164_encoder_buffers_alloc(struct saa7164_port *port) in saa7164_encoder_buffers_alloc()
207 static int saa7164_encoder_initialize(struct saa7164_port *port) in saa7164_encoder_initialize()
217 struct saa7164_port *port = fh->port; in vidioc_s_std()
246 struct saa7164_port *port = fh->port; in vidioc_g_std()
279 struct saa7164_port *port = fh->port; in vidioc_g_input()
295 struct saa7164_port *port = fh->port; in vidioc_s_input()
315 struct saa7164_port *port = fh->port; in vidioc_g_tuner()
341 struct saa7164_port *port = fh->port; in vidioc_g_frequency()
353 struct saa7164_port *port = fh->port; in vidioc_s_frequency()
355 struct saa7164_port *tsport; in vidioc_s_frequency()
403 struct saa7164_port *port = fh->port; in vidioc_g_ctrl()
439 struct saa7164_port *port = fh->port; in vidioc_s_ctrl()
498 static int saa7164_get_ctrl(struct saa7164_port *port, in saa7164_get_ctrl()
538 struct saa7164_port *port = fh->port; in vidioc_g_ext_ctrls()
631 static int saa7164_set_ctrl(struct saa7164_port *port, in saa7164_set_ctrl()
687 struct saa7164_port *port = fh->port; in vidioc_s_ext_ctrls()
716 struct saa7164_port *port = fh->port; in vidioc_querycap()
751 struct saa7164_port *port = fh->port; in vidioc_g_fmt_vid_cap()
772 struct saa7164_port *port = fh->port; in vidioc_try_fmt_vid_cap()
789 struct saa7164_port *port = fh->port; in vidioc_s_fmt_vid_cap()
859 struct saa7164_port *port = fh->port; in vidioc_queryctrl()
886 static int saa7164_encoder_stop_port(struct saa7164_port *port) in saa7164_encoder_stop_port()
904 static int saa7164_encoder_acquire_port(struct saa7164_port *port) in saa7164_encoder_acquire_port()
922 static int saa7164_encoder_pause_port(struct saa7164_port *port) in saa7164_encoder_pause_port()
946 static int saa7164_encoder_stop_streaming(struct saa7164_port *port) in saa7164_encoder_stop_streaming()
989 static int saa7164_encoder_start_streaming(struct saa7164_port *port) in saa7164_encoder_start_streaming()
1070 struct saa7164_port *port; in fops_open()
1073 port = (struct saa7164_port *)video_get_drvdata(video_devdata(file)); in fops_open()
1095 struct saa7164_port *port = fh->port; in fops_release()
1115 saa7164_user_buffer *saa7164_enc_next_buf(struct saa7164_port *port) in saa7164_enc_next_buf()
1148 struct saa7164_port *port = fh->port; in fops_read()
1254 struct saa7164_port *port = fh->port; in fops_poll()
1333 struct saa7164_port *port, in saa7164_encoder_alloc()
1356 int saa7164_encoder_register(struct saa7164_port *port) in saa7164_encoder_register()
1451 void saa7164_encoder_unregister(struct saa7164_port *port) in saa7164_encoder_unregister()