Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
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);
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()
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 & V4L2_DEV_DEBUG_FOP) in v4l2_mmap()
432 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_open()
[all …]
A Dv4l2-ctrls-priv.h12 if (!WARN_ON(!(vdev)) && ((vdev)->dev_debug & V4L2_DEV_DEBUG_CTRL)) \
A Dv4l2-ioctl.c2914 int dev_debug = vfd->dev_debug; in __video_do_ioctl() local
2984 if (dev_debug & (V4L2_DEV_DEBUG_IOCTL | V4L2_DEV_DEBUG_IOCTL_ARG)) { in __video_do_ioctl()
2985 if (!(dev_debug & V4L2_DEV_DEBUG_STREAMING) && in __video_do_ioctl()
2992 if (!(dev_debug & V4L2_DEV_DEBUG_IOCTL_ARG)) in __video_do_ioctl()
/linux/drivers/vdpa/mlx5/core/
A Dmlx5_vdpa.h119 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \
/linux/include/media/
A Dv4l2-dev.h299 int dev_debug; member
/linux/Documentation/driver-api/media/
A Dv4l2-dev.rst238 ``video0`` and you will see 'name', 'dev_debug' and 'index' attributes. The
240 'dev_debug' attribute can be used to enable core debugging. See the next
269 The 'dev_debug' attribute that is created for each video, vbi, radio or swradio

Completed in 31 milliseconds