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

Quelle  dev-sync-probe.h   Sprache: C

 
/* SPDX-License-Identifier: GPL-2.0 */

#ifndef DEV_SYNC_PROBE_H
#define DEV_SYNC_PROBE_H

#include <linux/completion.h>
#include <linux/notifier.h>
#include <linux/platform_device.h>

struct dev_sync_probe_data {
 struct platform_device *pdev;
 const char *name;

 /* Synchronize with probe */
 struct notifier_block bus_notifier;
 struct completion probe_completion;
 bool driver_bound;
};

void dev_sync_probe_init(struct dev_sync_probe_data *data);
int dev_sync_probe_register(struct dev_sync_probe_data *data,
       struct platform_device_info *pdevinfo);
void dev_sync_probe_unregister(struct dev_sync_probe_data *data);

#endif /* DEV_SYNC_PROBE_H */

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

¤ Dauer der Verarbeitung: 0.3 Sekunden  ¤

*© 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.