Searched refs:gpio_table (Results 1 – 1 of 1) sorted by relevance
49 static struct sfi_gpio_table_entry *gpio_table; variable188 if (gpio_table) in sfi_parse_gpio()194 gpio_table = kmemdup(pentry, num * sizeof(*pentry), GFP_KERNEL); in sfi_parse_gpio()195 if (!gpio_table) in sfi_parse_gpio()211 struct sfi_gpio_table_entry *pentry = gpio_table; in get_gpio_by_name()