Searched refs:gpio_table (Results 1 – 2 of 2) sorted by relevance
54 static struct sfi_gpio_table_entry *gpio_table; variable196 if (gpio_table) in sfi_parse_gpio()202 gpio_table = kmalloc(num * sizeof(*pentry), GFP_KERNEL); in sfi_parse_gpio()203 if (!gpio_table) in sfi_parse_gpio()205 memcpy(gpio_table, pentry, num * sizeof(*pentry)); in sfi_parse_gpio()220 struct sfi_gpio_table_entry *pentry = gpio_table; in get_gpio_by_name()
86 struct gpio_table { struct92 static struct gpio_table gtable[] = { argument