Home
last modified time | relevance | path

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

/linux/drivers/media/mc/
H A Dmc-device.c582 ida_free(&mdev->entity_internal_idx, entity->internal_idx); in __media_device_unregister_entity()
625 ret = ida_alloc_min(&mdev->entity_internal_idx, 1, GFP_KERNEL); in media_device_register_entity()
692 ida_init(&mdev->entity_internal_idx); in media_device_init()
706 ida_destroy(&mdev->entity_internal_idx); in media_device_cleanup()
/linux/include/media/
H A Dmedia-device.h159 struct ida entity_internal_idx; member