Searched refs:qrtr_endpoint_post (Results 1 – 5 of 5) sorted by relevance
/linux/net/qrtr/ |
H A D | qrtr.h | 30 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len);
|
H A D | smd.c | 29 rc = qrtr_endpoint_post(&qdev->ep, data, len); in qcom_smd_qrtr_callback()
|
H A D | tun.c | 108 ret = qrtr_endpoint_post(&tun->ep, kbuf, len); in qrtr_tun_write_iter()
|
H A D | mhi.c | 30 rc = qrtr_endpoint_post(&qdev->ep, mhi_res->buf_addr, in qcom_mhi_qrtr_dl_callback()
|
H A D | af_qrtr.c | 435 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len) in qrtr_endpoint_post() function 549 EXPORT_SYMBOL_GPL(qrtr_endpoint_post);
|