Lines Matching refs:hdpvr_device

72 	struct hdpvr_device *dev = buf->dev;  in hdpvr_read_bulk_callback()
83 int hdpvr_cancel_queue(struct hdpvr_device *dev) in hdpvr_cancel_queue()
121 int hdpvr_free_buffers(struct hdpvr_device *dev) in hdpvr_free_buffers()
132 int hdpvr_alloc_buffers(struct hdpvr_device *dev, uint count) in hdpvr_alloc_buffers()
185 static int hdpvr_submit_buffers(struct hdpvr_device *dev) in hdpvr_submit_buffers()
226 static struct hdpvr_buffer *hdpvr_get_next_buffer(struct hdpvr_device *dev) in hdpvr_get_next_buffer()
246 struct hdpvr_device *dev = container_of(work, struct hdpvr_device, in hdpvr_transmit_buffers()
271 static int hdpvr_start_streaming(struct hdpvr_device *dev) in hdpvr_start_streaming()
321 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming()
390 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release()
409 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read()
530 struct hdpvr_device *dev = video_drvdata(filp); in hdpvr_poll()
581 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querycap()
592 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_std()
612 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_std()
623 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querystd()
643 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_dv_timings()
666 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_dv_timings()
679 struct hdpvr_device *dev = video_drvdata(file); in vidioc_query_dv_timings()
721 struct hdpvr_device *dev = video_drvdata(file); in vidioc_enum_dv_timings()
737 struct hdpvr_device *dev = video_drvdata(file); in vidioc_dv_timings_cap()
784 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_input()
818 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_input()
850 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_audio()
869 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_audio()
879 struct hdpvr_device *dev = in hdpvr_try_ctrl()
880 container_of(ctrl->handler, struct hdpvr_device, hdl); in hdpvr_try_ctrl()
895 struct hdpvr_device *dev = in hdpvr_s_ctrl()
896 container_of(ctrl->handler, struct hdpvr_device, hdl); in hdpvr_s_ctrl()
997 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap()
1043 struct hdpvr_device *dev = video_drvdata(filp); in vidioc_encoder_cmd()
1127 struct hdpvr_device *dev = video_get_drvdata(vdev); in hdpvr_device_release()
1160 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent, in hdpvr_register_videodev()