Home
last modified time | relevance | path

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

/include/linux/can/
Dlength.h137 static inline u8 can_get_cc_dlc(const struct can_frame *cf, const u32 ctrlmode) in can_get_cc_dlc() argument
140 if ((ctrlmode & CAN_CTRLMODE_CC_LEN8_DLC) && in can_get_cc_dlc()
151 const u32 ctrlmode) in can_frame_set_cc_len() argument
154 if (ctrlmode & CAN_CTRLMODE_CC_LEN8_DLC && dlc > CAN_MAX_DLEN) in can_frame_set_cc_len()
Ddev.h70 u32 ctrlmode; /* current options setting */ member
107 priv->ctrlmode = static_mode; in can_set_static_ctrlmode()