Home
last modified time | relevance | path

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

/linux/include/linux/
H A Drpmsg.h59 struct rpmsg_endpoint *ept; member
239 rpmsg_destroy_ept(struct rpmsg_endpoint * ept) rpmsg_destroy_ept() argument
256 rpmsg_send(struct rpmsg_endpoint * ept,void * data,int len) rpmsg_send() argument
264 rpmsg_sendto(struct rpmsg_endpoint * ept,void * data,int len,u32 dst) rpmsg_sendto() argument
274 rpmsg_send_offchannel(struct rpmsg_endpoint * ept,u32 src,u32 dst,void * data,int len) rpmsg_send_offchannel() argument
283 rpmsg_trysend(struct rpmsg_endpoint * ept,void * data,int len) rpmsg_trysend() argument
291 rpmsg_trysendto(struct rpmsg_endpoint * ept,void * data,int len,u32 dst) rpmsg_trysendto() argument
300 rpmsg_trysend_offchannel(struct rpmsg_endpoint * ept,u32 src,u32 dst,void * data,int len) rpmsg_trysend_offchannel() argument
309 rpmsg_poll(struct rpmsg_endpoint * ept,struct file * filp,poll_table * wait) rpmsg_poll() argument
318 rpmsg_get_mtu(struct rpmsg_endpoint * ept) rpmsg_get_mtu() argument
326 rpmsg_set_flow_control(struct rpmsg_endpoint * ept,bool pause,u32 dst) rpmsg_set_flow_control() argument
[all...]
/linux/drivers/rpmsg/
H 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()
H A Dvirtio_rpmsg_bus.c193 struct rpmsg_endpoint *ept = container_of(kref, struct rpmsg_endpoint, in __ept_release() local
209 struct rpmsg_endpoint *ept; in __rpmsg_create_ept() local
292 __rpmsg_destroy_ept(struct virtproc_info *vrp, struct rpmsg_endpoint *ept) in __rpmsg_destroy_ept()
307 static void virtio_rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in virtio_rpmsg_destroy_ept()
645 static int virtio_rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_send()
653 static int virtio_rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in virtio_rpmsg_sendto()
662 static int virtio_rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in virtio_rpmsg_trysend()
670 static int virtio_rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in virtio_rpmsg_trysendto()
679 static ssize_t virtio_rpmsg_get_mtu(struct rpmsg_endpoint *ept) in virtio_rpmsg_get_mtu()
690 struct rpmsg_endpoint *ept; in rpmsg_recv_single() local
/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c14 struct rpmsg_endpoint *ept; member
/linux/arch/mips/fw/cfe/
H A Dcfe_api.c43 int cfe_init(u64 handle, u64 ept) in cfe_init()
/linux/include/linux/cdx/
H A Dmcdi.h67 struct rpmsg_endpoint *ept; member
/linux/drivers/soc/qcom/
H A Dpmic_glink.c30 struct rpmsg_endpoint *ept; member
/linux/arch/x86/kvm/vmx/
H A Dcapabilities.h66 u32 ept; member
/linux/drivers/net/wireless/ath/ath6kl/
H A Dtxrx.c1311 enum htc_endpoint_id ept = packet->endpoint; in ath6kl_rx() local
/linux/drivers/edac/
H A Dversalnet_edac.c159 struct rpmsg_endpoint *ept; member
/linux/arch/x86/kvm/mmu/
H A Dmmu.c5447 static void update_permission_bitmask(struct kvm_mmu *mmu, bool ept) in update_permission_bitmask()