rtc_ida            23 drivers/rtc/class.c static DEFINE_IDA(rtc_ida);
rtc_ida            30 drivers/rtc/class.c 	ida_simple_remove(&rtc_ida, rtc->id);
rtc_ida           197 drivers/rtc/class.c 		id = ida_simple_get(&rtc_ida, of_id, of_id + 1, GFP_KERNEL);
rtc_ida           203 drivers/rtc/class.c 		id = ida_simple_get(&rtc_ida, 0, 0, GFP_KERNEL);
rtc_ida           339 drivers/rtc/class.c 	ida_simple_remove(&rtc_ida, id);