Home
last modified time | relevance | path

Searched defs:b (Results 1 – 15 of 15) sorted by relevance

/gfx-drm/usr/src/uts/common/drm/
H A Ddrm_atomic.h77 #define set_bit(b, p) \ argument
81 #define clear_bit(b, p) \ argument
85 #define test_bit(b, p) \ argument
93 #define test_and_set_bit(b, p) \ argument
96 #define test_and_set_bit(b, p) \ argument
H A Ddrm_linux.h40 #define min(a, b) (((a) < (b)) ? (a) : (b)) argument
44 #define max(a, b) (((a) > (b)) ? (a) : (b)) argument
101 #define time_after(a,b) ((long)(b) - (long)(a) < 0) argument
102 #define time_after_eq(a,b) ((long)(a) - (long)(b) >= 0) argument
103 #define time_before_eq(a,b) time_after_eq(b,a) argument
104 #define time_in_range(a,b,c) \ argument
118 #define swap(a, b) \ argument
H A Ddrm_fourcc.h29 #define fourcc_code(a, b, c, d) ((__u32)(a) | ((__u32)(b) << 8) | \ argument
H A DdrmP.h182 #define DRM_MIN(a, b) ((a) < (b) ? (a) : (b)) argument
183 #define DRM_MAX(a, b) ((a) > (b) ? (a) : (b)) argument
/gfx-drm/usr/src/uts/common/sys/
H A Dgfx_private.h153 ulong_t a, b, c; member
/gfx-drm/usr/src/uts/common/io/drm/
H A Ddrm_dp_i2c_helper.c136 int b; in i2c_algo_dp_aux_xfer() local
H A Ddrm_sun_i2c.c30 #define mutex_lock_nested(a,b) mutex_enter(a) argument
H A Ddrm_sun_idr.c128 idr_compare(const void *a, const void *b) in idr_compare()
H A Ddrm_modes.c999 struct drm_display_mode *b = list_entry(lh_b, struct drm_display_mode, head); in drm_mode_compare() local
H A Ddrm_edid.c1434 bad_std_timing(u8 a, u8 b) in bad_std_timing()
/gfx-drm/usr/src/uts/intel/io/i915/
H A Dintel_bios.c124 const struct lvds_dvo_timing *b) in lvds_dvo_timing_equal_size()
H A Dintel_ddi.c427 #define ABS_DIFF(a, b) ((a > b) ? (a - b) : (b - a)) argument
511 uint64_t a, b, c, d, diff, diff_best; in wrpll_update_rnp() local
H A Di915_gem_debug.c433 top_bits_sort(const void *a, const void *b) in top_bits_sort()
H A Di915_reg.h39 #define _PIPE(pipe, a, b) ((a) + (pipe)*((b)-(a))) argument
40 #define _TRANSCODER(tran, a, b) ((a) + (tran)*((b)-(a))) argument
41 #define _PORT(port, a, b) ((a) + (port)*((b)-(a))) argument
/gfx-drm/usr/src/uts/intel/io/radeon/
H A Dradeon_state.c758 int x, int y, int w, int h, int r, int g, int b) in radeon_clear_box()