Lines Matching refs:hdpvr_device
76 struct hdpvr_device *dev = buf->dev; in hdpvr_read_bulk_callback()
87 int hdpvr_cancel_queue(struct hdpvr_device *dev) in hdpvr_cancel_queue()
125 int hdpvr_free_buffers(struct hdpvr_device *dev) in hdpvr_free_buffers()
136 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count) in hdpvr_alloc_buffers()
189 static int hdpvr_submit_buffers(struct hdpvr_device *dev) in hdpvr_submit_buffers()
230 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer()
250 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers()
275 static int hdpvr_start_streaming(struct hdpvr_device *dev) in hdpvr_start_streaming()
326 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming()
395 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release()
414 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read()
528 struct hdpvr_device *dev = video_drvdata(filp); in hdpvr_poll()
579 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querycap()
593 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_std()
613 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_std()
624 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querystd()
644 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_dv_timings()
667 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_dv_timings()
680 struct hdpvr_device *dev = video_drvdata(file); in vidioc_query_dv_timings()
722 struct hdpvr_device *dev = video_drvdata(file); in vidioc_enum_dv_timings()
738 struct hdpvr_device *dev = video_drvdata(file); in vidioc_dv_timings_cap()
786 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_input()
820 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_input()
853 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_audio()
872 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_audio()
883 struct hdpvr_device *dev = in hdpvr_try_ctrl()
884 container_of(ctrl->handler, struct hdpvr_device, hdl); in hdpvr_try_ctrl()
899 struct hdpvr_device *dev = in hdpvr_s_ctrl()
900 container_of(ctrl->handler, struct hdpvr_device, hdl); in hdpvr_s_ctrl()
1003 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap()
1049 struct hdpvr_device *dev = video_drvdata(filp); in vidioc_encoder_cmd()
1133 struct hdpvr_device *dev = video_get_drvdata(vdev); in hdpvr_device_release()
1166 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent, in hdpvr_register_videodev()