Home
last modified time | relevance | path

Searched refs:can_proto (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/include/linux/can/
Dcore.h37 struct can_proto { struct
46 extern int can_proto_register(const struct can_proto *cp); argument
47 extern void can_proto_unregister(const struct can_proto *cp);
/Linux-v4.19/net/can/
Daf_can.c81 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()
Draw.c865 static const struct can_proto raw_can_proto = {
Dbcm.c1682 static const struct can_proto bcm_can_proto = {