Symbol: name
arch/powerpc/kernel/eeh_driver.c
281
driver->name,
arch/powerpc/kernel/eeh_driver.c
299
static void eeh_pe_report(const char *name, struct eeh_pe *root,
arch/powerpc/kernel/eeh_driver.c
305
pr_info("EEH: Beginning: '%s'\n", name);
arch/powerpc/kernel/eeh_driver.c
311
name, pci_ers_result_name(*result));
arch/powerpc/kernel/eeh_driver.c
313
pr_info("EEH: Finished:'%s'", name);
arch/powerpc/kernel/eeh_driver.c
333
driver->name);
arch/powerpc/kernel/eeh_driver.c
355
eeh_edev_info(edev, "Invoking %s->mmio_enabled()", driver->name);
arch/powerpc/kernel/eeh_driver.c
375
eeh_edev_info(edev, "Invoking %s->slot_reset()", driver->name);
arch/powerpc/kernel/eeh_driver.c
429
eeh_edev_info(edev, "Invoking %s->resume()", driver->name);
arch/powerpc/kernel/eeh_driver.c
458
driver->name);
drivers/gpu/drm/i915/selftests/i915_selftest.c
55
#define selftest(name, func) mock_##name,
drivers/gpu/drm/i915/selftests/i915_selftest.c
55
#define selftest(name, func) mock_##name,
drivers/gpu/drm/i915/selftests/i915_selftest.c
61
#define selftest(name, func) live_##name,
drivers/gpu/drm/i915/selftests/i915_selftest.c
61
#define selftest(name, func) live_##name,
drivers/gpu/drm/i915/selftests/i915_selftest.c
67
#define selftest(name, func) perf_##name,
drivers/gpu/drm/i915/selftests/i915_selftest.c
67
#define selftest(name, func) perf_##name,
drivers/scsi/aic7xxx/queue.h
108
struct name { \
drivers/scsi/aic7xxx/queue.h
169
struct name { \
drivers/scsi/aic7xxx/queue.h
250
struct name { \
drivers/scsi/aic7xxx/queue.h
315
struct name { \
drivers/scsi/aic7xxx/queue.h
406
struct name { \
fs/erofs/zdata.c
23
struct name { \
include/linux/bsg-lib.h
67
struct request_queue *bsg_setup_queue(struct device *dev, const char *name,
include/linux/btf_ids.h
261
#define BTF_SOCK_TYPE(name, str) name,
include/linux/btf_ids.h
261
#define BTF_SOCK_TYPE(name, str) name,
include/linux/btf_ids.h
276
#define BTF_TRACING_TYPE(name, type) name,
include/linux/btf_ids.h
276
#define BTF_TRACING_TYPE(name, type) name,
include/linux/hte.h
101
const char *name;
include/linux/hte.h
164
const char *name;
include/linux/hte.h
189
unsigned long edge_flags, const char *name,
include/linux/hte.h
218
const char *name, void *data)
include/linux/trace_events.h
243
int trace_output_call(struct trace_iterator *iter, char *name, char *fmt, ...)
include/linux/trace_events.h
274
const char *name;
include/linux/trace_events.h
368
const char *name;
include/linux/trace_events.h
461
return call->name;
include/linux/trace_events.h
465
return call->name;
include/linux/trace_events.h
520
extern int synth_event_delete(const char *name);
include/linux/trace_events.h
526
const char *name,
include/linux/trace_events.h
529
#define synth_event_gen_cmd_start(cmd, name, mod, ...) \
include/linux/trace_events.h
530
__synth_event_gen_cmd_start(cmd, name, mod, ## __VA_ARGS__, NULL)
include/linux/trace_events.h
534
const char *name;
include/linux/trace_events.h
538
const char *name,
include/linux/trace_events.h
542
extern int synth_event_create(const char *name,
include/linux/trace_events.h
548
const char *name);
include/linux/trace_events.h
584
extern int kprobe_event_delete(const char *name);
include/linux/trace_events.h
589
#define kprobe_event_gen_cmd_start(cmd, name, loc, ...) \
include/linux/trace_events.h
590
__kprobe_event_gen_cmd_start(cmd, false, name, loc, ## __VA_ARGS__, NULL)
include/linux/trace_events.h
592
#define kretprobe_event_gen_cmd_start(cmd, name, loc, ...) \
include/linux/trace_events.h
593
__kprobe_event_gen_cmd_start(cmd, true, name, loc, ## __VA_ARGS__, NULL)
include/linux/trace_events.h
597
const char *name,
include/linux/trace_events.h
693
#define __TRACE_EVENT_FLAGS(name, value) \
include/linux/trace_events.h
699
early_initcall(trace_init_flags_##name);
include/linux/trace_events.h
701
#define __TRACE_EVENT_PERF_PERM(name, expr...) \
include/linux/trace_events.h
707
static int __init trace_init_perf_perm_##name(void) \
include/linux/usb/role.h
47
const char *name;
include/net/sctp/sm.h
63
const char *name;
include/net/xdp.h
591
#define XDP_METADATA_KFUNC(name, _, __, ___) name,
include/net/xdp.h
591
#define XDP_METADATA_KFUNC(name, _, __, ___) name,
net/wireless/nl80211.c
18035
#define SELECTOR(_, name, value) NL80211_IFL_SEL_##name,
net/wireless/nl80211.c
18035
#define SELECTOR(_, name, value) NL80211_IFL_SEL_##name,
sound/pci/intel8x0.c
75
ICH_REG_##name##_BDBAR = base + 0x0, /* dword - buffer descriptor list base address */ \
sound/pci/intel8x0.c
76
ICH_REG_##name##_CIV = base + 0x04, /* byte - current index value */ \
sound/pci/intel8x0.c
77
ICH_REG_##name##_LVI = base + 0x05, /* byte - last valid index */ \
sound/pci/intel8x0.c
78
ICH_REG_##name##_SR = base + 0x06, /* byte - status register */ \
sound/pci/intel8x0.c
79
ICH_REG_##name##_PICB = base + 0x08, /* word - position in current buffer */ \
sound/pci/intel8x0.c
80
ICH_REG_##name##_PIV = base + 0x0a, /* byte - prefetched index value */ \
sound/pci/intel8x0.c
81
ICH_REG_##name##_CR = base + 0x0b, /* byte - control register */ \
sound/pci/intel8x0m.c
53
ICH_REG_##name##_BDBAR = base + 0x0, /* dword - buffer descriptor list base address */ \
sound/pci/intel8x0m.c
54
ICH_REG_##name##_CIV = base + 0x04, /* byte - current index value */ \
sound/pci/intel8x0m.c
55
ICH_REG_##name##_LVI = base + 0x05, /* byte - last valid index */ \
sound/pci/intel8x0m.c
56
ICH_REG_##name##_SR = base + 0x06, /* byte - status register */ \
sound/pci/intel8x0m.c
57
ICH_REG_##name##_PICB = base + 0x08, /* word - position in current buffer */ \
sound/pci/intel8x0m.c
58
ICH_REG_##name##_PIV = base + 0x0a, /* byte - prefetched index value */ \
sound/pci/intel8x0m.c
59
ICH_REG_##name##_CR = base + 0x0b, /* byte - control register */ \
sound/pci/via82xx.c
165
VIA_REG_##name##_STATUS = (val),\
sound/pci/via82xx.c
166
VIA_REG_##name##_CONTROL = (val) + 0x01,\
sound/pci/via82xx.c
167
VIA_REG_##name##_TYPE = (val) + 0x02,\
sound/pci/via82xx.c
168
VIA_REG_##name##_TABLE_PTR = (val) + 0x04,\
sound/pci/via82xx.c
169
VIA_REG_##name##_CURR_PTR = (val) + 0x04,\
sound/pci/via82xx.c
170
VIA_REG_##name##_STOP_IDX = (val) + 0x08,\
sound/pci/via82xx.c
171
VIA_REG_##name##_CURR_COUNT = (val) + 0x0c,\
sound/pci/via82xx_modem.c
101
VIA_REG_##name##_STATUS = (val),\
sound/pci/via82xx_modem.c
102
VIA_REG_##name##_CONTROL = (val) + 0x01,\
sound/pci/via82xx_modem.c
103
VIA_REG_##name##_TYPE = (val) + 0x02,\
sound/pci/via82xx_modem.c
104
VIA_REG_##name##_TABLE_PTR = (val) + 0x04,\
sound/pci/via82xx_modem.c
105
VIA_REG_##name##_CURR_PTR = (val) + 0x04,\
sound/pci/via82xx_modem.c
106
VIA_REG_##name##_STOP_IDX = (val) + 0x08,\
sound/pci/via82xx_modem.c
107
VIA_REG_##name##_CURR_COUNT = (val) + 0x0c,\
tools/include/linux/btf_ids.h
196
#define BTF_SOCK_TYPE(name, str) name,
tools/include/linux/btf_ids.h
196
#define BTF_SOCK_TYPE(name, str) name,
tools/include/linux/btf_ids.h
211
#define BTF_TRACING_TYPE(name, type) name,
tools/include/linux/btf_ids.h
211
#define BTF_TRACING_TYPE(name, type) name,
tools/lib/bpf/libbpf.h
1803
const char *name;
tools/lib/bpf/libbpf.h
1810
const char *name;
tools/lib/bpf/libbpf.h
1818
const char *name;
tools/lib/bpf/libbpf.h
1842
const char *name;
tools/testing/selftests/bpf/xsk.h
28
struct name { \
tools/testing/vsock/util.h
20
#define x(name, symbol) \
tools/testing/vsock/util.h
21
TRANSPORT_##name = BIT(__COUNTER__ - TRANSPORT_COUNTER_BASE),