/** * struct i8255_regmap_config - Configuration for the register map of an i8255 * @parent: parent device * @map: regmap for the i8255 * @num_ppi: number of i8255 Programmable Peripheral Interface * @names: (optional) array of names for gpios * @domain: (optional) IRQ domain if the controller is interrupt-capable * * Note: The regmap is expected to have cache enabled and i8255 control * registers not marked as volatile.
*/ struct i8255_regmap_config { struct device *parent; struct regmap *map; int num_ppi; constchar *const *names; struct irq_domain *domain;
};
int devm_i8255_regmap_register(struct device *dev, conststruct i8255_regmap_config *config);
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.