event_ida 68 drivers/platform/chrome/wilco_ec/event.c static DEFINE_IDA(event_ida); event_ida 455 drivers/platform/chrome/wilco_ec/event.c minor = ida_alloc_max(&event_ida, EVENT_MAX_DEV-1, GFP_KERNEL); event_ida 499 drivers/platform/chrome/wilco_ec/event.c ida_simple_remove(&event_ida, minor); event_ida 508 drivers/platform/chrome/wilco_ec/event.c ida_simple_remove(&event_ida, MINOR(dev_data->dev.devt)); event_ida 563 drivers/platform/chrome/wilco_ec/event.c ida_destroy(&event_ida); event_ida 572 drivers/platform/chrome/wilco_ec/event.c ida_destroy(&event_ida);