Searched refs:can_proto (Results 1 – 4 of 4) sorted by relevance
37 struct can_proto { struct46 extern int can_proto_register(const struct can_proto *cp); argument47 extern void can_proto_unregister(const struct can_proto *cp);
81 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;110 static const struct can_proto *can_get_proto(int protocol) in can_get_proto()112 const struct can_proto *cp; in can_get_proto()123 static inline void can_put_proto(const struct can_proto *cp) in can_put_proto()132 const struct can_proto *cp; in can_create()767 int can_proto_register(const struct can_proto *cp) in can_proto_register()802 void can_proto_unregister(const struct can_proto *cp) in can_proto_unregister()
865 static const struct can_proto raw_can_proto = {
1682 static const struct can_proto bcm_can_proto = {