Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/can/dev/
Ddev.c405 if (term == priv->termination_gpio_ohms[CAN_TERMINATION_GPIO_ENABLED]) in can_set_termination()
447 priv->termination_const_cnt = ARRAY_SIZE(priv->termination_gpio_ohms); in can_get_termination()
448 priv->termination_const = priv->termination_gpio_ohms; in can_get_termination()
450 priv->termination_gpio_ohms[CAN_TERMINATION_GPIO_DISABLED] = in can_get_termination()
452 priv->termination_gpio_ohms[CAN_TERMINATION_GPIO_ENABLED] = term; in can_get_termination()
/linux-5.19.10/include/linux/can/
Ddev.h64 u16 termination_gpio_ohms[CAN_TERMINATION_GPIO_MAX]; member