Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
376 tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev, in tcan4x5x_parse_config()
379 if (IS_ERR(tcan4x5x->device_state_gpio)) { in tcan4x5x_parse_config()
380 tcan4x5x->device_state_gpio = NULL; in tcan4x5x_parse_config()
/kernel/linux/linux-6.6/drivers/net/can/m_can/
H A Dtcan4x5x-core.c147 if (priv->device_state_gpio) in tcan4x5x_check_wake()
148 wake_state = gpiod_get_value(priv->device_state_gpio); in tcan4x5x_check_wake()
348 tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev, in tcan4x5x_get_gpios()
351 if (IS_ERR(tcan4x5x->device_state_gpio)) { in tcan4x5x_get_gpios()
352 tcan4x5x->device_state_gpio = NULL; in tcan4x5x_get_gpios()
H A Dtcan4x5x.h40 struct gpio_desc *device_state_gpio; member

Completed in 2 milliseconds