Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/mc/
Dmc-device.c586 ida_free(&mdev->entity_internal_idx, entity->internal_idx); in __media_device_unregister_entity()
636 ret = ida_alloc_min(&mdev->entity_internal_idx, 1, GFP_KERNEL); in media_device_register_entity()
714 ida_init(&mdev->entity_internal_idx); in media_device_init()
724 ida_destroy(&mdev->entity_internal_idx); in media_device_cleanup()
/kernel/linux/linux-5.10/include/media/
Dmedia-device.h158 struct ida entity_internal_idx; member