Lines Matching defs:s2255_dev

195 	void *dev;	/* back pointer to s2255_dev struct*/
201 struct s2255_dev;
205 struct s2255_dev *dev;
247 struct s2255_dev {
270 static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev)
272 return container_of(v4l2_dev, struct s2255_dev, v4l2_dev);
335 static int s2255_start_readpipe(struct s2255_dev *dev);
336 static void s2255_stop_readpipe(struct s2255_dev *dev);
342 static int s2255_board_shutdown(struct s2255_dev *dev);
343 static void s2255_fwload_start(struct s2255_dev *dev);
344 static void s2255_destroy(struct s2255_dev *dev);
345 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char req,
460 static void s2255_reset_dsppower(struct s2255_dev *dev)
474 struct s2255_dev *dev = from_timer(dev, t, timer);
546 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
599 struct s2255_dev *dev = vc->dev;
715 struct s2255_dev *dev = vc->dev;
965 static void s2255_print_cfg(struct s2255_dev *sdev, struct s2255_mode *mode)
988 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
1037 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
1156 struct s2255_dev *dev = vc->dev;
1407 struct s2255_dev *dev = vc->dev;
1486 static void s2255_destroy(struct s2255_dev *dev)
1550 struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev);
1586 static int s2255_probe_v4l(struct s2255_dev *dev)
1692 static int save_frame(struct s2255_dev *dev, struct s2255_pipeinfo *pipe_info)
1850 static void s2255_read_video_callback(struct s2255_dev *dev,
1870 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char Request,
1907 static int s2255_get_fx2fw(struct s2255_dev *dev)
1968 static int s2255_board_init(struct s2255_dev *dev)
2018 static int s2255_board_shutdown(struct s2255_dev *dev)
2038 struct s2255_dev *dev;
2088 static int s2255_start_readpipe(struct s2255_dev *dev)
2120 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
2150 struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
2169 static void s2255_stop_readpipe(struct s2255_dev *dev)
2184 static void s2255_fwload_start(struct s2255_dev *dev)
2204 struct s2255_dev *dev = NULL;
2213 dev = kzalloc(sizeof(struct s2255_dev), GFP_KERNEL);
2343 struct s2255_dev *dev = to_s2255_dev(usb_get_intfdata(interface));