Lines Matching refs:subdev

117 					"match.\n", stat->subdev.name);  in isp_stat_buf_check_magic()
126 "not match.\n", stat->subdev.name); in isp_stat_buf_check_magic()
243 stat->subdev.name); in isp_stat_buf_queue()
261 stat->subdev.name); in isp_stat_buf_next()
291 stat->subdev.name); in isp_stat_buf_get()
296 "corrupted data\n.", stat->subdev.name); in isp_stat_buf_get()
311 "not enough.\n", stat->subdev.name); in isp_stat_buf_get()
325 stat->subdev.name, rval); in isp_stat_buf_get()
356 stat->subdev.name); in isp_stat_bufs_free()
421 stat->subdev.name); in isp_stat_bufs_alloc()
440 stat->subdev.name, i); in isp_stat_bufs_alloc()
449 stat->subdev.name, i, in isp_stat_bufs_alloc()
459 struct video_device *vdev = stat->subdev.devnode; in isp_stat_queue_event()
488 stat->subdev.name); in omap3isp_stat_request_statistics()
529 stat->subdev.name); in omap3isp_stat_config()
536 "size=0x%08lx\n", stat->subdev.name, (unsigned long)buf_size); in omap3isp_stat_config()
542 "invalid.\n", stat->subdev.name); in omap3isp_stat_config()
548 "request to 0x%08lx\n", stat->subdev.name, in omap3isp_stat_config()
600 "configured.\n", stat->subdev.name); in omap3isp_stat_config()
711 stat->subdev.name); in isp_stat_try_enable()
756 stat->subdev.name, enable ? "enable" : "disable"); in omap3isp_stat_enable()
768 stat->subdev.name); in omap3isp_stat_enable()
796 int omap3isp_stat_s_stream(struct v4l2_subdev *subdev, int enable) in omap3isp_stat_s_stream() argument
798 struct ispstat *stat = v4l2_get_subdevdata(subdev); in omap3isp_stat_s_stream()
829 stat->subdev.name); in omap3isp_stat_s_stream()
864 "processing a buffer.\n", stat->subdev.name); in __stat_isr()
903 pipe = to_isp_pipeline(&stat->subdev.entity); in __stat_isr()
969 "device is busy.\n", stat->subdev.name); in __stat_isr()
987 int omap3isp_stat_subscribe_event(struct v4l2_subdev *subdev, in omap3isp_stat_subscribe_event() argument
991 struct ispstat *stat = v4l2_get_subdevdata(subdev); in omap3isp_stat_subscribe_event()
999 int omap3isp_stat_unsubscribe_event(struct v4l2_subdev *subdev, in omap3isp_stat_unsubscribe_event() argument
1008 v4l2_device_unregister_subdev(&stat->subdev); in omap3isp_stat_unregister_entities()
1014 return v4l2_device_register_subdev(vdev, &stat->subdev); in omap3isp_stat_register_entities()
1020 struct v4l2_subdev *subdev = &stat->subdev; in isp_stat_init_entities() local
1021 struct media_entity *me = &subdev->entity; in isp_stat_init_entities()
1023 v4l2_subdev_init(subdev, sd_ops); in isp_stat_init_entities()
1024 snprintf(subdev->name, V4L2_SUBDEV_NAME_SIZE, "OMAP3 ISP %s", name); in isp_stat_init_entities()
1025 subdev->grp_id = 1 << 16; /* group ID for isp subdevs */ in isp_stat_init_entities()
1026 subdev->flags |= V4L2_SUBDEV_FL_HAS_EVENTS | V4L2_SUBDEV_FL_HAS_DEVNODE; in isp_stat_init_entities()
1027 v4l2_set_subdevdata(subdev, stat); in isp_stat_init_entities()
1059 media_entity_cleanup(&stat->subdev.entity); in omap3isp_stat_cleanup()