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

Quelle  realtek-mdio.h   Sprache: C

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

#ifndef _REALTEK_MDIO_H
#define _REALTEK_MDIO_H

#if IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO)

static inline int realtek_mdio_driver_register(struct mdio_driver *drv)
{
 return mdio_driver_register(drv);
}

static inline void realtek_mdio_driver_unregister(struct mdio_driver *drv)
{
 mdio_driver_unregister(drv);
}

int realtek_mdio_probe(struct mdio_device *mdiodev);
void realtek_mdio_remove(struct mdio_device *mdiodev);
void realtek_mdio_shutdown(struct mdio_device *mdiodev);

#else /* IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO) */

static inline int realtek_mdio_driver_register(struct mdio_driver *drv)
{
 return 0;
}

static inline void realtek_mdio_driver_unregister(struct mdio_driver *drv)
{
}

static inline int realtek_mdio_probe(struct mdio_device *mdiodev)
{
 return -ENOENT;
}

static inline void realtek_mdio_remove(struct mdio_device *mdiodev)
{
}

static inline void realtek_mdio_shutdown(struct mdio_device *mdiodev)
{
}

#endif /* IS_ENABLED(CONFIG_NET_DSA_REALTEK_MDIO) */

#endif /* _REALTEK_MDIO_H */

Messung V0.5
C=97 H=85 G=91

¤ Dauer der Verarbeitung: 0.11 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.