Lines Matching defs:dev

126 static inline unsigned int norm_maxw(struct em28xx *dev)  in norm_maxw()
139 static inline unsigned int norm_maxh(struct em28xx *dev) in norm_maxh()
152 static int em28xx_vbi_supported(struct em28xx *dev) in em28xx_vbi_supported()
175 static void em28xx_wake_i2c(struct em28xx *dev) in em28xx_wake_i2c()
184 static int em28xx_colorlevels_set_default(struct em28xx *dev) in em28xx_colorlevels_set_default()
202 static int em28xx_set_outfmt(struct em28xx *dev) in em28xx_set_outfmt()
247 static int em28xx_accumulator_set(struct em28xx *dev, u8 xmin, u8 xmax, in em28xx_accumulator_set()
259 static void em28xx_capture_area_set(struct em28xx *dev, u8 hstart, u8 vstart, in em28xx_capture_area_set()
286 static int em28xx_scaler_set(struct em28xx *dev, u16 h, u16 v) in em28xx_scaler_set()
313 static int em28xx_resolution_set(struct em28xx *dev) in em28xx_resolution_set()
348 static int em28xx_set_alternate(struct em28xx *dev) in em28xx_set_alternate()
427 static inline void finish_buffer(struct em28xx *dev, in finish_buffer()
445 static void em28xx_copy_video(struct em28xx *dev, in em28xx_copy_video()
526 static void em28xx_copy_vbi(struct em28xx *dev, in em28xx_copy_vbi()
545 static inline void print_err_status(struct em28xx *dev, in print_err_status()
587 static inline struct em28xx_buffer *get_next_buf(struct em28xx *dev, in get_next_buf()
611 finish_field_prepare_next(struct em28xx *dev, in finish_field_prepare_next()
633 static inline void process_frame_data_em28xx(struct em28xx *dev, in process_frame_data_em28xx()
718 static inline void process_frame_data_em25xx(struct em28xx *dev, in process_frame_data_em25xx()
779 static inline int em28xx_urb_data_copy(struct em28xx *dev, struct urb *urb) in em28xx_urb_data_copy()
854 static int res_get(struct em28xx *dev, enum v4l2_buf_type f_type) in res_get()
870 static void res_free(struct em28xx *dev, enum v4l2_buf_type f_type) in res_free()
878 static void em28xx_v4l2_media_release(struct em28xx *dev) in em28xx_v4l2_media_release()
895 static int em28xx_enable_analog_tuner(struct em28xx *dev) in em28xx_enable_analog_tuner()
961 static void em28xx_v4l2_create_entities(struct em28xx *dev) in em28xx_v4l2_create_entities()
1032 struct em28xx *dev = vb2_get_drv_priv(vq); in queue_setup() local
1051 struct em28xx *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_prepare() local
1071 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_start_analog_streaming() local
1139 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_stop_streaming() local
1174 struct em28xx *dev = vb2_get_drv_priv(vq); in em28xx_stop_vbi_streaming() local
1211 struct em28xx *dev = vb2_get_drv_priv(vb->vb2_queue); in buffer_queue() local
1236 static int em28xx_vb2_setup(struct em28xx *dev) in em28xx_vb2_setup()
1277 static void video_mux(struct em28xx *dev, int index) in video_mux()
1312 struct em28xx *dev = priv; in em28xx_ctrl_notify() local
1336 struct em28xx *dev = v4l2->dev; in em28xx_s_ctrl() local
1375 static void size_to_scale(struct em28xx *dev, in size_to_scale()
1391 static void scale_to_size(struct em28xx *dev, in scale_to_size()
1415 struct em28xx *dev = video_drvdata(file); in vidioc_g_fmt_vid_cap() local
1448 struct em28xx *dev = video_drvdata(file); in vidioc_try_fmt_vid_cap() local
1507 static int em28xx_set_video_format(struct em28xx *dev, unsigned int fourcc, in em28xx_set_video_format()
1533 struct em28xx *dev = video_drvdata(file); in vidioc_s_fmt_vid_cap() local
1547 struct em28xx *dev = video_drvdata(file); in vidioc_g_std() local
1556 struct em28xx *dev = video_drvdata(file); in vidioc_querystd() local
1565 struct em28xx *dev = video_drvdata(file); in vidioc_s_std() local
1598 struct em28xx *dev = video_drvdata(file); in vidioc_g_parm() local
1624 struct em28xx *dev = video_drvdata(file); in vidioc_s_parm() local
1651 struct em28xx *dev = video_drvdata(file); in vidioc_enum_input() local
1684 struct em28xx *dev = video_drvdata(file); in vidioc_g_input() local
1693 struct em28xx *dev = video_drvdata(file); in vidioc_s_input() local
1704 static int em28xx_fill_audio_input(struct em28xx *dev, in em28xx_fill_audio_input()
1761 struct em28xx *dev = video_drvdata(file); in vidioc_enumaudio() local
1771 struct em28xx *dev = video_drvdata(file); in vidioc_g_audio() local
1785 struct em28xx *dev = video_drvdata(file); in vidioc_s_audio() local
1825 struct em28xx *dev = video_drvdata(file); in vidioc_g_tuner() local
1839 struct em28xx *dev = video_drvdata(file); in vidioc_s_tuner() local
1851 struct em28xx *dev = video_drvdata(file); in vidioc_g_frequency() local
1865 struct em28xx *dev = video_drvdata(file); in vidioc_s_frequency() local
1882 struct em28xx *dev = video_drvdata(file); in vidioc_g_chip_info() local
1909 struct em28xx *dev = video_drvdata(file); in vidioc_g_register() local
1950 struct em28xx *dev = video_drvdata(file); in vidioc_s_register() local
1969 struct em28xx *dev = video_drvdata(file); in vidioc_querycap() local
2004 struct em28xx *dev = video_drvdata(file); in vidioc_enum_framesizes() local
2048 struct em28xx *dev = video_drvdata(file); in vidioc_g_fmt_vbi_cap() local
2081 struct em28xx *dev = video_drvdata(file); in radio_g_tuner() local
2096 struct em28xx *dev = video_drvdata(file); in radio_s_tuner() local
2128 struct em28xx *dev = video_drvdata(filp); in em28xx_v4l2_open() local
2194 static int em28xx_v4l2_fini(struct em28xx *dev) in em28xx_v4l2_fini()
2249 static int em28xx_v4l2_suspend(struct em28xx *dev) in em28xx_v4l2_suspend()
2262 static int em28xx_v4l2_resume(struct em28xx *dev) in em28xx_v4l2_resume()
2282 struct em28xx *dev = video_drvdata(filp); in em28xx_v4l2_close() local
2432 static void em28xx_vdev_init(struct em28xx *dev, in em28xx_vdev_init()
2449 static void em28xx_tuner_setup(struct em28xx *dev, unsigned short tuner_addr) in em28xx_tuner_setup()
2510 static int em28xx_v4l2_init(struct em28xx *dev) in em28xx_v4l2_init()