Searched refs:gpio_defaults (Results 1 – 12 of 12) sorted by relevance
/linux-3.4.99/arch/arm/mach-s5pv210/ |
D | mach-aquila.c | 476 .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,
|
D | mach-goni.c | 667 .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/ |
D | wm2200.h | 33 int gpio_defaults[4]; member
|
D | wm5100.h | 56 int gpio_defaults[6]; member
|
/linux-3.4.99/arch/arm/mach-s3c64xx/ |
D | mach-crag6410-module.c | 64 .gpio_defaults = { 168 .gpio_defaults = {
|
D | mach-crag6410.c | 529 .gpio_defaults = { 641 .gpio_defaults = {
|
/linux-3.4.99/include/linux/mfd/wm8994/ |
D | pdata.h | 139 int gpio_defaults[WM8994_NUM_GPIO]; member
|
/linux-3.4.99/include/linux/mfd/wm831x/ |
D | pdata.h | 131 int gpio_defaults[WM831X_GPIO_NUM]; member
|
/linux-3.4.99/drivers/mfd/ |
D | wm8994-core.c | 597 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()
|
D | wm831x-core.c | 1763 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/ |
D | wm2200.c | 2103 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()
|
D | wm5100.c | 2557 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()
|