/* SPDX-License-Identifier: GPL-2.0-only */ /* * Copyright (C) 2015 Texas Instruments Incorporated - https://www.ti.com/ * Andrew F. Davis <afd@ti.com> * * Based on the TPS65912 driver
*/
/** * struct tps65086 - state holder for the tps65086 driver * * Device data may be used to access the TPS65086 chip
*/ struct tps65086 { struct device *dev; struct regmap *regmap; unsignedint chip_id; conststruct tps65086_regulator_config *reg_config;
/* IRQ Data */ int irq; struct regmap_irq_chip_data *irq_data;
};
#endif/* __LINUX_MFD_TPS65086_H */
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.13 Sekunden
(vorverarbeitet am 2026-06-07)
¤
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.