Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/rpmsg/
H A Drpmsg_core.c129 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
134 EXPORT_SYMBOL(rpmsg_destroy_ept);
586 rpmsg_destroy_ept(ept); in rpmsg_dev_probe()
605 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()
/openbmc/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
/openbmc/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()
/openbmc/linux/drivers/net/wwan/
H A Drpmsg_wwan_ctrl.c53 rpmsg_destroy_ept(rpwwan->ept); in rpmsg_wwan_ctrl_stop()
/openbmc/linux/drivers/cdx/controller/
H A Dcdx_rpmsg.c158 rpmsg_destroy_ept(cdx_mcdi->ept); in cdx_rpmsg_remove()
/openbmc/linux/drivers/net/wireless/ath/wcn36xx/
H A Dmain.c1640 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe()
1660 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
/openbmc/linux/Documentation/staging/
H A Drpmsg.rst233 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);