Lines Matching refs:dev_debug
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()
434 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_open()
465 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_release()