Home
last modified time | relevance | path

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

/linux-4.4.14/include/linux/can/
Dcore.h36 struct can_proto { struct
45 extern int can_proto_register(const struct can_proto *cp); argument
46 extern void can_proto_unregister(const struct can_proto *cp);
/linux-4.4.14/net/can/
Daf_can.c85 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()
Draw.c850 static const struct can_proto raw_can_proto = {
Dbcm.c1608 static const struct can_proto bcm_can_proto = {