Home
last modified time | relevance | path

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

/drivers/media/mc/
Dmc-entity.c64 int idx_max) in __media_entity_enum_init() argument
66 idx_max = ALIGN(idx_max, BITS_PER_LONG); in __media_entity_enum_init()
67 ent_enum->bmap = kcalloc(idx_max / BITS_PER_LONG, sizeof(long), in __media_entity_enum_init()
72 bitmap_zero(ent_enum->bmap, idx_max); in __media_entity_enum_init()
73 ent_enum->idx_max = idx_max; in __media_entity_enum_init()
Dmc-device.c625 >= mdev->pm_count_walk.ent_enum.idx_max) { in media_device_register_entity()