Home
last modified time | relevance | path

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

/linux-6.15/include/media/
H A Dv4l2-dv-timings.h291 struct v4l2_debugfs_if *v4l2_debugfs_if_alloc(struct dentry *root, u32 if_types,
297 struct v4l2_debugfs_if *v4l2_debugfs_if_alloc(struct dentry *root, u32 if_types, in v4l2_debugfs_if_alloc() argument
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-dv-timings.c1230 struct v4l2_debugfs_if *v4l2_debugfs_if_alloc(struct dentry *root, u32 if_types, in v4l2_debugfs_if_alloc() argument
1236 if (IS_ERR_OR_NULL(root) || !if_types || !if_read) in v4l2_debugfs_if_alloc()
1246 if (if_types & V4L2_DEBUGFS_IF_AVI) in v4l2_debugfs_if_alloc()
1249 if (if_types & V4L2_DEBUGFS_IF_AUDIO) in v4l2_debugfs_if_alloc()
1252 if (if_types & V4L2_DEBUGFS_IF_SPD) in v4l2_debugfs_if_alloc()
1255 if (if_types & V4L2_DEBUGFS_IF_HDMI) in v4l2_debugfs_if_alloc()