Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/greybus/
Dsvc.h45 struct ida device_id_map; member
/kernel/linux/linux-5.10/drivers/greybus/
Dinterface.c134 ret = ida_simple_get(&svc->device_id_map, in gb_interface_route_create()
168 ida_simple_remove(&svc->device_id_map, device_id); in gb_interface_route_create()
181 ida_simple_remove(&svc->device_id_map, intf->device_id); in gb_interface_route_destroy()
Dsvc.c1298 ida_destroy(&svc->device_id_map); in gb_svc_release()
1331 ida_init(&svc->device_id_map); in gb_svc_create()