Lines Matching defs:dev

72 	struct hdpvr_device *dev = buf->dev;  in hdpvr_read_bulk_callback()  local
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() local
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() local
409 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read() local
530 struct hdpvr_device *dev = video_drvdata(filp); in hdpvr_poll() local
581 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querycap() local
592 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_std() local
612 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_std() local
623 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querystd() local
643 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_dv_timings() local
666 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_dv_timings() local
679 struct hdpvr_device *dev = video_drvdata(file); in vidioc_query_dv_timings() local
721 struct hdpvr_device *dev = video_drvdata(file); in vidioc_enum_dv_timings() local
737 struct hdpvr_device *dev = video_drvdata(file); in vidioc_dv_timings_cap() local
784 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_input() local
818 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_input() local
850 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_audio() local
869 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_audio() local
879 struct hdpvr_device *dev = in hdpvr_try_ctrl() local
895 struct hdpvr_device *dev = in hdpvr_s_ctrl() local
997 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local
1043 struct hdpvr_device *dev = video_drvdata(filp); in vidioc_encoder_cmd() local
1127 struct hdpvr_device *dev = video_get_drvdata(vdev); in hdpvr_device_release() local
1160 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent, in hdpvr_register_videodev()