gpio_rst 52 drivers/gpu/drm/bridge/parade-ps8622.c struct gpio_desc *gpio_rst; gpio_rst 359 drivers/gpu/drm/bridge/parade-ps8622.c gpiod_set_value(ps8622->gpio_rst, 0); gpio_rst 387 drivers/gpu/drm/bridge/parade-ps8622.c gpiod_set_value(ps8622->gpio_rst, 1); gpio_rst 452 drivers/gpu/drm/bridge/parade-ps8622.c gpiod_set_value(ps8622->gpio_rst, 0); gpio_rst 558 drivers/gpu/drm/bridge/parade-ps8622.c ps8622->gpio_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); gpio_rst 559 drivers/gpu/drm/bridge/parade-ps8622.c if (IS_ERR(ps8622->gpio_rst)) { gpio_rst 560 drivers/gpu/drm/bridge/parade-ps8622.c ret = PTR_ERR(ps8622->gpio_rst); gpio_rst 487 drivers/input/touchscreen/auo-pixcir-ts.c pdata->gpio_rst = of_get_gpio(np, 1); gpio_rst 488 drivers/input/touchscreen/auo-pixcir-ts.c if (!gpio_is_valid(pdata->gpio_rst)) { gpio_rst 519 drivers/input/touchscreen/auo-pixcir-ts.c gpio_set_value(ts->pdata->gpio_rst, 0); gpio_rst 596 drivers/input/touchscreen/auo-pixcir-ts.c error = devm_gpio_request_one(&client->dev, pdata->gpio_rst, gpio_rst 601 drivers/input/touchscreen/auo-pixcir-ts.c pdata->gpio_rst, error); gpio_rst 115 drivers/input/touchscreen/zforce_ts.c struct gpio_desc *gpio_rst; gpio_rst 160 drivers/input/touchscreen/zforce_ts.c gpiod_set_value_cansleep(ts->gpio_rst, 1); gpio_rst 165 drivers/input/touchscreen/zforce_ts.c gpiod_set_value_cansleep(ts->gpio_rst, 0); gpio_rst 753 drivers/input/touchscreen/zforce_ts.c ts->gpio_rst = devm_gpiod_get_optional(&client->dev, "reset", gpio_rst 755 drivers/input/touchscreen/zforce_ts.c if (IS_ERR(ts->gpio_rst)) { gpio_rst 756 drivers/input/touchscreen/zforce_ts.c ret = PTR_ERR(ts->gpio_rst); gpio_rst 762 drivers/input/touchscreen/zforce_ts.c if (ts->gpio_rst) { gpio_rst 788 drivers/input/touchscreen/zforce_ts.c ts->gpio_rst = devm_gpiod_get_index(&client->dev, NULL, 1, gpio_rst 790 drivers/input/touchscreen/zforce_ts.c if (IS_ERR(ts->gpio_rst)) { gpio_rst 791 drivers/input/touchscreen/zforce_ts.c ret = PTR_ERR(ts->gpio_rst); gpio_rst 51 drivers/rtc/rtc-ds2404.c ds2404_gpio[DS2404_RST].gpio = pdata->gpio_rst; gpio_rst 36 include/linux/input/auo-pixcir-ts.h int gpio_rst; gpio_rst 16 include/linux/platform_data/rtc-ds2404.h unsigned int gpio_rst;