Home
last modified time | relevance | path

Searched refs:gpiod_rst (Results 1 – 5 of 5) sorted by relevance

/linux-6.12.1/drivers/input/touchscreen/
Dhimax_hx83112b.c71 struct gpio_desc *gpiod_rst; member
135 gpiod_set_value_cansleep(ts->gpiod_rst, 1); in himax_reset()
139 gpiod_set_value_cansleep(ts->gpiod_rst, 0); in himax_reset()
352 ts->gpiod_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in himax_probe()
353 error = PTR_ERR_OR_ZERO(ts->gpiod_rst); in himax_probe()
Dsurface3_spi.c30 struct gpio_desc *gpiod_rst[2]; member
211 gpiod_set_value(data->gpiod_rst[0], on); in surface3_spi_power()
212 gpiod_set_value(data->gpiod_rst[1], on); in surface3_spi_power()
237 data->gpiod_rst[i] = gpiod; in surface3_spi_get_gpio_config()
Dgoodix.c754 error = gpiod_direction_output(ts->gpiod_rst, 0); in goodix_reset_no_int_sync()
767 error = gpiod_direction_output(ts->gpiod_rst, 1); in goodix_reset_no_int_sync()
779 error = gpiod_direction_input(ts->gpiod_rst); in goodix_reset_no_int_sync()
1001 ts->gpiod_rst = gpiod; in goodix_get_gpio_config()
1013 if (!ts->gpiod_int || !ts->gpiod_rst) in goodix_get_gpio_config()
1017 if (!ts->gpiod_rst) in goodix_get_gpio_config()
1021 if (ts->gpiod_int && ts->gpiod_rst) { in goodix_get_gpio_config()
Dgoodix.h88 struct gpio_desc *gpiod_rst; member
/linux-6.12.1/drivers/iio/proximity/
Dsx9500.c84 struct gpio_desc *gpiod_rst; member
828 if (data->gpiod_rst) { in sx9500_init_device()
829 gpiod_set_value_cansleep(data->gpiod_rst, 0); in sx9500_init_device()
831 gpiod_set_value_cansleep(data->gpiod_rst, 1); in sx9500_init_device()
896 data->gpiod_rst = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in sx9500_gpio_probe()
897 if (IS_ERR(data->gpiod_rst)) { in sx9500_gpio_probe()
899 data->gpiod_rst = NULL; in sx9500_gpio_probe()