Symbol: NAME
arch/alpha/kernel/srm_env.c
29
#define NAME "srm_env" /* Module name */
drivers/char/nsc_gpio.c
21
#define NAME "nsc_gpio"
drivers/clocksource/scx200_hrt.c
21
#define NAME "scx200_hrt"
drivers/gpib/gpio/gpib_bitbang.c
30
#define NAME KBUILD_MODNAME
drivers/gpib/lpvo_usb_gpib/lpvo_usb_gpib.c
13
#define NAME KBUILD_MODNAME
drivers/gpu/drm/amd/amdgpu/amdgpu_utils.h
43
enum { NAME##_BITMAP_BITS = NAME##_COUNT * AMDGPU_CAP_ATTR_BITS }; \
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h
186
#define NAME(n) [n] = #n
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h
190
#undef NAME
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h
198
#define NAME(n) [SSPP_ ## n] = #n
drivers/gpu/drm/msm/disp/mdp5/mdp5_kms.h
204
#undef NAME
drivers/input/misc/kxtj9.c
15
#define NAME "kxtj9"
drivers/isdn/capi/capiutil.c
464
#define NAME (pnames[cmsg->par[cmsg->p]])
drivers/mtd/maps/scx200_docflash.c
21
#define NAME "scx200_docflash"
drivers/platform/x86/hp/hp-bioscfg/bioscfg.h
242
NAME = 0,
drivers/watchdog/it8712f_wdt.c
34
#define NAME "it8712f_wdt"
lib/zlib_inflate/inflate.h
24
NAME, /* i: waiting for end of file name (gzip) */
sound/parisc/harmony.c
70
#define NAME "harmony"
tools/perf/builtin-diff.c
1710
#define NAME (data__files_cnt > 2 ? buf : header)
tools/perf/builtin-diff.c
1721
#undef NAME
tools/perf/tests/thread-map.c
20
#define NAME (const char *) "perf"
tools/testing/selftests/bpf/prog_tests/dmabuf_iter.c
130
enum Fields { INODE, SIZE, NAME, EXPORTER, FIELD_COUNT };
tools/testing/selftests/bpf/uprobe_multi.c
27
#define NAME(name, idx) PASTE(name, idx)