Home
last modified time | relevance | path

Searched refs:device_id_map (Results 1 – 3 of 3) sorted by relevance

/linux-6.15/include/linux/greybus/
H A Dsvc.h45 struct ida device_id_map; member
/linux-6.15/drivers/greybus/
H A Dinterface.c134 ret = ida_alloc_range(&svc->device_id_map, GB_SVC_DEVICE_ID_MIN, in gb_interface_route_create()
167 ida_free(&svc->device_id_map, device_id); in gb_interface_route_create()
180 ida_free(&svc->device_id_map, intf->device_id); in gb_interface_route_destroy()
H A Dsvc.c1303 ida_destroy(&svc->device_id_map); in gb_svc_release()
1336 ida_init(&svc->device_id_map); in gb_svc_create()