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/
A Dtcan4x5x-core.c114 if (priv->device_state_gpio) in tcan4x5x_check_wake()
115 wake_state = gpiod_get_value(priv->device_state_gpio); in tcan4x5x_check_wake()
289 tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev, in tcan4x5x_get_gpios()
292 if (IS_ERR(tcan4x5x->device_state_gpio)) { in tcan4x5x_get_gpios()
293 tcan4x5x->device_state_gpio = NULL; in tcan4x5x_get_gpios()
A Dtcan4x5x.h40 struct gpio_desc *device_state_gpio; member

Completed in 4 milliseconds