Home
last modified time | relevance | path

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

/linux-5.19.10/include/linux/can/
Dcore.h30 struct can_proto { struct
47 extern int can_proto_register(const struct can_proto *cp); argument
48 extern void can_proto_unregister(const struct can_proto *cp);
/linux-5.19.10/net/can/
Daf_can.c82 static const struct can_proto __rcu *proto_tab[CAN_NPROTO] __read_mostly;
96 static const struct can_proto *can_get_proto(int protocol) in can_get_proto()
98 const struct can_proto *cp; in can_get_proto()
109 static inline void can_put_proto(const struct can_proto *cp) in can_put_proto()
118 const struct can_proto *cp; in can_create()
742 int can_proto_register(const struct can_proto *cp) in can_proto_register()
778 void can_proto_unregister(const struct can_proto *cp) in can_proto_unregister()
Draw.c928 static const struct can_proto raw_can_proto = {
Dbcm.c1706 static const struct can_proto bcm_can_proto = {
Disotp.c1641 static const struct can_proto isotp_can_proto = {
/linux-5.19.10/net/can/j1939/
Dj1939-priv.h341 extern const struct can_proto j1939_can_proto;
Dsocket.c1314 const struct can_proto j1939_can_proto = {