Searched +defs:suffix +defs:y (Results  1 – 6 of 6) sorted by relevance
| /Linux-v5.15/arch/powerpc/include/asm/ | 
| D | inst.h | 49 	u32 suffix;  member66 #define ppc_inst_prefix(x, y) ((struct ppc_inst){ .val = (x), .suffix = (y) })  argument
 74 #define ppc_inst_prefix(x, y) ppc_inst(x)  argument
 101 static inline bool ppc_inst_equal(struct ppc_inst x, struct ppc_inst y)  in ppc_inst_equal()
 
 | 
| /Linux-v5.15/include/linux/ | 
| D | compiler_types.h | 55 # define __builtin_warning(x, y...) (1)  argument299 # define __compiletime_assert(condition, msg, prefix, suffix)		\  argument
 306 # define __compiletime_assert(condition, msg, prefix, suffix) do { } while (0)  argument
 309 #define _compiletime_assert(condition, msg, prefix, suffix) \  argument
 
 | 
| /Linux-v5.15/drivers/gpu/drm/vmwgfx/ | 
| D | vmwgfx_stdu.c | 374 	int x, y, ret;  in vmw_stdu_crtc_mode_set_nofb()  local501 	SVGA3dCmdSurfaceDMASuffix *suffix =  in vmw_stdu_bo_fifo_commit()  local
 1240 	SVGA3dCmdSurfaceDMASuffix *suffix = cmd;  in vmw_stdu_bo_populate_update()  local
 
 | 
| /Linux-v5.15/drivers/hid/ | 
| D | hid-input.c | 48 	__s32 y;  member1723 	const char *suffix = NULL;  in hidinput_allocate()  local
 
 | 
| D | hid-multitouch.c | 99 	__s32 *x, *y, *cx, *cy, *p, *w, *h, *a;  member1557 	const char *suffix = NULL;  in mt_input_configured()  local
 
 | 
| /Linux-v5.15/kernel/bpf/ | 
| D | btf.c | 1203 				   const char *suffix)  in btf_show_end_aggr_type()4181 	const struct btf_sec_info *y = b;  in btf_sec_info_cmp()  local
 
 |