diff options
-rw-r--r-- | include/media/media-entity.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/media/media-entity.h b/include/media/media-entity.h index 222d379960b7..d7a669058b5e 100644 --- a/include/media/media-entity.h +++ b/include/media/media-entity.h | |||
@@ -88,6 +88,8 @@ struct media_entity_enum { | |||
88 | * @stack: Graph traversal stack; the stack contains information | 88 | * @stack: Graph traversal stack; the stack contains information |
89 | * on the path the media entities to be walked and the | 89 | * on the path the media entities to be walked and the |
90 | * links through which they were reached. | 90 | * links through which they were reached. |
91 | * @stack.entity: pointer to &struct media_entity at the graph. | ||
92 | * @stack.link: pointer to &struct list_head. | ||
91 | * @ent_enum: Visited entities | 93 | * @ent_enum: Visited entities |
92 | * @top: The top of the stack | 94 | * @top: The top of the stack |
93 | */ | 95 | */ |
@@ -247,6 +249,9 @@ enum media_entity_type { | |||
247 | * @pipe: Pipeline this entity belongs to. | 249 | * @pipe: Pipeline this entity belongs to. |
248 | * @info: Union with devnode information. Kept just for backward | 250 | * @info: Union with devnode information. Kept just for backward |
249 | * compatibility. | 251 | * compatibility. |
252 | * @info.dev: Contains device major and minor info. | ||
253 | * @info.dev.major: device node major, if the device is a devnode. | ||
254 | * @info.dev.minor: device node minor, if the device is a devnode. | ||
250 | * @major: Devnode major number (zero if not applicable). Kept just | 255 | * @major: Devnode major number (zero if not applicable). Kept just |
251 | * for backward compatibility. | 256 | * for backward compatibility. |
252 | * @minor: Devnode minor number (zero if not applicable). Kept just | 257 | * @minor: Devnode minor number (zero if not applicable). Kept just |