• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/media/video/

Lines Matching refs:s2255_dev

193 	struct s2255_dev	*dev;
222 void *dev; /* back pointer to s2255_dev struct*/
228 struct s2255_dev;
267 struct s2255_dev {
289 static inline struct s2255_dev *to_s2255_dev(struct v4l2_device *v4l2_dev)
291 return container_of(v4l2_dev, struct s2255_dev, v4l2_dev);
308 struct s2255_dev *dev;
363 static int s2255_start_readpipe(struct s2255_dev *dev);
364 static void s2255_stop_readpipe(struct s2255_dev *dev);
370 static int s2255_board_shutdown(struct s2255_dev *dev);
371 static void s2255_fwload_start(struct s2255_dev *dev, int reset);
372 static void s2255_destroy(struct s2255_dev *dev);
373 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char req,
490 static void s2255_reset_dsppower(struct s2255_dev *dev)
581 struct s2255_dev *dev = to_s2255_dev(channel->vdev.v4l2_dev);
780 struct s2255_dev *dev = fh->dev;
811 struct s2255_dev *dev = fh->dev;
845 struct s2255_dev *dev = fh->dev;
1193 static void s2255_print_cfg(struct s2255_dev *sdev, struct s2255_mode *mode)
1217 struct s2255_dev *dev = to_s2255_dev(channel->vdev.v4l2_dev);
1270 struct s2255_dev *dev = to_s2255_dev(channel->vdev.v4l2_dev);
1305 struct s2255_dev *dev = fh->dev;
1412 struct s2255_dev *dev = fh->dev;
1459 struct s2255_dev *dev = fh->dev;
1497 struct s2255_dev *dev = fh->dev;
1531 struct s2255_dev *dev = to_s2255_dev(channel->vdev.v4l2_dev);
1711 struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev);
1833 static void s2255_destroy(struct s2255_dev *dev)
1861 struct s2255_dev *dev = fh->dev;
1935 struct s2255_dev *dev = to_s2255_dev(vdev->v4l2_dev);
1952 static int s2255_probe_v4l(struct s2255_dev *dev)
2014 static int save_frame(struct s2255_dev *dev, struct s2255_pipeinfo *pipe_info)
2171 static void s2255_read_video_callback(struct s2255_dev *dev,
2191 static long s2255_vendor_req(struct s2255_dev *dev, unsigned char Request,
2217 static int s2255_get_fx2fw(struct s2255_dev *dev)
2287 static int s2255_board_init(struct s2255_dev *dev)
2340 static int s2255_board_shutdown(struct s2255_dev *dev)
2360 struct s2255_dev *dev;
2414 static int s2255_start_readpipe(struct s2255_dev *dev)
2450 struct s2255_dev *dev = to_s2255_dev(channel->vdev.v4l2_dev);
2484 struct s2255_dev *dev = to_s2255_dev(channel->vdev.v4l2_dev);
2504 static void s2255_stop_readpipe(struct s2255_dev *dev)
2519 static void s2255_fwload_start(struct s2255_dev *dev, int reset)
2540 struct s2255_dev *dev = NULL;
2549 dev = kzalloc(sizeof(struct s2255_dev), GFP_KERNEL);
2672 struct s2255_dev *dev = to_s2255_dev(usb_get_intfdata(interface));