Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/bluetooth/
A 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()
/linux-6.3-rc2/drivers/rpmsg/
A Drpmsg_core.c129 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
134 EXPORT_SYMBOL(rpmsg_destroy_ept);
565 rpmsg_destroy_ept(ept); in rpmsg_dev_probe()
584 rpmsg_destroy_ept(rpdev->ept); in rpmsg_dev_remove()
A Drpmsg_char.c82 rpmsg_destroy_ept(eptdev->ept); in rpmsg_chrdev_eptdev_destroy()
171 rpmsg_destroy_ept(eptdev->ept); in rpmsg_eptdev_release()
/linux-6.3-rc2/include/linux/
A Drpmsg.h175 void rpmsg_destroy_ept(struct rpmsg_endpoint *);
232 static inline void rpmsg_destroy_ept(struct rpmsg_endpoint *ept) in rpmsg_destroy_ept() function
/linux-6.3-rc2/drivers/platform/chrome/
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-6.3-rc2/drivers/net/wwan/
A Drpmsg_wwan_ctrl.c53 rpmsg_destroy_ept(rpwwan->ept); in rpmsg_wwan_ctrl_stop()
/linux-6.3-rc2/drivers/net/wireless/ath/wcn36xx/
A Dmain.c1640 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_probe()
1660 rpmsg_destroy_ept(wcn->smd_channel); in wcn36xx_remove()
/linux-6.3-rc2/Documentation/staging/
A Drpmsg.rst233 void rpmsg_destroy_ept(struct rpmsg_endpoint *ept);

Completed in 12 milliseconds