#if IS_ENABLED(CONFIG_RPMSG_CHAR) /** * rpmsg_chrdev_eptdev_create() - register char device based on an endpoint * @rpdev: prepared rpdev to be used for creating endpoints * @parent: parent device * @chinfo: associated endpoint channel information. * * This function create a new rpmsg char endpoint device to instantiate a new * endpoint based on chinfo information.
*/ int rpmsg_chrdev_eptdev_create(struct rpmsg_device *rpdev, struct device *parent, struct rpmsg_channel_info chinfo);
/** * rpmsg_chrdev_eptdev_destroy() - destroy created char device endpoint. * @data: private data associated to the endpoint device * * This function destroys a rpmsg char endpoint device created by the RPMSG_DESTROY_EPT_IOCTL * control.
*/ int rpmsg_chrdev_eptdev_destroy(struct device *dev, void *data);
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.