Home
last modified time | relevance | path

Searched refs:dev_debug (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/v4l2-core/
H A Dv4l2-dev.c60 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 …]
H A Dv4l2-ctrls-priv.h12 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
H A Dv4l2-ioctl.c3075 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local
3143 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()
/linux/Documentation/process/debugging/
H A Dmedia_specific_debugging_guide.rst21 dev_debug module parameter
24 Every video device provides a ``dev_debug`` parameter, which allows to get
29 # echo 0xff > /sys/class/video4linux/video3/dev_debug
/linux/include/media/
H A Dv4l2-dev.h300 int dev_debug; member
/linux/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h184 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \