Lines Matching +full:display +full:- +full:timings
4 * SPDX-License-Identifier: GPL-2.0+
14 * Display uclass platform data for each device
16 * @source_id: ID for the source of the display data, typically a video
19 * @in_use: Display is being used
28 * display_read_timing() - Read timing information
31 * @return 0 if OK, -ve on error
36 * display_port_enable() - Enable a display port device
40 * @timing: Display timings
41 * @return 0 if OK, -ve on error
47 * display_in_use() - Check if a display is in use by any device
56 * read_timing() - Read information directly
59 * @timing: Display timings
60 * @return 0 if OK, -ve on error
65 * read_edid() - Read information from EDID
75 * enable() - Enable the display port device
79 * @timing: Display timings
80 * @return 0 if OK, -ve on error
86 #define display_get_ops(dev) ((struct dm_display_ops *)(dev)->driver->ops)