Searched refs:gpio_rst (Results 1 - 9 of 9) sorted by relevance

/linux-4.4.14/arch/mips/include/asm/mach-bcm63xx/
H A Dbcm63xx_dev_dsp.h5 unsigned gpio_rst; member in struct:bcm63xx_dsp_platform_data
/linux-4.4.14/drivers/pcmcia/
H A Dsa1100_nanoengine.c41 int gpio_rst; member in struct:nanoengine_pins
48 .gpio_rst = GPIO_PC_RESET0,
52 .gpio_rst = GPIO_PC_RESET1,
68 ret = gpio_request_one(nano_skts[i].gpio_rst, GPIOF_OUT_INIT_LOW, nanoengine_pcmcia_hw_init()
83 gpio_free(nano_skts[skt->nr].gpio_rst); nanoengine_pcmcia_hw_shutdown()
94 gpio_set_value(nano_skts[skt->nr].gpio_rst, !!(state->flags & SS_RESET)); nanoengine_pcmcia_configure_socket()
/linux-4.4.14/include/linux/
H A Drtc-ds2404.h16 unsigned int gpio_rst; member in struct:ds2404_platform_data
/linux-4.4.14/include/linux/input/
H A Dauo-pixcir-ts.h46 int gpio_rst; member in struct:auo_pixcir_ts_platdata
/linux-4.4.14/drivers/input/touchscreen/
H A Dzforce_ts.c123 struct gpio_desc *gpio_rst; member in struct:zforce_ts
168 gpiod_set_value_cansleep(ts->gpio_rst, 1); zforce_reset_assert()
173 gpiod_set_value_cansleep(ts->gpio_rst, 0); zforce_reset_deassert()
761 ts->gpio_rst = devm_gpiod_get_optional(&client->dev, "reset", zforce_probe()
763 if (IS_ERR(ts->gpio_rst)) { zforce_probe()
764 ret = PTR_ERR(ts->gpio_rst); zforce_probe()
770 if (ts->gpio_rst) { zforce_probe()
796 ts->gpio_rst = devm_gpiod_get_index(&client->dev, NULL, 1, zforce_probe()
798 if (IS_ERR(ts->gpio_rst)) { zforce_probe()
799 ret = PTR_ERR(ts->gpio_rst); zforce_probe()
H A Dauo-pixcir-ts.c501 pdata->gpio_rst = of_get_gpio(np, 1); auo_pixcir_parse_dt()
502 if (!gpio_is_valid(pdata->gpio_rst)) { auo_pixcir_parse_dt()
533 gpio_set_value(ts->pdata->gpio_rst, 0); auo_pixcir_reset()
610 error = devm_gpio_request_one(&client->dev, pdata->gpio_rst, auo_pixcir_probe()
615 pdata->gpio_rst, error); auo_pixcir_probe()
/linux-4.4.14/drivers/gpu/drm/bridge/
H A Dparade-ps8622.c63 struct gpio_desc *gpio_rst; member in struct:ps8622_bridge
370 gpiod_set_value(ps8622->gpio_rst, 0); ps8622_pre_enable()
398 gpiod_set_value(ps8622->gpio_rst, 1); ps8622_pre_enable()
463 gpiod_set_value(ps8622->gpio_rst, 0); ps8622_post_disable()
600 ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); ps8622_probe()
601 if (IS_ERR(ps8622->gpio_rst)) { ps8622_probe()
602 ret = PTR_ERR(ps8622->gpio_rst); ps8622_probe()
603 dev_err(dev, "cannot get gpio_rst %d\n", ret); ps8622_probe()
/linux-4.4.14/drivers/rtc/
H A Drtc-ds2404.c66 ds2404_gpio[DS2404_RST].gpio = pdata->gpio_rst; ds2404_gpio_map()
/linux-4.4.14/arch/mips/bcm63xx/boards/
H A Dboard_bcm963xx.c294 .gpio_rst = 6,
406 .gpio_rst = 6,

Completed in 421 milliseconds