Searched refs:gpio_rst (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/bridge/ |
D | parade-ps8622.c | 60 struct gpio_desc *gpio_rst; member 367 gpiod_set_value(ps8622->gpio_rst, 0); in ps8622_pre_enable() 395 gpiod_set_value(ps8622->gpio_rst, 1); in ps8622_pre_enable() 460 gpiod_set_value(ps8622->gpio_rst, 0); in ps8622_post_disable() 566 ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in ps8622_probe() 567 if (IS_ERR(ps8622->gpio_rst)) { in ps8622_probe() 568 ret = PTR_ERR(ps8622->gpio_rst); in ps8622_probe()
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | zforce_ts.c | 123 struct gpio_desc *gpio_rst; member 168 gpiod_set_value_cansleep(ts->gpio_rst, 1); in zforce_reset_assert() 173 gpiod_set_value_cansleep(ts->gpio_rst, 0); in zforce_reset_deassert() 761 ts->gpio_rst = devm_gpiod_get_optional(&client->dev, "reset", in zforce_probe() 763 if (IS_ERR(ts->gpio_rst)) { in zforce_probe() 764 ret = PTR_ERR(ts->gpio_rst); in zforce_probe() 770 if (ts->gpio_rst) { in zforce_probe() 796 ts->gpio_rst = devm_gpiod_get_index(&client->dev, NULL, 1, in zforce_probe() 798 if (IS_ERR(ts->gpio_rst)) { in zforce_probe() 799 ret = PTR_ERR(ts->gpio_rst); in zforce_probe()
|
D | auo-pixcir-ts.c | 497 pdata->gpio_rst = of_get_gpio(np, 1); in auo_pixcir_parse_dt() 498 if (!gpio_is_valid(pdata->gpio_rst)) { in auo_pixcir_parse_dt() 529 gpio_set_value(ts->pdata->gpio_rst, 0); in auo_pixcir_reset() 606 error = devm_gpio_request_one(&client->dev, pdata->gpio_rst, in auo_pixcir_probe() 611 pdata->gpio_rst, error); in auo_pixcir_probe()
|
/Linux-v4.19/include/linux/platform_data/ |
D | rtc-ds2404.h | 16 unsigned int gpio_rst; member
|
/Linux-v4.19/arch/mips/include/asm/mach-bcm63xx/ |
D | bcm63xx_dev_dsp.h | 6 unsigned gpio_rst; member
|
/Linux-v4.19/include/linux/input/ |
D | auo-pixcir-ts.h | 46 int gpio_rst; member
|
/Linux-v4.19/arch/mips/bcm63xx/boards/ |
D | board_bcm963xx.c | 294 .gpio_rst = 6, 406 .gpio_rst = 6,
|
/Linux-v4.19/drivers/rtc/ |
D | rtc-ds2404.c | 66 ds2404_gpio[DS2404_RST].gpio = pdata->gpio_rst; in ds2404_gpio_map()
|