Searched refs:ican3_send_msg (Results 1 – 1 of 1) sorted by relevance
| /Linux-v4.19/drivers/net/can/ |
| D | janz-ican3.c | 624 static int ican3_send_msg(struct ican3_dev *mod, struct ican3_msg *msg) in ican3_send_msg() function 668 return ican3_send_msg(mod, &msg); in ican3_msg_connect() 679 return ican3_send_msg(mod, &msg); in ican3_msg_disconnect() 694 ret = ican3_send_msg(mod, &msg); in ican3_msg_newhostif() 729 return ican3_send_msg(mod, &msg); in ican3_msg_fasthostif() 753 ret = ican3_send_msg(mod, &msg); in ican3_set_id_filter() 774 return ican3_send_msg(mod, &msg); in ican3_set_id_filter() 807 res = ican3_send_msg(mod, &msg); in ican3_set_bus_state() 817 return ican3_send_msg(mod, &msg); in ican3_set_bus_state() 834 res = ican3_send_msg(mod, &msg); in ican3_set_bus_state() [all …]
|