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