Searched refs:can_proto_register (Results 1 - 6 of 6) sorted by relevance

/linux-master/include/linux/can/
H A Dcore.h47 extern int can_proto_register(const struct can_proto *cp);
/linux-master/net/can/
H A Daf_can.c724 * can_proto_register - register CAN transport protocol
733 int can_proto_register(const struct can_proto *cp) function
763 EXPORT_SYMBOL(can_proto_register); variable
H A Draw.c1085 err = can_proto_register(&raw_can_proto);
H A Dbcm.c1809 err = can_proto_register(&bcm_can_proto);
H A Disotp.c1722 err = can_proto_register(&isotp_can_proto);
/linux-master/net/can/j1939/
H A Dmain.c407 ret = can_proto_register(&j1939_can_proto);

Completed in 145 milliseconds