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

/linux-4.1.27/arch/x86/platform/intel-mid/
H A Dsfi.c54 static struct sfi_gpio_table_entry *gpio_table; variable in typeref:struct:sfi_gpio_table_entry
196 if (gpio_table) sfi_parse_gpio()
202 gpio_table = kmalloc(num * sizeof(*pentry), GFP_KERNEL); sfi_parse_gpio()
203 if (!gpio_table) sfi_parse_gpio()
205 memcpy(gpio_table, pentry, num * sizeof(*pentry)); sfi_parse_gpio()
220 struct sfi_gpio_table_entry *pentry = gpio_table; get_gpio_by_name()
/linux-4.1.27/drivers/gpu/drm/i915/
H A Dintel_dsi_panel_vbt.c86 struct gpio_table { struct
92 static struct gpio_table gtable[] = {

Completed in 117 milliseconds