Home
last modified time | relevance | path

Searched refs:gpio_table (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/arch/x86/platform/intel-mid/
Dsfi.c54 static struct sfi_gpio_table_entry *gpio_table; variable
194 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()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dsi_panel_vbt.c86 struct gpio_table { struct
92 static struct gpio_table gtable[] = { argument