Searched refs:device_state_gpio (Results 1 – 1 of 1) sorted by relevance
124 struct gpio_desc *device_state_gpio; member160 if (priv->device_state_gpio) in tcan4x5x_check_wake()161 wake_state = gpiod_get_value(priv->device_state_gpio); in tcan4x5x_check_wake()405 tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev, in tcan4x5x_parse_config()408 if (IS_ERR(tcan4x5x->device_state_gpio)) { in tcan4x5x_parse_config()409 tcan4x5x->device_state_gpio = NULL; in tcan4x5x_parse_config()