Lines Matching defs:index
28 int index;125 int index, ret;150 index = ida_simple_get(&ida_index, 0, 0, GFP_KERNEL);151 if (index < 0) {152 ret = index;156 sprintf(exar_gpio->name, "exar_gpio%d", index);167 exar_gpio->index = index;180 ida_simple_remove(&ida_index, index);190 ida_simple_remove(&ida_index, exar_gpio->index);