Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_modes.c1283 * @lh_a: list_head for first mode
1286 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
1290 * Negative if @lh_a is better than @lh_b, zero if they're equivalent, or
1291 * positive if @lh_b is better than @lh_a.
1293 static int drm_mode_compare(void *priv, const struct list_head *lh_a, in drm_mode_compare() argument
1296 struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head); in drm_mode_compare()
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_modes.c1829 * @lh_a: list_head for first mode
1832 * Compare two modes, given by @lh_a and @lh_b, returning a value indicating
1836 * Negative if @lh_a is better than @lh_b, zero if they're equivalent, or
1837 * positive if @lh_b is better than @lh_a.
1839 static int drm_mode_compare(void *priv, const struct list_head *lh_a, in drm_mode_compare() argument
1842 struct drm_display_mode *a = list_entry(lh_a, struct drm_display_mode, head); in drm_mode_compare()

Completed in 6 milliseconds