Searched refs:name (Results 51 - 75 of 20991) sorted by relevance

1234567891011>>

/linux-master/include/linux/platform_data/
H A Dwkup_m3.h18 int (*assert_reset)(struct platform_device *pdev, const char *name);
19 int (*deassert_reset)(struct platform_device *pdev, const char *name);
/linux-master/tools/perf/arch/riscv64/annotate/
H A Dinstructions.c4 struct ins_ops *riscv64__associate_ins_ops(struct arch *arch, const char *name) argument
8 if (!strncmp(name, "jal", 3) ||
9 !strncmp(name, "jr", 2) ||
10 !strncmp(name, "call", 4))
12 else if (!strncmp(name, "ret", 3))
14 else if (name[0] == 'j' || name[0] == 'b')
19 arch__associate_ins_ops(arch, name, ops);
/linux-master/include/linux/
H A Dbtf_ids.h62 #define BTF_ID(prefix, name) \
63 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), "")
65 #define ____BTF_ID_FLAGS(prefix, name, flags) \
66 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__), ".long " #flags "\n")
67 #define __BTF_ID_FLAGS(prefix, name, flags, ...) \
68 ____BTF_ID_FLAGS(prefix, name, flags)
69 #define BTF_ID_FLAGS(prefix, name, ...) \
70 __BTF_ID_FLAGS(prefix, name, ##__VA_ARGS__, 0)
87 #define __BTF_ID_LIST(name, scope) \
90 "." #scope " " #name "; \
[all...]
H A Dsrcutree.h132 #define __SRCU_USAGE_INIT(name) \
134 .lock = __SPIN_LOCK_UNLOCKED(name.lock), \
136 .work = __DELAYED_WORK_INITIALIZER(name.work, NULL, 0), \
139 #define __SRCU_STRUCT_INIT_COMMON(name, usage_name) \
141 __SRCU_DEP_MAP_INIT(name)
143 #define __SRCU_STRUCT_INIT_MODULE(name, usage_name) \
145 __SRCU_STRUCT_INIT_COMMON(name, usage_name) \
148 #define __SRCU_STRUCT_INIT(name, usage_name, pcpu_name) \
151 __SRCU_STRUCT_INIT_COMMON(name, usage_name) \
158 * Note that although DEFINE_STATIC_SRCU() hides the name fro
[all...]
H A Dnotifier.h81 #define ATOMIC_INIT_NOTIFIER_HEAD(name) do { \
82 spin_lock_init(&(name)->lock); \
83 (name)->head = NULL; \
85 #define BLOCKING_INIT_NOTIFIER_HEAD(name) do { \
86 init_rwsem(&(name)->rwsem); \
87 (name)->head = NULL; \
89 #define RAW_INIT_NOTIFIER_HEAD(name) do { \
90 (name)->head = NULL; \
95 #define srcu_cleanup_notifier_head(name) \
96 cleanup_srcu_struct(&(name)
[all...]
H A Delfnote.h7 * including name-value pairs of metadata into the kernel binary (or
10 * Each note has three parts: a name, a type and a desc. The name is
13 * use in a section name. The type is an integer which is used to tag
14 * the data, and is considered to be within the "name" namespace (so
22 * PT_NOTE segment. Because notes for a given name are grouped into
34 * turn out to be the same size and shape), followed by the name and
42 #define ELFNOTE_START(name, type, flags) \
43 .pushsection .note.name, flags,@note ; \
48 1:.asciz #name ; \
[all...]
H A Dpci-ep-cfs.h15 struct config_group *pci_ep_cfs_add_epc_group(const char *name);
17 struct config_group *pci_ep_cfs_add_epf_group(const char *name);
20 static inline struct config_group *pci_ep_cfs_add_epc_group(const char *name) argument
29 static inline struct config_group *pci_ep_cfs_add_epf_group(const char *name) argument
H A Dmoduleparam.h10 module name. */
23 #define __MODULE_INFO(tag, name, info) \
24 static const char __UNIQUE_ID(name)[] \
28 #define __MODULE_PARM_TYPE(name, _type) \
29 __MODULE_INFO(parmtype, name##type, #name ":" _type)
70 const char *name; member in struct:kernel_param
103 * @name: the variable to alter, and exposed parameter name.
107 * @name become
[all...]
/linux-master/arch/s390/include/asm/
H A Dfpu-types.h39 #define DECLARE_KERNEL_FPU_ONSTACK(vxr_size, name) \
40 struct kernel_fpu_##vxr_size name __uninitialized
42 #define DECLARE_KERNEL_FPU_ONSTACK8(name) \
43 DECLARE_KERNEL_FPU_ONSTACK(8, name)
45 #define DECLARE_KERNEL_FPU_ONSTACK16(name) \
46 DECLARE_KERNEL_FPU_ONSTACK(16, name)
48 #define DECLARE_KERNEL_FPU_ONSTACK32(name) \
49 DECLARE_KERNEL_FPU_ONSTACK(32, name)
/linux-master/tools/include/linux/
H A Dbtf_ids.h58 #define BTF_ID(prefix, name) \
59 __BTF_ID(__ID(__BTF_ID__##prefix##__##name##__))
76 #define __BTF_ID_LIST(name, scope) \
79 "." #scope " " #name "; \n" \
80 #name ":; \n" \
83 #define BTF_ID_LIST(name) \
84 __BTF_ID_LIST(name, local) \
85 extern u32 name[];
87 #define BTF_ID_LIST_GLOBAL(name, n) \
88 __BTF_ID_LIST(name, glob
[all...]
/linux-master/fs/hpfs/
H A Ddentry.c22 if (l == 1) if (qstr->name[0]=='.') goto x;
23 if (l == 2) if (qstr->name[0]=='.' || qstr->name[1]=='.') goto x;
24 hpfs_adjust_length(qstr->name, &l);
25 /*if (hpfs_chk_name(qstr->name,&l))*/
32 hash = partial_name_hash(hpfs_upcase(hpfs_sb(dentry->d_sb)->sb_cp_table,qstr->name[i]), hash);
39 unsigned int len, const char *str, const struct qstr *name)
42 unsigned bl = name->len;
45 /*hpfs_adjust_length(b->name, &bl);*/
48 * 'str' is the nane of an already existing dentry, so the name
38 hpfs_compare_dentry(const struct dentry *dentry, unsigned int len, const char *str, const struct qstr *name) argument
[all...]
/linux-master/drivers/clk/berlin/
H A Dcommon.h12 const char *name; member in struct:berlin2_gate_data
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dbrcms_trace_events.h27 #define TRACE_EVENT(name, proto, ...) \
28 static inline void trace_ ## name(proto) {}
32 #define DEFINE_EVENT(evt_class, name, proto, ...) \
33 static inline void trace_ ## name(proto) {}
/linux-master/fs/proc/
H A Dutil.c6 const char *name = qstr->name; local
10 if (len > 1 && *name == '0')
13 unsigned c = *name++ - '0';
/linux-master/include/uapi/linux/
H A Duleds.h21 char name[LED_MAX_NAME_SIZE]; member in struct:uleds_user_dev
/linux-master/tools/build/feature/
H A Dtest-sdt.c6 DTRACE_PROBE(provider, name);
/linux-master/tools/testing/selftests/memfd/
H A Dcommon.h7 int sys_memfd_create(const char *name, unsigned int flags);
/linux-master/drivers/video/fbdev/via/
H A Dvia_aux_vt1621.c13 static const char *name = "VT1621(M) TV Encoder"; variable
21 .name = name};
27 printk(KERN_INFO "viafb: Found %s\n", name);
/linux-master/arch/arm/mach-omap2/
H A Dpowerdomains2xxx_3xxx_data.c43 .name = "gfx_pwrdm",
54 .voltdm = { .name = "core" },
58 .name = "wkup_pwrdm",
61 .voltdm = { .name = "wakeup" },
/linux-master/tools/perf/util/
H A Dfncache.h5 bool file_available(const char *name);
/linux-master/drivers/gpu/drm/i915/selftests/
H A Digt_atomic.h10 const char *name; member in struct:igt_atomic_section
/linux-master/include/linux/platform_data/x86/
H A Dclk-lpss.h14 const char *name; member in struct:lpss_clk_data
/linux-master/tools/perf/util/include/
H A Ddwarf-regs.h17 int get_arch_regnum(const char *name);
19 * get_dwarf_regnum - Returns DWARF regnum from register name
20 * name: architecture register name
23 int get_dwarf_regnum(const char *name, unsigned int machine);
27 static inline int get_dwarf_regnum(const char *name __maybe_unused,
37 * by its name. See kernel's regs_query_register_offset in
40 int regs_query_register_offset(const char *name);
/linux-master/drivers/accel/habanalabs/include/gaudi2/
H A Dgaudi2_async_ids_map_extended.h28 char name[64]; member in struct:gaudi2_async_events_ids_map
33 .name = "" },
35 .name = "" },
37 .name = "" },
39 .name = "" },
41 .name = "" },
43 .name = "" },
45 .name = "" },
47 .name = "" },
49 .name
[all...]
/linux-master/include/trace/events/
H A Dcma.h13 TP_PROTO(const char *name, unsigned long pfn, const struct page *page,
16 TP_ARGS(name, pfn, page, count),
19 __string(name, name)
26 __assign_str(name, name);
32 TP_printk("name=%s pfn=0x%lx page=%p count=%lu",
33 __get_str(name),
41 TP_PROTO(const char *name, unsigned long count, unsigned int align),
43 TP_ARGS(name, coun
[all...]

Completed in 364 milliseconds

1234567891011>>