Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/mc/
Dmc-device.c586 ida_free(&mdev->entity_internal_idx, entity->internal_idx); in __media_device_unregister_entity()
629 ret = ida_alloc_min(&mdev->entity_internal_idx, 1, GFP_KERNEL); in media_device_register_entity()
696 ida_init(&mdev->entity_internal_idx); in media_device_init()
710 ida_destroy(&mdev->entity_internal_idx); in media_device_cleanup()
/Linux-v6.1/include/media/
Dmedia-device.h159 struct ida entity_internal_idx; member