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()
322 static int hdpvr_stop_streaming(struct hdpvr_device *dev) in hdpvr_stop_streaming()
391 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_release() local
410 struct hdpvr_device *dev = video_drvdata(file); in hdpvr_read() local
531 struct hdpvr_device *dev = video_drvdata(filp); in hdpvr_poll() local
582 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querycap() local
593 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_std() local
613 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_std() local
624 struct hdpvr_device *dev = video_drvdata(file); in vidioc_querystd() local
644 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_dv_timings() local
667 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_dv_timings() local
680 struct hdpvr_device *dev = video_drvdata(file); in vidioc_query_dv_timings() local
722 struct hdpvr_device *dev = video_drvdata(file); in vidioc_enum_dv_timings() local
738 struct hdpvr_device *dev = video_drvdata(file); in vidioc_dv_timings_cap() local
785 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_input() local
819 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_input() local
851 struct hdpvr_device *dev = video_drvdata(file); in vidioc_s_audio() local
870 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_audio() local
880 struct hdpvr_device *dev = in hdpvr_try_ctrl() local
896 struct hdpvr_device *dev = in hdpvr_s_ctrl() local
998 struct hdpvr_device *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local
1044 struct hdpvr_device *dev = video_drvdata(filp); in vidioc_encoder_cmd() local
1128 struct hdpvr_device *dev = video_get_drvdata(vdev); in hdpvr_device_release() local
1161 int hdpvr_register_videodev(struct hdpvr_device *dev, struct device *parent, in hdpvr_register_videodev()