Searched refs:dev_debug (Results 1 – 6 of 6) sorted by relevance
59 return sprintf(buf, "%i\n", vdev->dev_debug); in dev_debug_show()73 vdev->dev_debug = value; in dev_debug_store()76 static DEVICE_ATTR_RW(dev_debug);314 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_read()315 (vdev->dev_debug & V4L2_DEV_DEBUG_STREAMING)) in v4l2_read()331 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_write()332 (vdev->dev_debug & V4L2_DEV_DEBUG_STREAMING)) in v4l2_write()347 if (vdev->dev_debug & V4L2_DEV_DEBUG_POLL) in v4l2_poll()382 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_get_unmapped_area()398 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_mmap()[all …]
2953 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local3023 if (dev_debug & (V4L2_DEV_DEBUG_IOCTL | V4L2_DEV_DEBUG_IOCTL_ARG)) { in __video_do_ioctl()3024 if (!(dev_debug & V4L2_DEV_DEBUG_STREAMING) && in __video_do_ioctl()3031 if (!(dev_debug & V4L2_DEV_DEBUG_IOCTL_ARG)) in __video_do_ioctl()
23 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
93 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
300 int dev_debug; member
238 ``video0`` and you will see 'name', 'dev_debug' and 'index' attributes. The240 'dev_debug' attribute can be used to enable core debugging. See the next269 The 'dev_debug' attribute that is created for each video, vbi, radio or swradio