net/qrtr/af_qrtr.c
128
struct qrtr_endpoint *ep;
net/qrtr/af_qrtr.c
431
int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len)
net/qrtr/af_qrtr.c
581
int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid)
net/qrtr/af_qrtr.c
616
void qrtr_endpoint_unregister(struct qrtr_endpoint *ep)
net/qrtr/mhi.c
15
struct qrtr_endpoint ep;
net/qrtr/mhi.c
60
static int qcom_mhi_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb)
net/qrtr/qrtr.h
21
int (*xmit)(struct qrtr_endpoint *ep, struct sk_buff *skb);
net/qrtr/qrtr.h
26
int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid);
net/qrtr/qrtr.h
28
void qrtr_endpoint_unregister(struct qrtr_endpoint *ep);
net/qrtr/qrtr.h
30
int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len);
net/qrtr/smd.c
14
struct qrtr_endpoint ep;
net/qrtr/smd.c
40
static int qcom_smd_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb)
net/qrtr/tun.c
13
struct qrtr_endpoint ep;
net/qrtr/tun.c
19
static int qrtr_tun_send(struct qrtr_endpoint *ep, struct sk_buff *skb)