Lines Matching refs:reset_gpio
35 static int reset_gpio; variable
37 extern void pxa27x_configure_ac97reset(int reset_gpio, bool to_gpio);
140 pxa27x_configure_ac97reset(reset_gpio, true); in pxa_ac97_warm_pxa27x()
143 pxa27x_configure_ac97reset(reset_gpio, false); in pxa_ac97_warm_pxa27x()
321 switch (pdata->reset_gpio) { in pxa2xx_ac97_hw_probe()
324 reset_gpio = pdata->reset_gpio; in pxa2xx_ac97_hw_probe()
327 reset_gpio = 113; in pxa2xx_ac97_hw_probe()
333 pdata->reset_gpio); in pxa2xx_ac97_hw_probe()
337 reset_gpio = 113; in pxa2xx_ac97_hw_probe()
347 ret = gpio_request_one(reset_gpio, GPIOF_OUT_INIT_HIGH, in pxa2xx_ac97_hw_probe()
354 pxa27x_configure_ac97reset(reset_gpio, false); in pxa2xx_ac97_hw_probe()
399 gpio_free(reset_gpio); in pxa2xx_ac97_hw_remove()