Home
last modified time | relevance | path

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

/Linux-v4.19/include/media/
Dmedia-device.h140 struct ida entity_internal_idx; member
/Linux-v4.19/drivers/media/
Dmedia-device.c588 ret = ida_alloc_min(&mdev->entity_internal_idx, 1, GFP_KERNEL); in media_device_register_entity()
639 ida_free(&mdev->entity_internal_idx, entity->internal_idx); in __media_device_unregister_entity()
695 ida_init(&mdev->entity_internal_idx); in media_device_init()
703 ida_destroy(&mdev->entity_internal_idx); in media_device_cleanup()