/** * struct clk_fixup_mux - imx integer fixup multiplexer clock * @mux: the parent class * @ops: pointer to clk_ops of parent class * @fixup: a hook to fixup the write value * * The imx fixup multiplexer clock is a subclass of basic clk_mux * with an additional fixup hook.
*/ struct clk_fixup_mux { struct clk_mux mux; conststruct clk_ops *ops; void (*fixup)(u32 *val);
};
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.