Searched refs:type_t (Results 1 – 2 of 2) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/include/ ! |
D | vector.h | 112 #define DAL_VECTOR_INSERT_AT(vector_type, type_t) \ argument 115 type_t what, \ 121 #define DAL_VECTOR_APPEND(vector_type, type_t) \ argument 124 type_t item) \ 133 #define DAL_VECTOR_AT_INDEX(vector_type, type_t) \ argument 134 static type_t vector_type##_vector_at_index( \ 141 #define DAL_VECTOR_SET_AT_INDEX(vector_type, type_t) \ argument 144 type_t what, \
|
/linux-6.1.9/include/linux/mlx5/ ! |
D | device.h | 145 #define MLX5_GET_BE(type_t, typ, p, fld) ({ \ argument 146 type_t tmp; \ 149 tmp = (__force type_t)MLX5_GET(typ, p, fld); \ 152 tmp = (__force type_t)cpu_to_be16(MLX5_GET(typ, p, fld)); \ 155 tmp = (__force type_t)cpu_to_be32(MLX5_GET(typ, p, fld)); \ 158 tmp = (__force type_t)MLX5_GET64_BE(typ, p, fld); \
|