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()
528 stat->subdev.name); in omap3isp_stat_config()
535 "size=0x%08lx\n", stat->subdev.name, (unsigned long)buf_size); in omap3isp_stat_config()
541 "invalid.\n", stat->subdev.name); in omap3isp_stat_config()
547 "request to 0x%08lx\n", stat->subdev.name, in omap3isp_stat_config()
599 "configured.\n", stat->subdev.name); in omap3isp_stat_config()
710 stat->subdev.name); in isp_stat_try_enable()
755 stat->subdev.name, enable ? "enable" : "disable"); in omap3isp_stat_enable()
767 stat->subdev.name); in omap3isp_stat_enable()
795 int omap3isp_stat_s_stream(struct v4l2_subdev *subdev, int enable) in omap3isp_stat_s_stream() argument
797 struct ispstat *stat = v4l2_get_subdevdata(subdev); in omap3isp_stat_s_stream()
828 stat->subdev.name); in omap3isp_stat_s_stream()
863 "processing a buffer.\n", stat->subdev.name); in __stat_isr()
902 pipe = to_isp_pipeline(&stat->subdev.entity); in __stat_isr()
968 "device is busy.\n", stat->subdev.name); in __stat_isr()
986 int omap3isp_stat_subscribe_event(struct v4l2_subdev *subdev, in omap3isp_stat_subscribe_event() argument
990 struct ispstat *stat = v4l2_get_subdevdata(subdev); in omap3isp_stat_subscribe_event()
998 int omap3isp_stat_unsubscribe_event(struct v4l2_subdev *subdev, in omap3isp_stat_unsubscribe_event() argument
1007 v4l2_device_unregister_subdev(&stat->subdev); in omap3isp_stat_unregister_entities()
1013 return v4l2_device_register_subdev(vdev, &stat->subdev); in omap3isp_stat_register_entities()
1019 struct v4l2_subdev *subdev = &stat->subdev; in isp_stat_init_entities() local
1020 struct media_entity *me = &subdev->entity; in isp_stat_init_entities()
1022 v4l2_subdev_init(subdev, sd_ops); in isp_stat_init_entities()
1023 snprintf(subdev->name, V4L2_SUBDEV_NAME_SIZE, "OMAP3 ISP %s", name); in isp_stat_init_entities()
1024 subdev->grp_id = 1 << 16; /* group ID for isp subdevs */ in isp_stat_init_entities()
1025 subdev->flags |= V4L2_SUBDEV_FL_HAS_EVENTS | V4L2_SUBDEV_FL_HAS_DEVNODE; in isp_stat_init_entities()
1026 v4l2_set_subdevdata(subdev, stat); in isp_stat_init_entities()
1058 media_entity_cleanup(&stat->subdev.entity); in omap3isp_stat_cleanup()