Searched refs:can_proto (Results 1 – 4 of 4) sorted by relevance
36 struct can_proto { struct45 extern int can_proto_register(const struct can_proto *cp); argument46 extern void can_proto_unregister(const struct can_proto *cp);
85 static const struct can_proto *proto_tab[CAN_NPROTO] __read_mostly;118 static const struct can_proto *can_get_proto(int protocol) in can_get_proto()120 const struct can_proto *cp; in can_get_proto()131 static inline void can_put_proto(const struct can_proto *cp) in can_put_proto()140 const struct can_proto *cp; in can_create()771 int can_proto_register(const struct can_proto *cp) in can_proto_register()806 void can_proto_unregister(const struct can_proto *cp) in can_proto_unregister()
850 static const struct can_proto raw_can_proto = {
1608 static const struct can_proto bcm_can_proto = {