Searched defs:can (Results 1 – 1 of 1) sorted by relevance
16 #define CAN_LOCK(can) rt_mutex_take(&(can->lock), RT_WAITING_FOREVER) argument17 #define CAN_UNLOCK(can) rt_mutex_release(&(can->lock)) argument22 struct rt_can_device *can; in rt_can_init() local41 rt_inline int _can_int_rx(struct rt_can_device *can, struct rt_can_msg *data, int msgs) in _can_int_rx()125 rt_inline int _can_int_tx(struct rt_can_device *can, const struct rt_can_msg *data, int msgs) in _can_int_tx()197 rt_inline int _can_int_tx_priv(struct rt_can_device *can, const struct rt_can_msg *data, int msgs) in _can_int_tx_priv()260 struct rt_can_device *can; in rt_can_open() local367 struct rt_can_device *can; in rt_can_close() local439 struct rt_can_device *can; in rt_can_read() local459 struct rt_can_device *can; in rt_can_write() local[all …]