Home
last modified time | relevance | path

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

/linux/drivers/net/can/dev/
H A Ddev.c248 if (priv->restart_ms) in can_restart_now()
268 if (priv->restart_ms) in can_bus_off()
270 priv->restart_ms); in can_bus_off()
276 if (priv->restart_ms) in can_bus_off()
278 msecs_to_jiffies(priv->restart_ms)); in can_bus_off()
H A Dnetlink.c651 unsigned int restart_ms = nla_get_u32(data[IFLA_CAN_RESTART_MS]); in can_changelink() local
653 if (restart_ms != 0 && !priv->do_set_mode) { in can_changelink()
662 priv->restart_ms = restart_ms; in can_changelink()
1007 nla_put_u32(skb, IFLA_CAN_RESTART_MS, priv->restart_ms) || in can_fill_info()
/linux/include/linux/can/
H A Ddev.h71 int restart_ms; member
/linux/drivers/net/can/spi/
H A Dhi311x.c396 if (priv->can.restart_ms == 0) in hi3110_do_set_mode()
675 if (priv->can.restart_ms == 0) { in hi3110_can_ist()
H A Dmcp251x.c824 if (priv->can.restart_ms == 0) in mcp251x_do_set_mode()
1187 if (priv->can.restart_ms == 0) { in mcp251x_can_ist()
/linux/drivers/net/can/
H A Dgrcan.c639 if (!priv->can.restart_ms) in grcan_err()
683 if (priv->can.restart_ms && oldstate == CAN_STATE_BUS_OFF) { in grcan_err()
/linux/drivers/net/can/usb/kvaser_usb/
H A Dkvaser_usb_hydra.c966 if (priv->can.restart_ms == 0) in kvaser_usb_hydra_change_state()
972 if (priv->can.restart_ms && in kvaser_usb_hydra_change_state()