device_state_gpio  121 drivers/net/can/m_can/tcan4x5x.c 	struct gpio_desc *device_state_gpio;
device_state_gpio  157 drivers/net/can/m_can/tcan4x5x.c 	if (priv->device_state_gpio)
device_state_gpio  158 drivers/net/can/m_can/tcan4x5x.c 		wake_state = gpiod_get_value(priv->device_state_gpio);
device_state_gpio  384 drivers/net/can/m_can/tcan4x5x.c 	tcan4x5x->device_state_gpio = devm_gpiod_get_optional(cdev->dev,
device_state_gpio  387 drivers/net/can/m_can/tcan4x5x.c 	if (IS_ERR(tcan4x5x->device_state_gpio))
device_state_gpio  388 drivers/net/can/m_can/tcan4x5x.c 		tcan4x5x->device_state_gpio = NULL;