Lines Matching defs:dev
83 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in get_next_buf() local
98 static inline void buffer_filled(struct tm6000_core *dev, in buffer_filled()
119 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in copy_streams() local
287 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in copy_multiplexed() local
325 static inline void print_err_status(struct tm6000_core *dev, in print_err_status()
372 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in tm6000_isoc_copy() local
418 struct tm6000_core *dev = container_of(dma_q, struct tm6000_core, vidq); in tm6000_irq_callback() local
456 static int tm6000_alloc_urb_buffers(struct tm6000_core *dev) in tm6000_alloc_urb_buffers()
492 static int tm6000_free_urb_buffers(struct tm6000_core *dev) in tm6000_free_urb_buffers()
519 static void tm6000_uninit_isoc(struct tm6000_core *dev) in tm6000_uninit_isoc()
550 static int tm6000_prepare_isoc(struct tm6000_core *dev) in tm6000_prepare_isoc()
643 static int tm6000_start_thread(struct tm6000_core *dev) in tm6000_start_thread()
693 struct tm6000_core *dev = fh->dev; in free_buffer() local
722 struct tm6000_core *dev = fh->dev; in buffer_prepare() local
775 struct tm6000_core *dev = fh->dev; in buffer_queue() local
801 static bool is_res_read(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_read()
810 static bool is_res_streaming(struct tm6000_core *dev, struct tm6000_fh *fh) in is_res_streaming()
819 static bool res_get(struct tm6000_core *dev, struct tm6000_fh *fh, in res_get()
837 static void res_free(struct tm6000_core *dev, struct tm6000_fh *fh) in res_free()
854 struct tm6000_core *dev = ((struct tm6000_fh *)priv)->dev; in vidioc_querycap() local
910 struct tm6000_core *dev = ((struct tm6000_fh *)priv)->dev; in vidioc_try_fmt_vid_cap() local
948 struct tm6000_core *dev = fh->dev; in vidioc_s_fmt_vid_cap() local
1000 struct tm6000_core *dev = fh->dev; in vidioc_streamon() local
1015 struct tm6000_core *dev = fh->dev; in vidioc_streamoff() local
1033 struct tm6000_core *dev = fh->dev; in vidioc_s_std() local
1052 struct tm6000_core *dev = fh->dev; in vidioc_g_std() local
1069 struct tm6000_core *dev = fh->dev; in vidioc_enum_input() local
1096 struct tm6000_core *dev = fh->dev; in vidioc_g_input() local
1106 struct tm6000_core *dev = fh->dev; in vidioc_s_input() local
1125 struct tm6000_core *dev = container_of(ctrl->handler, struct tm6000_core, ctrl_handler); in tm6000_s_ctrl() local
1151 struct tm6000_core *dev = container_of(ctrl->handler, in tm6000_radio_s_ctrl() local
1176 struct tm6000_core *dev = fh->dev; in vidioc_g_tuner() local
1200 struct tm6000_core *dev = fh->dev; in vidioc_s_tuner() local
1222 struct tm6000_core *dev = fh->dev; in vidioc_g_frequency() local
1240 struct tm6000_core *dev = fh->dev; in vidioc_s_frequency() local
1257 struct tm6000_core *dev = fh->dev; in radio_g_tuner() local
1278 struct tm6000_core *dev = fh->dev; in radio_s_tuner() local
1293 struct tm6000_core *dev = video_drvdata(file); in __tm6000_open() local
1395 struct tm6000_core *dev = fh->dev; in tm6000_read() local
1450 struct tm6000_core *dev = fh->dev; in tm6000_poll() local
1462 struct tm6000_core *dev = fh->dev; in tm6000_release() local
1505 struct tm6000_core *dev = fh->dev; in tm6000_mmap() local
1587 static void vdev_init(struct tm6000_core *dev, in vdev_init()
1602 int tm6000_v4l2_register(struct tm6000_core *dev) in tm6000_v4l2_register()
1681 int tm6000_v4l2_unregister(struct tm6000_core *dev) in tm6000_v4l2_unregister()