Lines Matching refs:s2255_dev
210 struct s2255_dev;
214 struct s2255_dev *dev;
256 struct s2255_dev { struct
279 static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev) in to_s2255_dev() argument
281 return container_of(v4l2_dev, struct s2255_dev, v4l2_dev); in to_s2255_dev()
345 static int s2255_start_readpipe(struct s2255_dev *dev);
346 static void s2255_stop_readpipe(struct s2255_dev *dev);
352 static int s2255_board_shutdown(struct s2255_dev *dev);
353 static void s2255_fwload_start(struct s2255_dev *dev);
354 static void s2255_destroy(struct s2255_dev *dev);
355 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char req,
476 static void s2255_reset_dsppower(struct s2255_dev *dev) in s2255_reset_dsppower()
490 struct s2255_dev *dev = from_timer(dev, t, timer); in s2255_timer()
562 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_got_frame()
615 struct s2255_dev *dev = vc->dev; in s2255_fillbuff()
731 struct s2255_dev *dev = vc->dev; in vidioc_querycap()
987 static void s2255_print_cfg(struct s2255_dev *sdev, struct s2255_mode *mode) in s2255_print_cfg()
1010 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_set_mode()
1059 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_cmd_status()
1178 struct s2255_dev *dev = vc->dev; in vidioc_enum_input()
1429 struct s2255_dev *dev = vc->dev; in s2255_open()
1508 static void s2255_destroy(struct s2255_dev *dev) in s2255_destroy()
1572 struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev); in s2255_video_device_release()
1608 static int s2255_probe_v4l(struct s2255_dev *dev) in s2255_probe_v4l()
1712 static int save_frame(struct s2255_dev *dev, struct s2255_pipeinfo *pipe_info) in save_frame()
1870 static void s2255_read_video_callback(struct s2255_dev *dev, in s2255_read_video_callback()
1890 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char Request, in s2255_vendor_req()
1927 static int s2255_get_fx2fw(struct s2255_dev *dev) in s2255_get_fx2fw()
1988 static int s2255_board_init(struct s2255_dev *dev) in s2255_board_init()
2038 static int s2255_board_shutdown(struct s2255_dev *dev) in s2255_board_shutdown()
2058 struct s2255_dev *dev; in read_pipe_completion()
2108 static int s2255_start_readpipe(struct s2255_dev *dev) in s2255_start_readpipe()
2140 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_start_acquire()
2170 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev); in s2255_stop_acquire()
2189 static void s2255_stop_readpipe(struct s2255_dev *dev) in s2255_stop_readpipe()
2204 static void s2255_fwload_start(struct s2255_dev *dev) in s2255_fwload_start()
2224 struct s2255_dev *dev = NULL; in s2255_probe()
2233 dev = kzalloc(sizeof(struct s2255_dev), GFP_KERNEL); in s2255_probe()
2363 struct s2255_dev *dev = to_s2255_dev(usb_get_intfdata(interface)); in s2255_disconnect()