Home
last modified time | relevance | path

Searched refs:rpmsg_create_ept (Results 1 – 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Drpmsg.h121 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/
Drpmsg_core.c63 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()
Drpmsg_char.c132 ept = rpmsg_create_ept(rpdev, rpmsg_ept_cb, eptdev, eptdev->chinfo); in rpmsg_eptdev_open()
/kernel/linux/linux-5.10/Documentation/staging/
Drpmsg.rst195 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/
Dwcnss_ctrl.c280 return rpmsg_create_ept(_wcnss->channel->rpdev, cb, priv, chinfo); in qcom_wcnss_open_channel()
/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_ec_rpmsg.c211 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/
D0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch1961 * 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/
D0005_linux_include.patch13043 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…