Lines Matching defs:modes
278 INIT_LIST_HEAD(&connector->modes);
562 list_for_each_entry_safe(mode, t, &connector->modes, head)
1211 * becomes completely black). The list of available modes may have
1445 * slider-switch, offer always on / off modes.
1778 * @num_modes: number of different TV formats (modes) supported
1779 * @modes: array of pointers to strings containing name of each format
1795 const char * const modes[])
1826 * Other, TV specific properties: margins & TV modes.
1840 i, modes[i]);
1882 * @supported_tv_modes: Bitmask of TV modes supported (See DRM_MODE_TV_MODE_*)
2389 * hotplug uevent for userspace to re-check the valid modes through
2842 const struct list_head *modes,
2847 * modes, don't expose them.
2852 * If user-space hasn't configured the driver to expose the modes
2855 * while preparing the list of user-modes.
2860 list_for_each_entry(mode_itr, modes, head) {
2937 /* delayed so we get modes regardless of pre-fill_modes state */
2938 list_for_each_entry(mode, &connector->modes, head) {
2941 if (drm_mode_expose_to_userspace(mode, &connector->modes,
2955 list_for_each_entry(mode, &connector->modes, head) {
2964 * Reset aspect ratio flags of user-mode, if modes with
2975 * the modes for the next time around.
2977 list_for_each_entry_continue(mode, &connector->modes, head)
2988 list_for_each_entry(mode, &connector->modes, head)