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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/arm/plat-omap/include/plat/
H A Dgpmc-smc91x.h21 int gpio_pwrdwn; member in struct:omap_smc91x_platform_data
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 119 milliseconds