Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Linux/drivers/rpmsg/   (Open Source Betriebssystem Version 6.17.9©)  Datei vom 24.10.2025 mit Größe 1 kB image not shown  

Quelle  rpmsg_char.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */
/*
 * Copyright (C) 2022, STMicroelectronics
 */


#ifndef __RPMSG_CHRDEV_H__
#define __RPMSG_CHRDEV_H__

#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);

#else  /*IS_ENABLED(CONFIG_RPMSG_CHAR) */

static inline int rpmsg_chrdev_eptdev_create(struct rpmsg_device *rpdev, struct device *parent,
          struct rpmsg_channel_info chinfo)
{
 return -ENXIO;
}

static inline int rpmsg_chrdev_eptdev_destroy(struct device *dev, void *data)
{
 return -ENXIO;
}

#endif /*IS_ENABLED(CONFIG_RPMSG_CHAR) */

#endif /*__RPMSG_CHRDEV_H__ */

Messung V0.5
C=91 H=100 G=95

¤ Dauer der Verarbeitung: 0.12 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

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.