Searched refs:qrtr_endpoint (Results 1 – 4 of 4) sorted by relevance
20 struct qrtr_endpoint { struct21 int (*xmit)(struct qrtr_endpoint *ep, struct sk_buff *skb); argument26 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid); argument28 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep);30 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len);
14 struct qrtr_endpoint ep;40 static int qcom_smd_qrtr_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qcom_smd_qrtr_send()
13 struct qrtr_endpoint ep;19 static int qrtr_tun_send(struct qrtr_endpoint *ep, struct sk_buff *skb) in qrtr_tun_send()
122 struct qrtr_endpoint *ep;251 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len) in qrtr_endpoint_post()418 int qrtr_endpoint_register(struct qrtr_endpoint *ep, unsigned int nid) in qrtr_endpoint_register()451 void qrtr_endpoint_unregister(struct qrtr_endpoint *ep) in qrtr_endpoint_unregister()