Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/misc/mic/host/
Dmic_main.c59 static struct ida g_mic_ida; variable
195 mdev->id = ida_simple_get(&g_mic_ida, 0, MIC_MAX_NUM_DEVS, GFP_KERNEL); in mic_probe()
302 ida_simple_remove(&g_mic_ida, mdev->id); in mic_probe()
335 ida_simple_remove(&g_mic_ida, mdev->id); in mic_remove()
358 ida_init(&g_mic_ida); in mic_init()
366 ida_destroy(&g_mic_ida); in mic_init()
376 ida_destroy(&g_mic_ida); in mic_exit()