Searched refs:xclr_gpio (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/iio/pressure/ |
H A D | hp03.c | 38 struct gpio_desc *xclr_gpio; member 112 gpiod_set_value_cansleep(priv->xclr_gpio, 1); in hp03_update_temp_pressure() 128 gpiod_set_value_cansleep(priv->xclr_gpio, 0); in hp03_update_temp_pressure() 156 gpiod_set_value_cansleep(priv->xclr_gpio, 0); in hp03_update_temp_pressure() 233 priv->xclr_gpio = devm_gpiod_get_index(dev, "xclr", 0, GPIOD_OUT_HIGH); in hp03_probe() 234 if (IS_ERR(priv->xclr_gpio)) { in hp03_probe() 236 ret = PTR_ERR(priv->xclr_gpio); in hp03_probe()
|
/kernel/linux/linux-6.6/drivers/iio/pressure/ |
H A D | hp03.c | 38 struct gpio_desc *xclr_gpio; member 112 gpiod_set_value_cansleep(priv->xclr_gpio, 1); in hp03_update_temp_pressure() 128 gpiod_set_value_cansleep(priv->xclr_gpio, 0); in hp03_update_temp_pressure() 156 gpiod_set_value_cansleep(priv->xclr_gpio, 0); in hp03_update_temp_pressure() 233 priv->xclr_gpio = devm_gpiod_get_index(dev, "xclr", 0, GPIOD_OUT_HIGH); in hp03_probe() 234 if (IS_ERR(priv->xclr_gpio)) { in hp03_probe() 236 ret = PTR_ERR(priv->xclr_gpio); in hp03_probe()
|
Completed in 3 milliseconds