Home
last modified time | relevance | path

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

/drivers/media/
Dmedia-entity.c92 int idx_max) in __media_entity_enum_init() argument
94 idx_max = ALIGN(idx_max, BITS_PER_LONG); in __media_entity_enum_init()
95 ent_enum->bmap = kcalloc(idx_max / BITS_PER_LONG, sizeof(long), in __media_entity_enum_init()
100 bitmap_zero(ent_enum->bmap, idx_max); in __media_entity_enum_init()
101 ent_enum->idx_max = idx_max; in __media_entity_enum_init()
Dmedia-device.c604 >= mdev->pm_count_walk.ent_enum.idx_max) { in media_device_register_entity()