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

/solaris-x11-s12/open-src/kernel/drm/src/
H A Ddrm_modes.c983 * @lh_a: list_head for first mode
989 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
993 * Negative if @lh_a is better than @lh_b, zero if they're equivalent, or
994 * positive if @lh_b is better than @lh_a.
996 static int drm_mode_compare(struct list_head *lh_a, struct list_head *lh_b) argument
998 struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head);

Completed in 606 milliseconds