device_id_map     134 drivers/greybus/interface.c 	ret = ida_simple_get(&svc->device_id_map,
device_id_map     168 drivers/greybus/interface.c 	ida_simple_remove(&svc->device_id_map, device_id);
device_id_map     181 drivers/greybus/interface.c 	ida_simple_remove(&svc->device_id_map, intf->device_id);
device_id_map    1292 drivers/greybus/svc.c 	ida_destroy(&svc->device_id_map);
device_id_map    1325 drivers/greybus/svc.c 	ida_init(&svc->device_id_map);
device_id_map      45 include/linux/greybus/svc.h 	struct ida		device_id_map;