Searched refs:dev_debug (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/v4l2-core/ |
H A D | v4l2-dev.c | 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 in v4l2_mmap() [all...] |
H A D | v4l2-ioctl.c | 2953 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local 3023 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()
|
H A D | v4l2-ctrls.c | 23 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
|
/kernel/linux/linux-6.6/drivers/media/v4l2-core/ |
H A 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); 315 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_read() 316 (vdev->dev_debug & V4L2_DEV_DEBUG_STREAMING)) in v4l2_read() 332 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_write() 333 (vdev->dev_debug & V4L2_DEV_DEBUG_STREAMING)) in v4l2_write() 350 if (vdev->dev_debug & V4L2_DEV_DEBUG_POLL) in v4l2_poll() 386 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_get_unmapped_area() 402 if (vdev->dev_debug in v4l2_mmap() [all...] |
H A D | v4l2-ctrls-priv.h | 12 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
|
H A D | v4l2-ioctl.c | 2988 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local 3058 if (dev_debug & (V4L2_DEV_DEBUG_IOCTL | V4L2_DEV_DEBUG_IOCTL_ARG)) { in __video_do_ioctl() 3059 if (!(dev_debug & V4L2_DEV_DEBUG_STREAMING) && in __video_do_ioctl() 3066 if (!(dev_debug & V4L2_DEV_DEBUG_IOCTL_ARG)) in __video_do_ioctl()
|
/kernel/linux/linux-5.10/drivers/vdpa/mlx5/core/ |
H A D | mlx5_vdpa.h | 93 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
|
/kernel/linux/linux-6.6/drivers/vdpa/mlx5/core/ |
H A D | mlx5_vdpa.h | 133 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
|
/kernel/linux/linux-5.10/include/media/ |
H A D | v4l2-dev.h | 250 * @dev_debug: Internal device debug flags, not for use by drivers 300 int dev_debug; member
|
/kernel/linux/linux-6.6/include/media/ |
H A D | v4l2-dev.h | 250 * @dev_debug: Internal device debug flags, not for use by drivers 299 int dev_debug; member
|
Completed in 22 milliseconds