struct_media_entity_enum(9) An enumeration of media entities.

SYNOPSIS


struct media_entity_enum {
unsigned long * bmap;
int idx_max;
};

MEMBERS

bmap

Bit map in which each bit represents one entity at struct media_entity->internal_idx.

idx_max

Number of bits in bmap

COPYRIGHT