Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/can/
H A 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);
/openbmc/linux/net/can/
H A 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()
733 int can_proto_register(const struct can_proto *cp) in can_proto_register()
769 void can_proto_unregister(const struct can_proto *cp) in can_proto_unregister()
H A Draw.c983 static const struct can_proto raw_can_proto = {
H A Dbcm.c1719 static const struct can_proto bcm_can_proto = {
H A Disotp.c1701 static const struct can_proto isotp_can_proto = {
/openbmc/linux/net/can/j1939/
H A Dj1939-priv.h342 extern const struct can_proto j1939_can_proto;
H A Dsocket.c1334 const struct can_proto j1939_can_proto = {