Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/can/m_can/
Dtcan4x5x.c124 struct gpio_desc *device_state_gpio; member
160 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()