Go to the documentation of this file.
23 #ifndef _MEDIA_DEVICE_H
24 #define _MEDIA_DEVICE_H
26 #include <linux/list.h>
83 #define to_media_device(node) container_of(node, struct media_device, devnode)
93 #define media_device_for_each_entity(entity, mdev) \
94 list_for_each_entry(entity, &(mdev)->entities, list)