Home
last modified time | relevance | path

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

/linux/drivers/bluetooth/
H A Dbtqcomsmd.c193 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_probe()
195 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_probe()
207 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_remove()
208 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_remove()
/linux/drivers/rpmsg/
H A Drpmsg_core.c131 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
136 EXPORT_SYMBOL(rpmsg_destroy_ept);
588 rpmsg_destroy_ept(ept); in rpmsg_dev_probe()
607 rpmsg_destroy_ept(rpdev->ept); in rpmsg_dev_remove()
H A Drpmsg_char.c86 rpmsg_destroy_ept(eptdev->ept); in rpmsg_chrdev_eptdev_destroy()
188 rpmsg_destroy_ept(eptdev->ept); in rpmsg_eptdev_release()
/linux/include/linux/
H A Drpmsg.h180 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
239 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
/linux/drivers/platform/chrome/
H A Dcros_ec_rpmsg.c248 rpmsg_destroy_ept(ec_rpmsg->ept); in cros_ec_rpmsg_probe()
267 rpmsg_destroy_ept(ec_rpmsg->ept); in cros_ec_rpmsg_remove()
/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c53 rpmsg_destroy_ept(rpwwan->ept); in rpmsg_wwan_ctrl_stop()
/linux/drivers/cdx/controller/
H A Dcdx_rpmsg.c158 rpmsg_destroy_ept(cdx_mcdi->ept); in cdx_rpmsg_remove()
/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1644 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe()
1664 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
/linux/Documentation/staging/
H A Drpmsg.rst237 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);