Home
last modified time | relevance | path

Searched refs:rpmsg_destroy_ept (Results 1 – 9 of 9) sorted by relevance

/kernel/linux/linux-5.10/drivers/bluetooth/
Dbtqcomsmd.c178 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_probe()
180 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_probe()
192 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_remove()
193 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_remove()
/kernel/linux/linux-5.10/drivers/rpmsg/
Drpmsg_core.c82 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
87 EXPORT_SYMBOL(rpmsg_destroy_ept);
494 rpmsg_destroy_ept(ept); in rpmsg_dev_probe()
514 rpmsg_destroy_ept(rpdev->ept); in rpmsg_dev_remove()
Drpmsg_char.c87 rpmsg_destroy_ept(eptdev->ept); in rpmsg_eptdev_destroy()
153 rpmsg_destroy_ept(eptdev->ept); in rpmsg_eptdev_release()
/kernel/linux/linux-5.10/include/linux/
Drpmsg.h120 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
166 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
/kernel/linux/linux-5.10/drivers/platform/chrome/
Dcros_ec_rpmsg.c250 rpmsg_destroy_ept(ec_rpmsg->ept); in cros_ec_rpmsg_probe()
269 rpmsg_destroy_ept(ec_rpmsg->ept); in cros_ec_rpmsg_remove()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c1451 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe()
1471 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
/kernel/linux/linux-5.10/Documentation/staging/
Drpmsg.rst233 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0032_linux_drivers_regulator_remoteproc_reset_rpmsg_rtc.patch2019 * rpmsg_destroy_ept() - destroy an existing rpmsg endpoint
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/
D0005_linux_include.patch13042 void rpmsg_destroy_ept(struct rpmsg_endpoint *);