Searched refs:rpmsg_create_ept (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/include/linux/ |
D | rpmsg.h | 121 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *, 172 static inline struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept() function
|
/kernel/linux/linux-5.10/drivers/rpmsg/ |
D | rpmsg_core.c | 63 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, in rpmsg_create_ept() function 72 EXPORT_SYMBOL(rpmsg_create_ept); 462 ept = rpmsg_create_ept(rpdev, rpdrv->callback, NULL, chinfo); in rpmsg_dev_probe()
|
D | rpmsg_char.c | 132 ept = rpmsg_create_ept(rpdev, rpmsg_ept_cb, eptdev, eptdev->chinfo); in rpmsg_eptdev_open()
|
/kernel/linux/linux-5.10/Documentation/staging/ |
D | rpmsg.rst | 195 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, 208 Simple rpmsg drivers need not call rpmsg_create_ept, because an endpoint 225 callback. If addr is RPMSG_ADDR_ANY, then rpmsg_create_ept will 237 to an rpmsg endpoint that was previously created with rpmsg_create_ept().
|
/kernel/linux/linux-5.10/drivers/soc/qcom/ |
D | wcnss_ctrl.c | 280 return rpmsg_create_ept(_wcnss->channel->rpdev, cb, priv, chinfo); in qcom_wcnss_open_channel()
|
/kernel/linux/linux-5.10/drivers/platform/chrome/ |
D | cros_ec_rpmsg.c | 211 return rpmsg_create_ept(rpdev, cros_ec_rpmsg_callback, NULL, chinfo); in cros_ec_rpmsg_create_ept()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch | 1961 * rpmsg_create_ept() - create a new rpmsg_endpoint 1963 @@ -71,6 +115,57 @@ struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpdev, 1965 EXPORT_SYMBOL(rpmsg_create_ept); 1984 + * callback. If @addr is RPMSG_ADDR_ANY, then rpmsg_create_ept will 2173 + ns_ept = rpmsg_create_ept(rpdev, rpmsg_ns_cb, NULL, ns_chinfo);
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
D | 0005_linux_include.patch | 13043 struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *, 13073 @@ -180,6 +237,16 @@ static inline struct rpmsg_endpoint *rpmsg_create_ept(struct rpmsg_device *rpd…
|