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()
269 struct saa7164_port *port = fh->port; in vidioc_g_input()
285 struct saa7164_port *port = fh->port; in vidioc_s_input()
305 struct saa7164_port *port = fh->port; in vidioc_g_tuner()
331 struct saa7164_port *port = fh->port; in vidioc_g_frequency()
343 struct saa7164_port *port = fh->port; in vidioc_s_frequency()
345 struct saa7164_port *tsport; in vidioc_s_frequency()
393 struct saa7164_port *port = fh->port; in vidioc_g_ctrl()
429 struct saa7164_port *port = fh->port; in vidioc_s_ctrl()
488 static int saa7164_get_ctrl(struct saa7164_port *port, in saa7164_get_ctrl()
528 struct saa7164_port *port = fh->port; in vidioc_g_ext_ctrls()
621 static int saa7164_set_ctrl(struct saa7164_port *port, in saa7164_set_ctrl()
677 struct saa7164_port *port = fh->port; in vidioc_s_ext_ctrls()
706 struct saa7164_port *port = fh->port; in vidioc_querycap()
741 struct saa7164_port *port = fh->port; in vidioc_g_fmt_vid_cap()
762 struct saa7164_port *port = fh->port; in vidioc_try_fmt_vid_cap()
779 struct saa7164_port *port = fh->port; in vidioc_s_fmt_vid_cap()
854 struct saa7164_port *port = fh->port; in vidioc_queryctrl()
881 static int saa7164_encoder_stop_port(struct saa7164_port *port) in saa7164_encoder_stop_port()
899 static int saa7164_encoder_acquire_port(struct saa7164_port *port) in saa7164_encoder_acquire_port()
917 static int saa7164_encoder_pause_port(struct saa7164_port *port) in saa7164_encoder_pause_port()
941 static int saa7164_encoder_stop_streaming(struct saa7164_port *port) in saa7164_encoder_stop_streaming()
984 static int saa7164_encoder_start_streaming(struct saa7164_port *port) in saa7164_encoder_start_streaming()
1065 struct saa7164_port *port; in fops_open()
1068 port = (struct saa7164_port *)video_get_drvdata(video_devdata(file)); in fops_open()
1090 struct saa7164_port *port = fh->port; in fops_release()
1109 struct saa7164_user_buffer *saa7164_enc_next_buf(struct saa7164_port *port) in saa7164_enc_next_buf()
1142 struct saa7164_port *port = fh->port; in fops_read()
1248 struct saa7164_port *port = fh->port; in fops_poll()
1302 struct saa7164_port *port = ((struct saa7164_encoder_fh *)fh)->port; in saa7164_g_chip_ident()
1312 struct saa7164_port *port = ((struct saa7164_encoder_fh *)fh)->port; in saa7164_g_register()
1325 struct saa7164_port *port = ((struct saa7164_encoder_fh *)fh)->port; in saa7164_s_register()
1373 struct saa7164_port *port, in saa7164_encoder_alloc()
1396 int saa7164_encoder_register(struct saa7164_port *port) in saa7164_encoder_register()
1490 void saa7164_encoder_unregister(struct saa7164_port *port) in saa7164_encoder_unregister()