| /kernel/linux/linux-6.6/drivers/pinctrl/renesas/ |
| D | sh_pfc.h | 441 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 443 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument 445 #define PORT_GP_CFG_2(bank, fn, sfx, cfg) \ argument 448 #define PORT_GP_2(bank, fn, sfx) PORT_GP_CFG_2(bank, fn, sfx, 0) argument 450 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 454 #define PORT_GP_4(bank, fn, sfx) PORT_GP_CFG_4(bank, fn, sfx, 0) argument 456 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument 460 #define PORT_GP_6(bank, fn, sfx) PORT_GP_CFG_6(bank, fn, sfx, 0) argument 462 #define PORT_GP_CFG_7(bank, fn, sfx, cfg) \ argument 465 #define PORT_GP_7(bank, fn, sfx) PORT_GP_CFG_7(bank, fn, sfx, 0) argument [all …]
|
| D | pfc-emev2.c | 11 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 244 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument 253 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
|
| D | pfc-sh7734.c | 13 #define CPU_ALL_GP(fn, sfx) \ argument 22 #define _GP_DATA(bank, pin, name, sfx, cfg) \ argument 25 #define _GP_INOUTSEL(bank, pin, name, sfx, cfg) name##_IN, name##_OUT argument 26 #define _GP_INDT(bank, pin, name, sfx, cfg) name##_DATA argument
|
| /kernel/linux/linux-5.10/drivers/pinctrl/renesas/ |
| D | sh_pfc.h | 448 #define PORT_GP_CFG_1(bank, pin, fn, sfx, cfg) \ argument 450 #define PORT_GP_1(bank, pin, fn, sfx) PORT_GP_CFG_1(bank, pin, fn, sfx, 0) argument 452 #define PORT_GP_CFG_4(bank, fn, sfx, cfg) \ argument 457 #define PORT_GP_4(bank, fn, sfx) PORT_GP_CFG_4(bank, fn, sfx, 0) argument 459 #define PORT_GP_CFG_6(bank, fn, sfx, cfg) \ argument 463 #define PORT_GP_6(bank, fn, sfx) PORT_GP_CFG_6(bank, fn, sfx, 0) argument 465 #define PORT_GP_CFG_8(bank, fn, sfx, cfg) \ argument 469 #define PORT_GP_8(bank, fn, sfx) PORT_GP_CFG_8(bank, fn, sfx, 0) argument 471 #define PORT_GP_CFG_9(bank, fn, sfx, cfg) \ argument 474 #define PORT_GP_9(bank, fn, sfx) PORT_GP_CFG_9(bank, fn, sfx, 0) argument [all …]
|
| D | pfc-emev2.c | 12 #define CPU_ALL_PORT(fn, pfx, sfx) \ argument 245 #define __PIN_CFG(pn, pfx, sfx) SH_PFC_PIN_CFG(pfx, 0) argument 254 #define __PORT_DATA(pn, pfx, sfx) PINMUX_DATA(PORT##pfx##_DATA, PORT##pfx##_FN) argument
|
| D | pfc-sh7734.c | 14 #define CPU_ALL_GP(fn, sfx) \ argument 23 #define _GP_DATA(bank, pin, name, sfx, cfg) \ argument 26 #define _GP_INOUTSEL(bank, pin, name, sfx, cfg) name##_IN, name##_OUT argument 27 #define _GP_INDT(bank, pin, name, sfx, cfg) name##_DATA argument
|
| /kernel/linux/linux-6.6/arch/arm64/include/asm/ |
| D | cmpxchg.h | 21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument 64 #define __XCHG_GEN(sfx) \ argument 91 #define __xchg_wrapper(sfx, ptr, x) \ argument 146 #define __CMPXCHG_GEN(sfx) \ argument 175 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument 211 #define __CMPWAIT_CASE(w, sfx, sz) \ argument 236 #define __CMPWAIT_GEN(sfx) \ argument
|
| D | rwonce.h | 16 #define __LOAD_RCPC(sfx, regs...) \ argument 23 #define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs argument
|
| D | percpu.h | 66 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument 87 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
|
| D | atomic_lse.h | 248 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument
|
| D | atomic_ll_sc.h | 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
|
| /kernel/linux/linux-5.10/arch/arm64/include/asm/ |
| D | cmpxchg.h | 21 #define __XCHG_CASE(w, sfx, name, sz, mb, nop_lse, acq, acq_lse, rel, cl) \ argument 64 #define __XCHG_GEN(sfx) \ argument 92 #define __xchg_wrapper(sfx, ptr, x) \ argument 150 #define __CMPXCHG_GEN(sfx) \ argument 179 #define __cmpxchg_wrapper(sfx, ptr, o, n) \ argument 232 #define __CMPWAIT_CASE(w, sfx, sz) \ argument 257 #define __CMPWAIT_GEN(sfx) \ argument
|
| D | rwonce.h | 16 #define __LOAD_RCPC(sfx, regs...) \ argument 23 #define __LOAD_RCPC(sfx, regs...) "ldar" #sfx "\t" #regs argument
|
| D | percpu.h | 65 #define __PERCPU_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument 86 #define __PERCPU_RET_OP_CASE(w, sfx, name, sz, op_llsc, op_lse) \ argument
|
| D | atomic_ll_sc.h | 239 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, acq, rel, cl, constraint) \ argument
|
| D | atomic_lse.h | 340 #define __CMPXCHG_CASE(w, sfx, name, sz, mb, cl...) \ argument
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | btree-type.h | 2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument 3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
|
| /kernel/linux/linux-6.6/include/linux/ |
| D | btree-type.h | 2 #define __BTREE_TP(pfx, type, sfx) pfx ## type ## sfx argument 3 #define _BTREE_TP(pfx, type, sfx) __BTREE_TP(pfx, type, sfx) argument
|
| /kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
| D | cmpxchg.h | 16 #define XCHG_GEN(type, sfx, cl) \ argument 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ argument
|
| /kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
| D | cmpxchg.h | 16 #define XCHG_GEN(type, sfx, cl) \ argument 40 #define CMPXCHG_GEN(type, sfx, br, br2, cl) \ argument
|
| /kernel/linux/linux-6.6/sound/pci/emu10k1/ |
| D | emumixer.c | 77 #define PAIR_PS(base, one, two, sfx) base " " one sfx, base " " two sfx argument 78 #define LR_PS(base, sfx) PAIR_PS(base, "Left", "Right", sfx) argument 80 #define ADAT_PS(pfx, sfx) \ argument
|
| /kernel/linux/linux-5.10/sound/pci/hda/ |
| D | hda_auto_parser.c | 663 const char *pfx, *sfx = ""; in fill_audio_out_name() local
|
| /kernel/linux/linux-6.6/sound/pci/hda/ |
| D | hda_auto_parser.c | 659 const char *pfx, *sfx = ""; in fill_audio_out_name() local
|
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| D | libbpf_internal.h | 121 static inline bool str_has_sfx(const char *str, const char *sfx) in str_has_sfx()
|
| /kernel/linux/linux-6.6/tools/bpf/bpftool/ |
| D | gen.c | 88 const char *sfx = sfxs[i], *p; in get_map_ident() local
|