Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/rpmsg/
Drpmsg_char.c81 static int rpmsg_eptdev_destroy(struct device *dev, void *data) in rpmsg_eptdev_destroy() function
283 return rpmsg_eptdev_destroy(&eptdev->dev, NULL); in rpmsg_eptdev_ioctl()
533 ret = device_for_each_child(&ctrldev->dev, NULL, rpmsg_eptdev_destroy); in rpmsg_chrdev_remove()