Home
last modified time | relevance | path

Searched refs:dev_debug (Results 1 – 3 of 3) 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-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/drivers/vdpa/mlx5/core/
H A Dmlx5_vdpa.h184 dev_debug((__dev)->mdev->device, "%s:%d:(pid %d): " format, __func__, __LINE__, \