gpiod_rst 84 drivers/iio/proximity/sx9500.c struct gpio_desc *gpiod_rst; gpiod_rst 832 drivers/iio/proximity/sx9500.c if (data->gpiod_rst) { gpiod_rst 833 drivers/iio/proximity/sx9500.c gpiod_set_value_cansleep(data->gpiod_rst, 0); gpiod_rst 835 drivers/iio/proximity/sx9500.c gpiod_set_value_cansleep(data->gpiod_rst, 1); gpiod_rst 900 drivers/iio/proximity/sx9500.c data->gpiod_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); gpiod_rst 901 drivers/iio/proximity/sx9500.c if (IS_ERR(data->gpiod_rst)) { gpiod_rst 903 drivers/iio/proximity/sx9500.c data->gpiod_rst = NULL; gpiod_rst 50 drivers/input/touchscreen/goodix.c struct gpio_desc *gpiod_rst; gpiod_rst 532 drivers/input/touchscreen/goodix.c error = gpiod_direction_output(ts->gpiod_rst, 0); gpiod_rst 545 drivers/input/touchscreen/goodix.c error = gpiod_direction_output(ts->gpiod_rst, 1); gpiod_rst 552 drivers/input/touchscreen/goodix.c error = gpiod_direction_input(ts->gpiod_rst); gpiod_rst 618 drivers/input/touchscreen/goodix.c ts->gpiod_rst = gpiod; gpiod_rst 892 drivers/input/touchscreen/goodix.c if (ts->gpiod_int && ts->gpiod_rst) { gpiod_rst 915 drivers/input/touchscreen/goodix.c if (ts->gpiod_int && ts->gpiod_rst) { gpiod_rst 946 drivers/input/touchscreen/goodix.c if (ts->gpiod_int && ts->gpiod_rst) gpiod_rst 959 drivers/input/touchscreen/goodix.c if (!ts->gpiod_int || !ts->gpiod_rst) { gpiod_rst 1002 drivers/input/touchscreen/goodix.c if (!ts->gpiod_int || !ts->gpiod_rst) { gpiod_rst 30 drivers/input/touchscreen/surface3_spi.c struct gpio_desc *gpiod_rst[2]; gpiod_rst 213 drivers/input/touchscreen/surface3_spi.c gpiod_set_value(data->gpiod_rst[0], on); gpiod_rst 214 drivers/input/touchscreen/surface3_spi.c gpiod_set_value(data->gpiod_rst[1], on); gpiod_rst 246 drivers/input/touchscreen/surface3_spi.c data->gpiod_rst[i] = gpiod;