Lines Matching refs:hdpvr_device
77 struct hdpvr_device *dev = buf->dev; in hdpvr_read_bulk_callback()
88 int hdpvr_cancel_queue(struct hdpvr_device *dev) in hdpvr_cancel_queue()
126 int hdpvr_free_buffers(struct hdpvr_device *dev) in hdpvr_free_buffers()
137 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count) in hdpvr_alloc_buffers()
192 static int hdpvr_submit_buffers(struct hdpvr_device *dev) in hdpvr_submit_buffers()
233 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer()
253 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers()
278 static int hdpvr_start_streaming(struct hdpvr_device *dev) in hdpvr_start_streaming()
329 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming()
400 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release()
419 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read()
519 struct hdpvr_device *dev = video_drvdata(filp); in hdpvr_poll()
570 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querycap()
584 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_std()
604 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_std()
615 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querystd()
635 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_dv_timings()
658 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_dv_timings()
671 struct hdpvr_device *dev = video_drvdata(file); in vidioc_query_dv_timings()
713 struct hdpvr_device *dev = video_drvdata(file); in vidioc_enum_dv_timings()
729 struct hdpvr_device *dev = video_drvdata(file); in vidioc_dv_timings_cap()
777 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_input()
811 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_input()
844 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_audio()
863 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_audio()
874 struct hdpvr_device *dev = in hdpvr_try_ctrl()
875 container_of(ctrl->handler, struct hdpvr_device, hdl); in hdpvr_try_ctrl()
890 struct hdpvr_device *dev = in hdpvr_s_ctrl()
891 container_of(ctrl->handler, struct hdpvr_device, hdl); in hdpvr_s_ctrl()
994 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap()
1040 struct hdpvr_device *dev = video_drvdata(filp); in vidioc_encoder_cmd()
1124 struct hdpvr_device *dev = video_get_drvdata(vdev); in hdpvr_device_release()
1157 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent, in hdpvr_register_videodev()