Home
last modified time | relevance | path

Searched defs:ept (Results 1 – 17 of 17) sorted by relevance

/linux-6.3-rc2/drivers/rpmsg/
A Drpmsg_core.c129 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()
154 int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
183 int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_sendto()
214 int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_send_offchannel()
243 int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
271 int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in rpmsg_trysendto()
290 __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, struct file *filp, in rpmsg_poll()
321 int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, u32 dst, in rpmsg_trysend_offchannel()
343 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu()
521 struct rpmsg_endpoint *ept = NULL; in rpmsg_dev_probe() local
A Dvirtio_rpmsg_bus.c199 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local
215 struct rpmsg_endpoint *ept; in __rpmsg_create_ept() local
298 __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) in __rpmsg_destroy_ept()
313 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in virtio_rpmsg_destroy_ept()
650 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_send()
658 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in virtio_rpmsg_sendto()
667 static int virtio_rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_send_offchannel()
683 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in virtio_rpmsg_trysendto()
692 static int virtio_rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in virtio_rpmsg_trysend_offchannel()
700 static ssize_t virtio_rpmsg_get_mtu(struct rpmsg_endpoint *ept) in virtio_rpmsg_get_mtu()
[all …]
A Dmtk_rpmsg.c56 struct rpmsg_endpoint ept; member
67 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __mtk_ept_release() local
75 struct rpmsg_endpoint *ept = &mept->ept; in mtk_rpmsg_ipi_handler() local
90 struct rpmsg_endpoint *ept; in __mtk_create_ept() local
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 *ept, void *data, int len) in mtk_rpmsg_send()
147 static int mtk_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in mtk_rpmsg_trysend()
A Dqcom_smd.c167 struct rpmsg_endpoint ept; member
416 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_set_callback() local
544 struct rpmsg_endpoint *ept = &channel->qsept->ept; in qcom_smd_channel_recv_single() local
896 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local
909 struct rpmsg_endpoint *ept; in qcom_smd_create_ept() local
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 *ept, void *data, int len) in qcom_smd_trysend()
977 static int qcom_smd_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_sendto()
984 static int qcom_smd_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_smd_trysendto()
[all …]
A Dqcom_glink_native.c151 struct rpmsg_endpoint ept; member
1174 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() local
1244 static void qcom_glink_destroy_ept(struct rpmsg_endpoint *ept) in qcom_glink_destroy_ept()
1389 static int qcom_glink_send(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_send()
1396 static int qcom_glink_trysend(struct rpmsg_endpoint *ept, void *data, int len) in qcom_glink_trysend()
1403 static int qcom_glink_sendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_sendto()
1410 static int qcom_glink_trysendto(struct rpmsg_endpoint *ept, void *data, int len, u32 dst) in qcom_glink_trysendto()
A Drpmsg_char.c64 struct rpmsg_endpoint *ept; member
122 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open() local
A Dqcom_glink_ssr.c50 struct rpmsg_endpoint *ept; member
/linux-6.3-rc2/include/linux/
A Drpmsg.h59 struct rpmsg_endpoint *ept; member
232 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept()
249 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send()
257 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto()
267 static inline int rpmsg_send_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_send_offchannel()
276 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend()
284 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto()
293 static inline int rpmsg_trysend_offchannel(struct rpmsg_endpoint *ept, u32 src, in rpmsg_trysend_offchannel()
302 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll()
311 static inline ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu()
/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dfeat_ctl.c27 u32 supported, funcs, ept, vpid, ign, low, high; in init_vmx_capabilities() local
/linux-6.3-rc2/drivers/net/wwan/
A Drpmsg_wwan_ctrl.c14 struct rpmsg_endpoint *ept; member
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_ec_rpmsg.c49 struct rpmsg_endpoint *ept; member
/linux-6.3-rc2/drivers/soc/qcom/
A Dpmic_glink.c18 struct rpmsg_endpoint *ept; member
/linux-6.3-rc2/arch/mips/fw/cfe/
A Dcfe_api.c43 int cfe_init(u64 handle, u64 ept) in cfe_init()
/linux-6.3-rc2/drivers/remoteproc/
A Dqcom_sysmon.c40 struct rpmsg_endpoint *ept; member
/linux-6.3-rc2/arch/x86/kvm/vmx/
A Dcapabilities.h72 u32 ept; member
/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dtxrx.c1311 enum htc_endpoint_id ept = packet->endpoint; in ath6kl_rx() local
/linux-6.3-rc2/arch/x86/kvm/mmu/
A Dmmu.c4908 static void update_permission_bitmask(struct kvm_mmu *mmu, bool ept) in update_permission_bitmask()

Completed in 61 milliseconds