Searched refs:nr_pins (Results 1 – 7 of 7) sorted by relevance
/linux-2.6.39/arch/arm/mach-stmp378x/ |
D | stmp378x_devb.c | 65 .nr_pins = ARRAY_SIZE(i2c_pins_desc), 76 .nr_pins = ARRAY_SIZE(dbguart_pins_0), 119 .nr_pins = ARRAY_SIZE(mmc_pins_desc), 208 .nr_pins = ARRAY_SIZE(appuart_pins_0), 212 .nr_pins = ARRAY_SIZE(appuart_pins_1), 232 .nr_pins = ARRAY_SIZE(ssp1_pins_desc), 237 .nr_pins = ARRAY_SIZE(ssp2_pins_desc), 265 .nr_pins = ARRAY_SIZE(gpmi_pins_desc),
|
/linux-2.6.39/arch/arm/mach-stmp37xx/ |
D | stmp37xx_devb.c | 54 .nr_pins = ARRAY_SIZE(appuart_pins_0), 62 .nr_pins = ARRAY_SIZE(dbguart_pins_0),
|
/linux-2.6.39/include/linux/ |
D | timb_gpio.h | 33 int nr_pins; member
|
/linux-2.6.39/drivers/gpio/ |
D | timbgpio.c | 235 if (!pdata || pdata->nr_pins > 32) { in timbgpio_probe() 279 gc->ngpio = pdata->nr_pins; in timbgpio_probe() 294 for (i = 0; i < pdata->nr_pins; i++) { in timbgpio_probe()
|
/linux-2.6.39/arch/arm/plat-stmp3xxx/include/mach/ |
D | pinmux.h | 74 int nr_pins; member
|
/linux-2.6.39/arch/arm/plat-stmp3xxx/ |
D | pinmux.c | 317 for (p = 0; p < pin_group->nr_pins; p++) { in stmp3xxx_request_pin_group() 347 for (p = 0; p < pin_group->nr_pins; p++) { in stmp3xxx_release_pin_group()
|
/linux-2.6.39/drivers/mfd/ |
D | timberdale.c | 189 .nr_pins = GPIO_NR_PINS,
|