ida_index 89 drivers/char/ppdev.c static DEFINE_IDA(ida_index); ida_index 302 drivers/char/ppdev.c index = ida_simple_get(&ida_index, 0, 0, GFP_KERNEL); ida_index 313 drivers/char/ppdev.c ida_simple_remove(&ida_index, index); ida_index 765 drivers/char/ppdev.c ida_simple_remove(&ida_index, pp->index); ida_index 23 drivers/gpio/gpio-exar.c static DEFINE_IDA(ida_index); ida_index 147 drivers/gpio/gpio-exar.c index = ida_simple_get(&ida_index, 0, 0, GFP_KERNEL); ida_index 177 drivers/gpio/gpio-exar.c ida_simple_remove(&ida_index, index); ida_index 187 drivers/gpio/gpio-exar.c ida_simple_remove(&ida_index, exar_gpio->index);