Home
last modified time | relevance | path

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

/linux-3.4.99/arch/arm/mach-s5pv210/
Dmach-aquila.c476 .gpio_defaults[0] = 0x0001,
478 .gpio_defaults[2] = 0x8100,
479 .gpio_defaults[3] = 0x8100,
480 .gpio_defaults[4] = 0x8100,
481 .gpio_defaults[6] = 0x0100,
483 .gpio_defaults[7] = 0x8100,
484 .gpio_defaults[8] = 0x0100,
485 .gpio_defaults[9] = 0x0100,
486 .gpio_defaults[10] = 0x0100,
Dmach-goni.c667 .gpio_defaults[0] = 0x0001,
669 .gpio_defaults[2] = 0x8100,
670 .gpio_defaults[3] = 0x8100,
671 .gpio_defaults[4] = 0x8100,
672 .gpio_defaults[6] = 0x0100,
674 .gpio_defaults[7] = 0x8100,
675 .gpio_defaults[8] = 0x0100,
676 .gpio_defaults[9] = 0x0100,
677 .gpio_defaults[10] = 0x0100,
/linux-3.4.99/include/sound/
Dwm2200.h33 int gpio_defaults[4]; member
Dwm5100.h56 int gpio_defaults[6]; member
/linux-3.4.99/arch/arm/mach-s3c64xx/
Dmach-crag6410-module.c64 .gpio_defaults = {
168 .gpio_defaults = {
Dmach-crag6410.c529 .gpio_defaults = {
641 .gpio_defaults = {
/linux-3.4.99/include/linux/mfd/wm8994/
Dpdata.h139 int gpio_defaults[WM8994_NUM_GPIO]; member
/linux-3.4.99/include/linux/mfd/wm831x/
Dpdata.h131 int gpio_defaults[WM831X_GPIO_NUM]; member
/linux-3.4.99/drivers/mfd/
Dwm8994-core.c597 for (i = 0; i < ARRAY_SIZE(pdata->gpio_defaults); i++) { in wm8994_device_init()
598 if (pdata->gpio_defaults[i]) { in wm8994_device_init()
601 pdata->gpio_defaults[i]); in wm8994_device_init()
Dwm831x-core.c1763 for (i = 0; i < ARRAY_SIZE(pdata->gpio_defaults); i++) { in wm831x_device_init()
1764 if (!pdata->gpio_defaults[i]) in wm831x_device_init()
1769 pdata->gpio_defaults[i] & 0xffff); in wm831x_device_init()
/linux-3.4.99/sound/soc/codecs/
Dwm2200.c2103 for (i = 0; i < ARRAY_SIZE(wm2200->pdata.gpio_defaults); i++) { in wm2200_i2c_probe()
2104 if (!wm2200->pdata.gpio_defaults[i]) in wm2200_i2c_probe()
2108 wm2200->pdata.gpio_defaults[i]); in wm2200_i2c_probe()
Dwm5100.c2557 for (i = 0; i < ARRAY_SIZE(wm5100->pdata.gpio_defaults); i++) { in wm5100_i2c_probe()
2558 if (!wm5100->pdata.gpio_defaults[i]) in wm5100_i2c_probe()
2562 wm5100->pdata.gpio_defaults[i]); in wm5100_i2c_probe()