/* * Subsystem independent description of a videomode. * Can be generated from struct display_timing.
*/ struct videomode { unsignedlong pixelclock; /* pixelclock in Hz */
/** * videomode_from_timing - convert display timing to videomode * @dt: display_timing structure * @vm: return value * * DESCRIPTION: * This function converts a struct display_timing to a struct videomode.
*/ void videomode_from_timing(conststruct display_timing *dt, struct videomode *vm);
/** * videomode_from_timings - convert one display timings entry to videomode * @disp: structure with all possible timing entries * @vm: return value * @index: index into the list of display timings in devicetree * * DESCRIPTION: * This function converts one struct display_timing entry to a struct videomode.
*/ int videomode_from_timings(conststruct display_timings *disp, struct videomode *vm, unsignedint index);
#endif
Messung V0.5
¤ Dauer der Verarbeitung: 0.18 Sekunden
(vorverarbeitet)
¤
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.