Searched refs:reset_gpio (Results 1 – 25 of 28) sorted by relevance
12
/arch/arm/mach-pxa/ |
D | reset.c | 23 static int reset_gpio = -1; variable 47 reset_gpio = gpio; in init_gpio_reset() 59 BUG_ON(reset_gpio == -1); in do_gpio_reset() 62 gpio_direction_output(reset_gpio, 0); in do_gpio_reset() 65 gpio_set_value(reset_gpio, 1); in do_gpio_reset() 68 gpio_set_value(reset_gpio, 0); in do_gpio_reset()
|
D | pxa27x.c | 56 void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio) in pxa27x_configure_ac97reset() argument 66 if (reset_gpio == 113) in pxa27x_configure_ac97reset() 70 if (reset_gpio == 95) in pxa27x_configure_ac97reset()
|
D | colibri-pxa270.c | 248 .reset_gpio = 95,
|
D | palm27x.c | 253 palm27x_ac97_pdata.reset_gpio = reset; in palm27x_ac97_init()
|
D | vpac270.c | 432 .reset_gpio = 95,
|
D | z2.c | 574 .reset_gpio = GPIO19_ZIPITZ2_LCD_RESET,
|
D | mioa701.c | 653 .reset_gpio = 95,
|
D | zeus.c | 515 .reset_gpio = 95,
|
/arch/mips/pci/ |
D | pci-lantiq.c | 70 static int reset_gpio; variable 131 reset_gpio = of_get_named_gpio(node, "gpio-reset", 0); in ltq_pci_startup() 132 if (gpio_is_valid(reset_gpio)) { in ltq_pci_startup() 134 reset_gpio, "pci-reset"); in ltq_pci_startup() 137 "failed to request gpio %d\n", reset_gpio); in ltq_pci_startup() 140 gpio_direction_output(reset_gpio, 1); in ltq_pci_startup() 203 if (gpio_is_valid(reset_gpio)) { in ltq_pci_startup() 204 __gpio_set_value(reset_gpio, 0); in ltq_pci_startup() 207 __gpio_set_value(reset_gpio, 1); in ltq_pci_startup()
|
/arch/arm/mach-pxa/include/mach/ |
D | audio.h | 24 int reset_gpio; member
|
/arch/arm/mach-omap2/ |
D | usb.h | 58 int reset_gpio; member
|
D | board-cm-t3517.c | 194 .reset_gpio = HSUSB1_RESET_GPIO, 199 .reset_gpio = HSUSB2_RESET_GPIO,
|
D | board-am3517crane.c | 53 .reset_gpio = GPIO_USB_NRESET,
|
D | usb-host.c | 449 if (!gpio_is_valid(phy->reset_gpio) && in usbhs_init_phys() 463 nop_pdata.gpio_reset = phy->reset_gpio; in usbhs_init_phys()
|
D | board-3430sdp.c | 446 .reset_gpio = 57, 451 .reset_gpio = 61,
|
D | board-am3517evm.c | 258 .reset_gpio = 57,
|
D | board-omap3touchbook.c | 311 .reset_gpio = 147,
|
D | board-cm-t35.c | 419 .reset_gpio = OMAP_MAX_GPIO_LINES + 6, 424 .reset_gpio = OMAP_MAX_GPIO_LINES + 7,
|
D | board-omap3stalker.c | 358 .reset_gpio = 21,
|
D | board-overo.c | 471 .reset_gpio = OVERO_GPIO_USBH_NRESET,
|
D | board-omap3beagle.c | 295 .reset_gpio = 147,
|
D | board-omap3pandora.c | 570 .reset_gpio = 16,
|
/arch/arm/mach-imx/ |
D | mach-pcm043.c | 250 iomux_v3_cfg_t reset_gpio = MX35_PAD_SD2_CMD__GPIO2_0; in pcm043_ac97_cold_reset() local 267 mxc_iomux_v3_setup_pad(reset_gpio); in pcm043_ac97_cold_reset()
|
D | mach-mx27_3ds.c | 452 .reset_gpio = LCD_RESET,
|
D | mach-mx31_3ds.c | 286 .reset_gpio = IOMUX_TO_GPIO(MX31_PIN_LCS1),
|
12