Home
last modified time | relevance | path

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

/linux-3.4.99/arch/h8300/platform/h8300h/aki3068net/
Dcrt0_ram.S79 mov.l #gpio_table,er0
82 gpio_table: label
/linux-3.4.99/arch/h8300/platform/h8300h/h8max/
Dcrt0_ram.S79 mov.l #gpio_table,er0
82 gpio_table: label
/linux-3.4.99/arch/h8300/platform/h8300h/generic/
Dcrt0_ram.S79 mov.l #gpio_table,er0
82 gpio_table: label
Dcrt0_rom.S80 mov.l #gpio_table,er0
83 gpio_table: label
/linux-3.4.99/arch/h8300/platform/h8s/edosk2674/
Dcrt0_ram.S86 mov.l #gpio_table,er0
89 gpio_table: label
Dcrt0_rom.S102 mov.l #gpio_table,er0
134 gpio_table: label
/linux-3.4.99/arch/h8300/platform/h8s/generic/
Dcrt0_ram.S83 mov.l #gpio_table,er0
86 gpio_table: label
Dcrt0_rom.S75 mov.l #gpio_table,er0
78 gpio_table: label
/linux-3.4.99/arch/arm/mach-tegra/
Dboard-trimslice-pinmux.c147 static struct tegra_gpio_table gpio_table[] = { variable
158 .gpios = gpio_table,
159 .gpio_count = ARRAY_SIZE(gpio_table),
Dboard-paz00-pinmux.c147 static struct tegra_gpio_table gpio_table[] = { variable
160 .gpios = gpio_table,
161 .gpio_count = ARRAY_SIZE(gpio_table),
Dboard-harmony-pinmux.c147 static struct tegra_gpio_table gpio_table[] = { variable
163 .gpios = gpio_table,
164 .gpio_count = ARRAY_SIZE(gpio_table),
/linux-3.4.99/arch/x86/platform/mrst/
Dmrst.c344 static struct sfi_gpio_table_entry *gpio_table; variable
353 if (gpio_table) in sfi_parse_gpio()
359 gpio_table = (struct sfi_gpio_table_entry *) in sfi_parse_gpio()
361 if (!gpio_table) in sfi_parse_gpio()
363 memcpy(gpio_table, pentry, num * sizeof(*pentry)); in sfi_parse_gpio()
378 struct sfi_gpio_table_entry *pentry = gpio_table; in get_gpio_by_name()