Searched refs:gb_hd_bus_id_map (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/greybus/
H A Dhd.c22 static struct ida gb_hd_bus_id_map; variable in typeref:struct:ida
114 ida_free(&gb_hd_bus_id_map, hd->bus_id);
165 ret = ida_alloc_min(&gb_hd_bus_id_map, 1, GFP_KERNEL);
248 ida_init(&gb_hd_bus_id_map);
255 ida_destroy(&gb_hd_bus_id_map);

Completed in 106 milliseconds