Searched refs:gpio_table (Results 1 – 2 of 2) sorted by relevance
54 static struct sfi_gpio_table_entry *gpio_table; variable194 if (gpio_table) in sfi_parse_gpio()200 gpio_table = kmemdup(pentry, num * sizeof(*pentry), GFP_KERNEL); in sfi_parse_gpio()201 if (!gpio_table) in sfi_parse_gpio()217 struct sfi_gpio_table_entry *pentry = gpio_table; in get_gpio_by_name()
86 struct gpio_table { struct92 static struct gpio_table gtable[] = { argument