Searched refs:qrtr_endpoint_post (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/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 | mhi.c | 30 rc = qrtr_endpoint_post(&qdev->ep, mhi_res->buf_addr, in qcom_mhi_qrtr_dl_callback()
|
H A D | tun.c | 108 ret = qrtr_endpoint_post(&tun->ep, kbuf, len); in qrtr_tun_write_iter()
|
H A D | af_qrtr.c | 420 * qrtr_endpoint_post() - post incoming data 427 int qrtr_endpoint_post(struct qrtr_endpoint *ep, const void *data, size_t len) in qrtr_endpoint_post() function 538 EXPORT_SYMBOL_GPL(qrtr_endpoint_post); variable
|
/kernel/linux/linux-6.6/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 | mhi.c | 30 rc = qrtr_endpoint_post(&qdev->ep, mhi_res->buf_addr, in qcom_mhi_qrtr_dl_callback()
|
H A D | tun.c | 108 ret = qrtr_endpoint_post(&tun->ep, kbuf, len); in qrtr_tun_write_iter()
|
H A D | af_qrtr.c | 428 * qrtr_endpoint_post() - post incoming data 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); variable
|
Completed in 6 milliseconds