Home
last modified time | relevance | path

Searched refs:V4L2_DEV_DEBUG_FOP (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/media/v4l2-core/
Dv4l2-dev.c307 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_read()
324 if ((vdev->dev_debug & V4L2_DEV_DEBUG_FOP) && in v4l2_write()
381 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_get_unmapped_area()
397 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_mmap()
427 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_open()
444 if (vdev->dev_debug & V4L2_DEV_DEBUG_FOP) in v4l2_release()
/linux-4.1.27/include/media/
Dv4l2-ioctl.h295 #define V4L2_DEV_DEBUG_FOP 0x04 macro