Home
last modified time | relevance | path

Searched refs:__name (Results 1 – 25 of 39) sorted by relevance

12

/linux-6.1.9/tools/perf/util/
Drb_resort.h55 #define DEFINE_RESORT_RB(__name, __comp, ...) \ argument
56 struct __name##_sorted_entry { \
60 static void __name##_sorted__init_entry(struct rb_node *nd, \
61 struct __name##_sorted_entry *entry); \
63 static int __name##_sorted__cmp(struct rb_node *nda, struct rb_node *ndb) \
65 struct __name##_sorted_entry *a, *b; \
66 a = rb_entry(nda, struct __name##_sorted_entry, rb_node); \
67 b = rb_entry(ndb, struct __name##_sorted_entry, rb_node); \
71 struct __name##_sorted { \
73 struct __name##_sorted_entry nd[0]; \
[all …]
/linux-6.1.9/drivers/gpu/drm/i915/gt/
Dintel_gt_debugfs.h13 #define __GT_DEBUGFS_ATTRIBUTE_FOPS(__name) \ argument
14 static const struct file_operations __name ## _fops = { \
16 .open = __name ## _open, \
22 #define DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE(__name) \ argument
23 static int __name ## _open(struct inode *inode, struct file *file) \
25 return single_open(file, __name ## _show, inode->i_private); \
27 __GT_DEBUGFS_ATTRIBUTE_FOPS(__name)
29 #define DEFINE_INTEL_GT_DEBUGFS_ATTRIBUTE_WITH_SIZE(__name, __size_vf) \ argument
30 static int __name ## _open(struct inode *inode, struct file *file) \
32 return single_open_size(file, __name ## _show, inode->i_private, \
[all …]
/linux-6.1.9/drivers/net/wireless/ralink/rt2x00/
Drt2x00debug.c409 #define RT2X00DEBUGFS_OPS_READ(__name, __format, __type) \ argument
410 static ssize_t rt2x00debug_read_##__name(struct file *file, \
419 unsigned int index = intf->offset_##__name; \
425 if (index >= debug->__name.word_count) \
428 index += (debug->__name.word_base / \
429 debug->__name.word_size); \
431 if (debug->__name.flags & RT2X00DEBUGFS_OFFSET) \
432 index *= debug->__name.word_size; \
434 value = debug->__name.read(intf->rt2x00dev, index); \
441 #define RT2X00DEBUGFS_OPS_WRITE(__name, __type) \ argument
[all …]
Drt2x00debug.h28 #define RT2X00DEBUGFS_REGISTER_ENTRY(__name, __type) \ argument
29 struct reg##__name { \
40 } __name
/linux-6.1.9/include/linux/
Dseq_file.h177 #define DEFINE_SEQ_ATTRIBUTE(__name) \ argument
178 static int __name ## _open(struct inode *inode, struct file *file) \
180 int ret = seq_open(file, &__name ## _sops); \
188 static const struct file_operations __name ## _fops = { \
190 .open = __name ## _open, \
196 #define DEFINE_SHOW_ATTRIBUTE(__name) \ argument
197 static int __name ## _open(struct inode *inode, struct file *file) \
199 return single_open(file, __name ## _show, inode->i_private); \
202 static const struct file_operations __name ## _fops = { \
204 .open = __name ## _open, \
[all …]
Dkprobes.h322 #define DEFINE_INSN_CACHE_OPS(__name) \ argument
323 extern struct kprobe_insn_cache kprobe_##__name##_slots; \
325 static inline kprobe_opcode_t *get_##__name##_slot(void) \
327 return __get_insn_slot(&kprobe_##__name##_slots); \
330 static inline void free_##__name##_slot(kprobe_opcode_t *slot, int dirty)\
332 __free_insn_slot(&kprobe_##__name##_slots, slot, dirty); \
335 static inline bool is_kprobe_##__name##_slot(unsigned long addr) \
337 return __is_insn_slot_addr(&kprobe_##__name##_slots, addr); \
344 #define DEFINE_INSN_CACHE_OPS(__name) \ argument
345 static inline bool is_kprobe_##__name##_slot(unsigned long addr) \
Dinit.h240 #define ____define_initcall(fn, __stub, __name, __sec) \ argument
243 __stringify(__name) ": \n" \
248 #define ____define_initcall(fn, __unused, __name, __sec) \ argument
249 static initcall_t __name __used \
/linux-6.1.9/include/linux/netfilter/
Dnf_conntrack_sip.h33 #define SDP_MEDIA_TYPE(__name, __class) \ argument
35 .name = (__name), \
36 .len = sizeof(__name) - 1, \
73 #define __SIP_HDR(__name, __cname, __search, __match) \ argument
75 .name = (__name), \
76 .len = sizeof(__name) - 1, \
84 #define SIP_HDR(__name, __cname, __search, __match) \ argument
85 __SIP_HDR(__name, __cname, __search, __match)
87 #define SDP_HDR(__name, __search, __match) \ argument
88 __SIP_HDR(__name, NULL, __search, __match)
/linux-6.1.9/include/linux/usb/
Dgadget_configfs.h10 #define GS_STRINGS_W(__struct, __name) \ argument
11 static ssize_t __struct##_##__name##_store(struct config_item *item, \
17 ret = usb_string_copy(page, &gs->__name); \
23 #define GS_STRINGS_R(__struct, __name) \ argument
24 static ssize_t __struct##_##__name##_show(struct config_item *item, char *page) \
27 return sprintf(page, "%s\n", gs->__name ?: ""); \
Dserial.h418 #define usb_serial_module_driver(__name, __serial_drivers, __ids) \ argument
422 __name, __ids); \
/linux-6.1.9/include/xen/interface/io/
Dring.h85 #define DEFINE_RING_TYPES(__name, __req_t, __rsp_t) \ argument
88 union __name##_sring_entry { \
94 struct __name##_sring { \
98 union __name##_sring_entry ring[1]; /* variable-length */ \
102 struct __name##_front_ring { \
106 struct __name##_sring *sring; \
110 struct __name##_back_ring { \
114 struct __name##_sring *sring; \
/linux-6.1.9/drivers/platform/x86/intel/pmc/
Dcore.h349 #define DEFINE_PMC_CORE_ATTR_WRITE(__name) \ argument
350 static int __name ## _open(struct inode *inode, struct file *file) \
352 return single_open(file, __name ## _show, inode->i_private); \
355 static const struct file_operations __name ## _fops = { \
357 .open = __name ## _open, \
359 .write = __name ## _write, \
/linux-6.1.9/arch/sparc/include/asm/
Dmdesc.h24 #define mdesc_for_each_node_by_name(__hdl, __node, __name) \ argument
25 for (__node = mdesc_node_by_name(__hdl, MDESC_NODE_NULL, __name); \
27 __node = mdesc_node_by_name(__hdl, __node, __name))
/linux-6.1.9/drivers/net/ipa/
Dipa_reg.h137 #define IPA_REG_FIELDS(__NAME, __name, __offset) \ argument
138 IPA_REG_STRIDE_FIELDS(__NAME, __name, __offset, 0)
140 #define IPA_REG_STRIDE_FIELDS(__NAME, __name, __offset, __stride) \ argument
141 static const struct ipa_reg ipa_reg_ ## __name = { \
145 .fcount = ARRAY_SIZE(ipa_reg_ ## __name ## _fmask), \
146 .fmask = ipa_reg_ ## __name ## _fmask, \
/linux-6.1.9/drivers/soc/amlogic/
Dmeson-secure-pwrc.c87 #define SEC_PD(__name, __flag) \ argument
88 [PWRC_##__name##_ID] = \
90 .name = #__name, \
91 .index = PWRC_##__name##_ID, \
Dmeson-ee-pwrc.c220 #define VPU_PD(__name, __top_pd, __mem, __is_pwr_off, __resets, __clks) \ argument
222 .name = __name, \
231 #define TOP_PD(__name, __top_pd, __mem, __is_pwr_off) \ argument
233 .name = __name, \
240 #define MEM_PD(__name, __mem) \ argument
241 TOP_PD(__name, NULL, __mem, NULL)
/linux-6.1.9/drivers/pinctrl/vt8500/
Dpinctrl-wmt.h28 #define WMT_GROUP(__name, __data) \ argument
30 .name = __name, \
/linux-6.1.9/drivers/soc/atmel/
Dsoc.h23 __name, __family) \ argument
29 .name = (__name), \
/linux-6.1.9/drivers/usb/storage/
Dusb.h197 #define module_usb_stor_driver(__driver, __sht, __name) \ argument
200 usb_stor_host_template_init(&(__sht), __name, THIS_MODULE); \
/linux-6.1.9/include/linux/mtd/
Drawnand.h279 #define NAND_ECC_CAPS_SINGLE(__name, __calc, __step, ...) \ argument
280 static const int __name##_strengths[] = { __VA_ARGS__ }; \
281 static const struct nand_ecc_step_info __name##_stepinfo = { \
283 .strengths = __name##_strengths, \
284 .nstrengths = ARRAY_SIZE(__name##_strengths), \
286 static const struct nand_ecc_caps __name = { \
287 .stepinfos = &__name##_stepinfo, \
/linux-6.1.9/include/uapi/linux/netfilter/
Dx_tables.h57 #define XT_TARGET_INIT(__name, __size) \ argument
61 .name = __name, \
/linux-6.1.9/include/net/
Dinet_hashtables.h348 #define INET_ADDR_COOKIE(__name, __saddr, __daddr) \ argument
349 const __addrpair __name = (__force __addrpair) ( \
353 #define INET_ADDR_COOKIE(__name, __saddr, __daddr) \ argument
354 const __addrpair __name = (__force __addrpair) ( \
/linux-6.1.9/net/bluetooth/
Dhci_debugfs.c33 #define DEFINE_QUIRK_ATTRIBUTE(__name, __quirk) \ argument
34 static ssize_t __name ## _read(struct file *file, \
47 static ssize_t __name ## _write(struct file *file, \
70 static const struct file_operations __name ## _fops = { \
72 .read = __name ## _read, \
73 .write = __name ## _write, \
77 #define DEFINE_INFO_ATTRIBUTE(__name, __field) \ argument
78 static int __name ## _show(struct seq_file *f, void *ptr) \
89 DEFINE_SHOW_ATTRIBUTE(__name)
/linux-6.1.9/fs/
Dfilesystems.c132 static int fs_index(const char __user * __name) in fs_index() argument
138 name = getname(__name); in fs_index()
Dd_path.c15 #define DECLARE_BUFFER(__name, __buf, __len) \ argument
16 struct prepend_buffer __name = {.buf = __buf + __len, .len = __len}

12