Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/net/can/m_can/
H A Dtcan4x5x.c124 struct gpio_desc *device_state_gpio; member
136 if (priv->device_state_gpio) in tcan4x5x_check_wake()
137 wake_state = gpiod_get_value(priv->device_state_gpio); in tcan4x5x_check_wake()
381 tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev, in tcan4x5x_parse_config()
384 if (IS_ERR(tcan4x5x->device_state_gpio)) { in tcan4x5x_parse_config()
385 tcan4x5x->device_state_gpio = NULL; in tcan4x5x_parse_config()