Lines Matching defs:dev
143 static inline unsigned int norm_maxw(struct em28xx *dev) in norm_maxw()
156 static inline unsigned int norm_maxh(struct em28xx *dev) in norm_maxh()
169 static int em28xx_vbi_supported(struct em28xx *dev) in em28xx_vbi_supported()
192 static void em28xx_wake_i2c(struct em28xx *dev) in em28xx_wake_i2c()
202 static int em28xx_colorlevels_set_default(struct em28xx *dev) in em28xx_colorlevels_set_default()
220 static int em28xx_set_outfmt(struct em28xx *dev) in em28xx_set_outfmt()
264 static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax, in em28xx_accumulator_set()
276 static void em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set()
303 static int em28xx_scaler_set(struct em28xx *dev, u16 h, u16 v) in em28xx_scaler_set()
328 static int em28xx_resolution_set(struct em28xx *dev) in em28xx_resolution_set()
361 static int em28xx_set_alternate(struct em28xx *dev) in em28xx_set_alternate()
431 static inline void finish_buffer(struct em28xx *dev, in finish_buffer()
449 static void em28xx_copy_video(struct em28xx *dev, in em28xx_copy_video()
530 static void em28xx_copy_vbi(struct em28xx *dev, in em28xx_copy_vbi()
549 static inline void print_err_status(struct em28xx *dev, in print_err_status()
591 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf()
615 finish_field_prepare_next(struct em28xx *dev, in finish_field_prepare_next()
637 static inline void process_frame_data_em28xx(struct em28xx *dev, in process_frame_data_em28xx()
716 static inline void process_frame_data_em25xx(struct em28xx *dev, in process_frame_data_em25xx()
771 static inline int em28xx_urb_data_copy(struct em28xx *dev, struct urb *urb) in em28xx_urb_data_copy()
847 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) in res_get()
863 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free()
879 struct em28xx *dev = vb2_get_drv_priv(vq); in queue_setup() local
904 struct em28xx *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
925 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_start_analog_streaming() local
983 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_stop_streaming() local
1014 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_stop_vbi_streaming() local
1046 struct em28xx *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
1070 static int em28xx_vb2_setup(struct em28xx *dev) in em28xx_vb2_setup()
1109 static void video_mux(struct em28xx *dev, int index) in video_mux()
1144 struct em28xx *dev = priv; in em28xx_ctrl_notify() local
1168 struct em28xx *dev = v4l2->dev; in em28xx_s_ctrl() local
1207 static void size_to_scale(struct em28xx *dev, in size_to_scale()
1223 static void scale_to_size(struct em28xx *dev, in scale_to_size()
1241 struct em28xx *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local
1274 struct em28xx *dev = video_drvdata(file); in vidioc_try_fmt_vid_cap() local
1327 static int em28xx_set_video_format(struct em28xx *dev, unsigned int fourcc, in em28xx_set_video_format()
1353 struct em28xx *dev = video_drvdata(file); in vidioc_s_fmt_vid_cap() local
1367 struct em28xx *dev = video_drvdata(file); in vidioc_g_std() local
1376 struct em28xx *dev = video_drvdata(file); in vidioc_querystd() local
1385 struct em28xx *dev = video_drvdata(file); in vidioc_s_std() local
1417 struct em28xx *dev = video_drvdata(file); in vidioc_g_parm() local
1435 struct em28xx *dev = video_drvdata(file); in vidioc_s_parm() local
1457 struct em28xx *dev = video_drvdata(file); in vidioc_enum_input() local
1485 struct em28xx *dev = video_drvdata(file); in vidioc_g_input() local
1494 struct em28xx *dev = video_drvdata(file); in vidioc_s_input() local
1507 struct em28xx *dev = video_drvdata(file); in vidioc_g_audio() local
1546 struct em28xx *dev = video_drvdata(file); in vidioc_s_audio() local
1565 struct em28xx *dev = video_drvdata(file); in vidioc_g_tuner() local
1579 struct em28xx *dev = video_drvdata(file); in vidioc_s_tuner() local
1591 struct em28xx *dev = video_drvdata(file); in vidioc_g_frequency() local
1605 struct em28xx *dev = video_drvdata(file); in vidioc_s_frequency() local
1622 struct em28xx *dev = video_drvdata(file); in vidioc_g_chip_info() local
1649 struct em28xx *dev = video_drvdata(file); in vidioc_g_register() local
1690 struct em28xx *dev = video_drvdata(file); in vidioc_s_register() local
1710 struct em28xx *dev = video_drvdata(file); in vidioc_querycap() local
1755 struct em28xx *dev = video_drvdata(file); in vidioc_enum_framesizes() local
1799 struct em28xx *dev = video_drvdata(file); in vidioc_g_fmt_vbi_cap() local
1832 struct em28xx *dev = video_drvdata(file); in radio_g_tuner() local
1847 struct em28xx *dev = video_drvdata(file); in radio_s_tuner() local
1879 struct em28xx *dev = video_drvdata(filp); in em28xx_v4l2_open() local
1944 static int em28xx_v4l2_fini(struct em28xx *dev) in em28xx_v4l2_fini()
2002 static int em28xx_v4l2_suspend(struct em28xx *dev) in em28xx_v4l2_suspend()
2015 static int em28xx_v4l2_resume(struct em28xx *dev) in em28xx_v4l2_resume()
2035 struct em28xx *dev = video_drvdata(filp); in em28xx_v4l2_close() local
2182 static void em28xx_vdev_init(struct em28xx *dev, in em28xx_vdev_init()
2199 static void em28xx_tuner_setup(struct em28xx *dev, unsigned short tuner_addr) in em28xx_tuner_setup()
2260 static int em28xx_v4l2_init(struct em28xx *dev) in em28xx_v4l2_init()