labels_table 285 drivers/gpio/gpio-it87.c char *labels, **labels_table; labels_table 375 drivers/gpio/gpio-it87.c labels_table = kcalloc(it87_gpio->chip.ngpio, sizeof(const char *), labels_table 378 drivers/gpio/gpio-it87.c if (!labels || !labels_table) { labels_table 387 drivers/gpio/gpio-it87.c labels_table[i] = label; labels_table 390 drivers/gpio/gpio-it87.c it87_gpio->chip.names = (const char *const*)labels_table; labels_table 399 drivers/gpio/gpio-it87.c kfree(labels_table);