Home
last modified time | relevance | path

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

/linux/drivers/net/can/dev/
H A Ddev.c406 int can_set_static_ctrlmode(struct net_device *dev, u32 static_mode) in can_set_static_ctrlmode() argument
411 if (priv->ctrlmode_supported & static_mode) { in can_set_static_ctrlmode()
416 priv->ctrlmode = static_mode; in can_set_static_ctrlmode()
/linux/include/linux/can/
H A Ddev.h121 u32 static_mode);