Searched refs:device_state_gpio (Results 1 – 2 of 2) sorted by relevance
149 if (priv->device_state_gpio) in tcan4x5x_check_wake() 150 wake_state = gpiod_get_value(priv->device_state_gpio); in tcan4x5x_check_wake() 370 tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev, in tcan4x5x_get_gpios() 373 if (IS_ERR(tcan4x5x->device_state_gpio)) in tcan4x5x_get_gpios() 374 tcan4x5x->device_state_gpio = NULL; in tcan4x5x_get_gpios() 391 if (version_info->has_state_pin && !tcan4x5x->device_state_gpio) { in tcan4x5x_check_gpios()
40 struct gpio_desc *device_state_gpio; member