Home
last modified time | relevance | path

Searched refs:device_state_gpio (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/net/can/m_can/
H A Dtcan4x5x-core.c149 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()
H A Dtcan4x5x.h40 struct gpio_desc *device_state_gpio; member