Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/bluetooth/
Dbtqcomsmd.c226 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_probe()
228 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_probe()
240 rpmsg_destroy_ept(btq->cmd_channel); in btqcomsmd_remove()
241 rpmsg_destroy_ept(btq->acl_channel); in btqcomsmd_remove()
/linux-4.19.296/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