Searched refs:gpio_reset (Results 1 – 21 of 21) sorted by relevance
/arch/arm/mach-pxa/ |
D | tosa-bt.c | 23 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()
|
D | tosa.c | 833 .gpio_reset = TOSA_GPIO_BT_RESET,
|
/arch/arm/mach-omap2/ |
D | gpmc-smsc911x.c | 68 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()
|
D | gpmc-smc91x.c | 162 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()
|
D | board-zoom-debugboard.c | 37 .gpio_reset = -EINVAL,
|
D | board-omap3evm.c | 111 .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()
|
D | board-omap3logic.c | 138 .gpio_reset = -EINVAL,
|
D | board-overo.c | 125 .gpio_reset = -EINVAL, 133 .gpio_reset = -EINVAL,
|
D | board-rx51-peripherals.c | 659 .gpio_reset = RX51_FMTX_RESET_GPIO, 916 .gpio_reset = 60, 920 .gpio_reset = 60, 1032 .gpio_reset = 164,
|
D | board-cm-t35.c | 73 .gpio_reset = -EINVAL, 81 .gpio_reset = -EINVAL,
|
D | board-omap3stalker.c | 70 .gpio_reset = -EINVAL,
|
D | board-ldp.c | 177 .gpio_reset = -EINVAL,
|
D | board-n8x0.c | 612 .gpio_reset = 118,
|
D | board-igep0020.c | 212 .gpio_reset = -EINVAL,
|
/arch/arm/mach-pxa/include/mach/ |
D | tosa_bt.h | 18 int gpio_reset; member
|
/arch/arm/plat-omap/include/plat/ |
D | gpmc-smsc911x.h | 20 int gpio_reset; member
|
D | gpmc-smc91x.h | 22 int gpio_reset; member
|
/arch/arm/mach-exynos/ |
D | mach-universal_c210.c | 932 .gpio_reset = { GPIO_CAM_VGA_NRST, 0 }, 952 .gpio_reset = GPIO_CAM_MEGA_nRST,
|
D | mach-nuri.c | 1168 .gpio_reset = { GPIO_CAM_VT_NRST, 0 }, 1180 .gpio_reset = GPIO_CAM_MEGA_RST,
|
/arch/arm/mach-s3c24xx/ |
D | mach-h1940.c | 586 .gpio_reset = S3C2410_GPA(12),
|
D | mach-rx1950.c | 705 .gpio_reset = S3C2410_GPD(0),
|