Searched refs:gpio_pwrdwn (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/include/plat/
H A Dgpmc-smc91x.h21 int gpio_pwrdwn; member in struct:omap_smc91x_platform_data
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/mach-omap2/
H A Dgpmc-smc91x.c149 if (gpmc_cfg->gpio_pwrdwn) {
150 ret = gpio_request(gpmc_cfg->gpio_pwrdwn, "SMC91X powerdown");
153 gpio_direction_output(gpmc_cfg->gpio_pwrdwn, 0);
176 if (gpmc_cfg->gpio_pwrdwn)
177 gpio_free(gpmc_cfg->gpio_pwrdwn);
H A Dboard-rx51-peripherals.c828 .gpio_pwrdwn = 86,

Completed in 64 milliseconds