/linux/drivers/rpmsg/ |
H A D | rpmsg_core.c | 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 *ept, bool pause, u32 dst) in rpmsg_set_flow_control() 301 ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu() 479 struct rpmsg_endpoint *ept = NULL; in rpmsg_dev_probe() local
|
H A D | mtk_rpmsg.c | 56 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 D | qcom_smd.c | 167 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 …]
|
H A D | qcom_glink_native.c | 164 struct rpmsg_endpoint ept; member 1126 static int qcom_glink_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in qcom_glink_set_flow_control() 1328 struct rpmsg_endpoint *ept; in qcom_glink_create_ept() local 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()
|
H A D | rpmsg_char.c | 66 struct rpmsg_endpoint *ept; member 138 struct rpmsg_endpoint *ept; in rpmsg_eptdev_open() local
|
/linux/include/linux/ |
H A D | rpmsg.h | 59 struct rpmsg_endpoint *ept; member 235 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() 252 static inline int rpmsg_send(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_send() 260 static inline int rpmsg_sendto(struct rpmsg_endpoint *ept, void *data, int len, in rpmsg_sendto() 270 static inline int rpmsg_trysend(struct rpmsg_endpoint *ept, void *data, int len) in rpmsg_trysend() 278 static inline int rpmsg_trysendto(struct rpmsg_endpoint *ept, void *data, in rpmsg_trysendto() 287 static inline __poll_t rpmsg_poll(struct rpmsg_endpoint *ept, in rpmsg_poll() 296 static inline ssize_t rpmsg_get_mtu(struct rpmsg_endpoint *ept) in rpmsg_get_mtu() 304 static inline int rpmsg_set_flow_control(struct rpmsg_endpoint *ept, bool pause, u32 dst) in rpmsg_set_flow_control()
|
/linux/arch/x86/kernel/cpu/ |
H A D | feat_ctl.c | 28 u32 supported, funcs, ept, vpid, ign, low, high; in init_vmx_capabilities() local
|
/linux/drivers/net/wwan/ |
H A D | rpmsg_wwan_ctrl.c | 14 struct rpmsg_endpoint *ept; member
|
/linux/drivers/platform/chrome/ |
H A D | cros_ec_rpmsg.c | 49 struct rpmsg_endpoint *ept; member
|
/linux/arch/mips/fw/cfe/ |
H A D | cfe_api.c | 43 int cfe_init(u64 handle, u64 ept) in cfe_init()
|
/linux/drivers/soc/qcom/ |
H A D | pmic_glink.c | 30 struct rpmsg_endpoint *ept; member
|
/linux/drivers/cdx/controller/ |
H A D | mcdi.h | 78 struct rpmsg_endpoint *ept; member
|
/linux/drivers/remoteproc/ |
H A D | qcom_sysmon.c | 39 struct rpmsg_endpoint *ept; member
|
/linux/arch/x86/kvm/vmx/ |
H A D | capabilities.h | 69 u32 ept; member
|
/linux/drivers/net/wireless/ath/ath6kl/ |
H A D | txrx.c | 1311 enum htc_endpoint_id ept = packet->endpoint; in ath6kl_rx() local
|
/linux/arch/x86/kvm/mmu/ |
H A D | mmu.c | 5423 static void update_permission_bitmask(struct kvm_mmu *mmu, bool ept) in update_permission_bitmask()
|