Home
last modified time | relevance | path

Searched refs:rpmsg_endpoint (Results 1 – 20 of 20) sorted by relevance

/linux/include/linux/
H A Drpmsg.h24 struct rpmsg_endpoint;
59 struct rpmsg_endpoint *ept;
70 * struct rpmsg_endpoint - binds a local rpmsg address to its user
93 struct rpmsg_endpoint { struct
180 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
181 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *,
185 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
186 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
188 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
189 int rpmsg_trysendto(struct rpmsg_endpoint *ep
102 opsrpmsg_endpoint global() argument
[all...]
/linux/drivers/rpmsg/
H A Drpmsg_internal.h40 struct rpmsg_endpoint *(*create_ept)(struct rpmsg_device *rpdev,
49 * struct rpmsg_endpoint_ops - indirection table for rpmsg_endpoint operations
64 void (*destroy_ept)(struct rpmsg_endpoint *ept);
66 int (*send)(struct rpmsg_endpoint *ept, void *data, int len);
67 int (*sendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
69 int (*trysend)(struct rpmsg_endpoint *ept, void *data, int len);
70 int (*trysendto)(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
71 __poll_t (*poll)(struct rpmsg_endpoint *ept, struct file *filp,
73 int (*set_flow_control)(struct rpmsg_endpoint *ept, bool pause, u32 dst);
74 ssize_t (*get_mtu)(struct rpmsg_endpoint *ep
[all...]
H A Dmtk_rpmsg.c19 struct rpmsg_endpoint *ns_ept;
56 struct rpmsg_endpoint ept;
67 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __mtk_ept_release()
75 struct rpmsg_endpoint *ept = &mept->ept; in mtk_rpmsg_ipi_handler()
84 static struct rpmsg_endpoint *
90 struct rpmsg_endpoint *ept; in __mtk_create_ept()
119 static struct rpmsg_endpoint *
129 static void mtk_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in mtk_rpmsg_destroy_ept()
138 static int mtk_rpmsg_send(struct rpmsg_endpoint *ep
[all...]
H A Drpmsg_core.c73 * rpmsg_create_ept() - create a new rpmsg_endpoint
81 * appropriate callback handler) by means of an rpmsg_endpoint struct.
112 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept()
131 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()
156 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
185 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_sendto()
213 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
241 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto()
260 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll()
280 int rpmsg_set_flow_control(struct rpmsg_endpoint *ep
[all...]
H A Dqcom_smd.c167 struct rpmsg_endpoint ept;
416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback()
544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single()
896 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release()
901 static struct rpmsg_endpoint *qcom_smd_create_ept(struct rpmsg_device *rpdev, in qcom_smd_create_ept()
909 struct rpmsg_endpoint *ept; in qcom_smd_create_ept()
953 static void qcom_smd_destroy_ept(struct rpmsg_endpoint *ept) in qcom_smd_destroy_ept()
963 static int qcom_smd_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_smd_send()
970 static int qcom_smd_trysend(struct rpmsg_endpoint *ep
[all...]
H A Drpmsg_char.c66 struct rpmsg_endpoint *ept;
67 struct rpmsg_endpoint *default_ept;
138 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open()
H A Dqcom_glink_native.c164 struct rpmsg_endpoint ept;
1126 static int qcom_glink_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in qcom_glink_set_flow_control()
1319 static struct rpmsg_endpoint *qcom_glink_create_ept(struct rpmsg_device *rpdev, in qcom_glink_create_ept()
1328 struct rpmsg_endpoint *ept; in qcom_glink_create_ept()
1398 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept()
1543 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send()
1550 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
1557 static int qcom_glink_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_sendto()
1564 static int qcom_glink_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_trysendto()
/linux/include/linux/soc/qcom/
H A Dwcnss_ctrl.h9 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name,
14 static struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, in qcom_wcnss_open_channel()
/linux/drivers/bluetooth/
H A Dbtqcomsmd.c23 struct rpmsg_endpoint *acl_channel;
24 struct rpmsg_endpoint *cmd_channel;
/linux/Documentation/staging/
H A Drpmsg.rst71 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len);
91 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst);
115 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len);
132 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst)
153 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev,
159 appropriate callback handler) by means of an rpmsg_endpoint struct.
191 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
/linux/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c49 struct rpmsg_endpoint *ept;
200 static struct rpmsg_endpoint *
/linux/drivers/soc/qcom/
H A Dwcnss_ctrl.c37 struct rpmsg_endpoint *channel;
278 struct rpmsg_endpoint *qcom_wcnss_open_channel(void *wcnss, const char *name, rpmsg_rx_cb_t cb, void *priv) in qcom_wcnss_open_channel()
H A Dsmd-rpm.c28 struct rpmsg_endpoint *rpm_channel;
H A Dpmic_glink.c30 struct rpmsg_endpoint *ept;
H A Dapr.c28 struct rpmsg_endpoint *ch;
/linux/net/qrtr/
H A Dsmd.c15 struct rpmsg_endpoint *channel;
/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c14 struct rpmsg_endpoint *ept;
/linux/drivers/cdx/controller/
H A Dmcdi.h78 struct rpmsg_endpoint *ept;
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dwcn36xx.h237 struct rpmsg_endpoint *smd_channel;
/linux/drivers/remoteproc/
H A Dqcom_sysmon.c39 struct rpmsg_endpoint *ept;