Searched refs:dev_debug (Results 1 – 7 of 7) sorted by relevance
/linux-6.14.4/drivers/media/v4l2-core/ |
D | v4l2-dev.c | 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 …]
|
D | v4l2-ctrls-priv.h | 12 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
|
D | v4l2-ioctl.c | 3062 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local 3132 if (dev_debug & (V4L2_DEV_DEBUG_IOCTL | V4L2_DEV_DEBUG_IOCTL_ARG)) { in __video_do_ioctl() 3133 if (!(dev_debug & V4L2_DEV_DEBUG_STREAMING) && in __video_do_ioctl() 3140 if (!(dev_debug & V4L2_DEV_DEBUG_IOCTL_ARG)) in __video_do_ioctl()
|
/linux-6.14.4/Documentation/process/debugging/ |
D | media_specific_debugging_guide.rst | 21 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-6.14.4/include/media/ |
D | v4l2-dev.h | 300 int dev_debug; member
|
/linux-6.14.4/drivers/vdpa/mlx5/core/ |
D | mlx5_vdpa.h | 184 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
|
/linux-6.14.4/Documentation/driver-api/media/ |
D | v4l2-dev.rst | 230 ``video0`` and you will see 'name', 'dev_debug' and 'index' attributes. The 232 'dev_debug' attribute can be used to enable core debugging. See the next 261 The 'dev_debug' attribute that is created for each video, vbi, radio or swradio
|