Searched refs:dev_debug (Results 1 – 3 of 3) sorted by relevance
60 return sprintf(buf, "%i\n", vdev->dev_debug); in dev_debug_show()74 vdev->dev_debug = value; in dev_debug_store()77 static DEVICE_ATTR_RW(dev_debug);317 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_read()318 (vdev->dev_debug & V4L2_DEV_DEBUG_STREAMING)) in v4l2_read()334 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_write()335 (vdev->dev_debug & V4L2_DEV_DEBUG_STREAMING)) in v4l2_write()352 if (vdev->dev_debug & V4L2_DEV_DEBUG_POLL) in v4l2_poll()388 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_get_unmapped_area()404 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_mmap()[all …]
3075 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local3143 if (dev_debug & (V4L2_DEV_DEBUG_IOCTL | V4L2_DEV_DEBUG_IOCTL_ARG)) { in __video_do_ioctl()3144 if (!(dev_debug & V4L2_DEV_DEBUG_STREAMING) && in __video_do_ioctl()3151 if (!(dev_debug & V4L2_DEV_DEBUG_IOCTL_ARG)) in __video_do_ioctl()
184 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \