Home
last modified time | relevance | path

Searched refs:gpio_reset (Results 1 – 21 of 21) sorted by relevance

/arch/arm/mach-pxa/
Dtosa-bt.c23 gpio_set_value(data->gpio_reset, 0); in tosa_bt_on()
25 gpio_set_value(data->gpio_reset, 1); in tosa_bt_on()
27 gpio_set_value(data->gpio_reset, 0); in tosa_bt_on()
32 gpio_set_value(data->gpio_reset, 1); in tosa_bt_off()
35 gpio_set_value(data->gpio_reset, 0); in tosa_bt_off()
64 rc = gpio_request(data->gpio_reset, "Bluetooth reset"); in tosa_bt_probe()
67 rc = gpio_direction_output(data->gpio_reset, 0); in tosa_bt_probe()
100 gpio_free(data->gpio_reset); in tosa_bt_probe()
121 gpio_free(data->gpio_reset); in tosa_bt_remove()
Dtosa.c833 .gpio_reset = TOSA_GPIO_BT_RESET,
/arch/arm/mach-omap2/
Dgpmc-smsc911x.c68 if (gpio_is_valid(gpmc_cfg->gpio_reset)) { in gpmc_smsc911x_init()
69 ret = gpio_request_one(gpmc_cfg->gpio_reset, in gpmc_smsc911x_init()
73 gpmc_cfg->gpio_reset); in gpmc_smsc911x_init()
77 gpio_set_value(gpmc_cfg->gpio_reset, 0); in gpmc_smsc911x_init()
79 gpio_set_value(gpmc_cfg->gpio_reset, 1); in gpmc_smsc911x_init()
89 gpio_free(gpmc_cfg->gpio_reset); in gpmc_smsc911x_init()
Dgpmc-smc91x.c162 if (gpmc_cfg->gpio_reset) { in gpmc_smc91x_init()
163 ret = gpio_request_one(gpmc_cfg->gpio_reset, in gpmc_smc91x_init()
168 gpio_set_value(gpmc_cfg->gpio_reset, 1); in gpmc_smc91x_init()
170 gpio_set_value(gpmc_cfg->gpio_reset, 0); in gpmc_smc91x_init()
175 gpio_free(gpmc_cfg->gpio_reset); in gpmc_smc91x_init()
Dboard-zoom-debugboard.c37 .gpio_reset = -EINVAL,
Dboard-omap3evm.c111 .gpio_reset = -EINVAL,
120 smsc911x_cfg.gpio_reset = OMAP3EVM_GEN1_ETHR_GPIO_RST; in omap3evm_init_smsc911x()
122 smsc911x_cfg.gpio_reset = OMAP3EVM_GEN2_ETHR_GPIO_RST; in omap3evm_init_smsc911x()
Dboard-omap3logic.c138 .gpio_reset = -EINVAL,
Dboard-overo.c125 .gpio_reset = -EINVAL,
133 .gpio_reset = -EINVAL,
Dboard-rx51-peripherals.c659 .gpio_reset = RX51_FMTX_RESET_GPIO,
916 .gpio_reset = 60,
920 .gpio_reset = 60,
1032 .gpio_reset = 164,
Dboard-cm-t35.c73 .gpio_reset = -EINVAL,
81 .gpio_reset = -EINVAL,
Dboard-omap3stalker.c70 .gpio_reset = -EINVAL,
Dboard-ldp.c177 .gpio_reset = -EINVAL,
Dboard-n8x0.c612 .gpio_reset = 118,
Dboard-igep0020.c212 .gpio_reset = -EINVAL,
/arch/arm/mach-pxa/include/mach/
Dtosa_bt.h18 int gpio_reset; member
/arch/arm/plat-omap/include/plat/
Dgpmc-smsc911x.h20 int gpio_reset; member
Dgpmc-smc91x.h22 int gpio_reset; member
/arch/arm/mach-exynos/
Dmach-universal_c210.c932 .gpio_reset = { GPIO_CAM_VGA_NRST, 0 },
952 .gpio_reset = GPIO_CAM_MEGA_nRST,
Dmach-nuri.c1168 .gpio_reset = { GPIO_CAM_VT_NRST, 0 },
1180 .gpio_reset = GPIO_CAM_MEGA_RST,
/arch/arm/mach-s3c24xx/
Dmach-h1940.c586 .gpio_reset = S3C2410_GPA(12),
Dmach-rx1950.c705 .gpio_reset = S3C2410_GPD(0),