Searched refs:lh_b (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/sys/dev/drm2/
H A Ddrm_modes.c887 * @lh_b: list_head for second mode
892 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
896 * Negative if @lh_a is better than @lh_b, zero if they're equivalent, or
897 * positive if @lh_b is better than @lh_a.
899 static int drm_mode_compare(void *priv, struct list_head *lh_a, struct list_head *lh_b) argument
902 struct drm_display_mode *b = list_entry(lh_b, struct drm_display_mode, head);

Completed in 127 milliseconds