Home
last modified time | relevance | path

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

/linux/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c1231 struct v4l2_debugfs_if *v4l2_debugfs_if_alloc(struct dentry *root, u32 if_types, in v4l2_debugfs_if_alloc() argument
1237 if (IS_ERR_OR_NULL(root) || !if_types || !if_read) in v4l2_debugfs_if_alloc()
1247 if (if_types & V4L2_DEBUGFS_IF_AVI) in v4l2_debugfs_if_alloc()
1250 if (if_types & V4L2_DEBUGFS_IF_AUDIO) in v4l2_debugfs_if_alloc()
1253 if (if_types & V4L2_DEBUGFS_IF_SPD) in v4l2_debugfs_if_alloc()
1256 if (if_types & V4L2_DEBUGFS_IF_HDMI) in v4l2_debugfs_if_alloc()
1259 if (if_types & V4L2_DEBUGFS_IF_DRM) in v4l2_debugfs_if_alloc()