is_media_entity_v4l2_video_device — Check if the entity is a video_device
bool is_media_entity_v4l2_video_device ( | struct media_entity * entity) ; |
true if the entity is an instance of a video_device object and can
safely be cast to a struct video_device using the container_of
macro, or
false otherwise.