Symbol: s2255_dev
drivers/media/usb/s2255/s2255drv.c
1033
struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
drivers/media/usb/s2255/s2255drv.c
1152
struct s2255_dev *dev = vc->dev;
drivers/media/usb/s2255/s2255drv.c
1403
struct s2255_dev *dev = vc->dev;
drivers/media/usb/s2255/s2255drv.c
1482
static void s2255_destroy(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
1546
struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev);
drivers/media/usb/s2255/s2255drv.c
1582
static int s2255_probe_v4l(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
1688
static int save_frame(struct s2255_dev *dev, struct s2255_pipeinfo *pipe_info)
drivers/media/usb/s2255/s2255drv.c
1846
static void s2255_read_video_callback(struct s2255_dev *dev,
drivers/media/usb/s2255/s2255drv.c
1866
static long s2255_vendor_req(struct s2255_dev *dev, unsigned char Request,
drivers/media/usb/s2255/s2255drv.c
1903
static int s2255_get_fx2fw(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
1965
static int s2255_board_init(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
201
struct s2255_dev;
drivers/media/usb/s2255/s2255drv.c
2015
static int s2255_board_shutdown(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
2035
struct s2255_dev *dev;
drivers/media/usb/s2255/s2255drv.c
205
struct s2255_dev *dev;
drivers/media/usb/s2255/s2255drv.c
2085
static int s2255_start_readpipe(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
2117
struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
drivers/media/usb/s2255/s2255drv.c
2147
struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
drivers/media/usb/s2255/s2255drv.c
2166
static void s2255_stop_readpipe(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
2181
static void s2255_fwload_start(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
2201
struct s2255_dev *dev = NULL;
drivers/media/usb/s2255/s2255drv.c
2210
dev = kzalloc_obj(struct s2255_dev);
drivers/media/usb/s2255/s2255drv.c
2340
struct s2255_dev *dev = to_s2255_dev(usb_get_intfdata(interface));
drivers/media/usb/s2255/s2255drv.c
270
static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev)
drivers/media/usb/s2255/s2255drv.c
272
return container_of(v4l2_dev, struct s2255_dev, v4l2_dev);
drivers/media/usb/s2255/s2255drv.c
335
static int s2255_start_readpipe(struct s2255_dev *dev);
drivers/media/usb/s2255/s2255drv.c
336
static void s2255_stop_readpipe(struct s2255_dev *dev);
drivers/media/usb/s2255/s2255drv.c
342
static int s2255_board_shutdown(struct s2255_dev *dev);
drivers/media/usb/s2255/s2255drv.c
343
static void s2255_fwload_start(struct s2255_dev *dev);
drivers/media/usb/s2255/s2255drv.c
344
static void s2255_destroy(struct s2255_dev *dev);
drivers/media/usb/s2255/s2255drv.c
345
static long s2255_vendor_req(struct s2255_dev *dev, unsigned char req,
drivers/media/usb/s2255/s2255drv.c
460
static void s2255_reset_dsppower(struct s2255_dev *dev)
drivers/media/usb/s2255/s2255drv.c
474
struct s2255_dev *dev = timer_container_of(dev, t, timer);
drivers/media/usb/s2255/s2255drv.c
546
struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);
drivers/media/usb/s2255/s2255drv.c
599
struct s2255_dev *dev = vc->dev;
drivers/media/usb/s2255/s2255drv.c
713
struct s2255_dev *dev = vc->dev;
drivers/media/usb/s2255/s2255drv.c
961
static void s2255_print_cfg(struct s2255_dev *sdev, struct s2255_mode *mode)
drivers/media/usb/s2255/s2255drv.c
984
struct s2255_dev *dev = to_s2255_dev(vc->vdev.v4l2_dev);