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

Quelle  ipmi_plat_data.h   Sprache: C

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

/*
 * Generic code to add IPMI platform devices.
 */


#include <linux/ipmi.h>

enum ipmi_plat_interface_type { IPMI_PLAT_IF_SI, IPMI_PLAT_IF_SSIF };

struct ipmi_plat_data {
 enum ipmi_plat_interface_type iftype;
 unsigned int type; /* si_type for si, SI_INVALID for others */
 unsigned int space; /* addr_space for si, intf# for ssif. */
 unsigned long addr;
 unsigned int regspacing;
 unsigned int regsize;
 unsigned int regshift;
 unsigned int irq;
 unsigned int slave_addr;
 enum ipmi_addr_src addr_source;
};

struct platform_device *ipmi_platform_add(const char *name, unsigned int inst,
       struct ipmi_plat_data *p);

Messung V0.5
C=96 H=97 G=96

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