/linux-5.19.10/drivers/net/ethernet/mellanox/mlxsw/ |
D | item.h | 258 #define __ITEM_NAME(_type, _cname, _iname) \ argument 259 mlxsw_##_type##_##_cname##_##_iname##_item 266 #define MLXSW_ITEM8(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 267 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 271 .name = #_type "_" #_cname "_" #_iname, \ 274 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 276 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 279 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \ 281 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ 284 #define MLXSW_ITEM8_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument [all …]
|
D | core_acl_flex_keys.h | 52 #define MLXSW_AFK_ELEMENT_INFO(_type, _element, _offset, _shift, _size) \ argument 55 .type = _type, \ 84 #define MLXSW_AFK_ELEMENT_INST(_type, _element, _offset, \ argument 88 .type = _type, \
|
/linux-5.19.10/include/trace/stages/ |
D | stage4_event_fields.h | 8 #define __field_ext(_type, _item, _filter_type) { \ argument 9 .type = #_type, .name = #_item, \ 10 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 11 .is_signed = is_signed_type(_type), .filter_type = _filter_type }, 14 #define __field_struct_ext(_type, _item, _filter_type) { \ argument 15 .type = #_type, .name = #_item, \ 16 .size = sizeof(_type), .align = ALIGN_STRUCTFIELD(_type), \ 26 #define __array(_type, _item, _len) { \ argument 27 .type = #_type"["__stringify(_len)"]", .name = #_item, \ 28 .size = sizeof(_type[_len]), .align = ALIGN_STRUCTFIELD(_type), \ [all …]
|
/linux-5.19.10/kernel/trace/ |
D | trace_export.c | 86 #define __field_ext(_type, _item, _filter_type) { \ argument 87 .type = #_type, .name = #_item, \ 88 .size = sizeof(_type), .align = __alignof__(_type), \ 89 is_signed_type(_type), .filter_type = _filter_type }, 93 #define __field_ext_packed(_type, _item, _filter_type) { \ argument 94 .type = #_type, .name = #_item, \ 95 .size = sizeof(_type), .align = 1, \ 96 is_signed_type(_type), .filter_type = _filter_type }, 99 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) argument 102 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN) argument [all …]
|
/linux-5.19.10/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_blit.c | 36 #define VMW_FIND_FIRST_DIFF(_type) \ argument 37 static size_t vmw_find_first_diff_ ## _type \ 38 (const _type * dst, const _type * src, size_t size)\ 42 for (i = 0; i < size; i += sizeof(_type)) { \ 57 #define VMW_FIND_LAST_DIFF(_type) \ argument 58 static ssize_t vmw_find_last_diff_ ## _type( \ 59 const _type * dst, const _type * src, size_t size) \ 65 size -= sizeof(_type); \ 93 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) argument 103 #define VMW_TRY_FIND_FIRST_DIFF(_type) \ argument [all …]
|
/linux-5.19.10/include/rdma/ |
D | uverbs_std_types.h | 24 #define uobj_get_read(_type, _id, _attrs) \ argument 25 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 29 #define ufd_get_read(_type, _fdnum, _attrs) \ argument 30 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 40 #define uobj_get_obj_read(_object, _type, _id, _attrs) \ argument 42 uobj_get_read(_type, _id, _attrs))) 44 #define uobj_get_write(_type, _id, _attrs) \ argument 45 rdma_lookup_get_uobject(uobj_get_type(_attrs, _type), (_attrs)->ufile, \ 51 #define uobj_perform_destroy(_type, _id, _attrs) \ argument 52 __uobj_perform_destroy(uobj_get_type(_attrs, _type), \ [all …]
|
/linux-5.19.10/arch/x86/include/asm/ |
D | percpu.h | 405 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 406 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 407 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 409 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 411 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 412 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \ 413 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 415 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 420 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument 421 DECLARE_PER_CPU(_type, _name); \ [all …]
|
/linux-5.19.10/tools/perf/ui/ |
D | hist.c | 340 #define __HPP_COLOR_PERCENT_FN(_type, _field) \ argument 346 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 353 #define __HPP_ENTRY_PERCENT_FN(_type, _field) \ argument 354 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ 361 #define __HPP_SORT_FN(_type, _field) \ argument 362 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 368 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field) \ argument 374 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 381 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field) \ argument 382 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ [all …]
|
/linux-5.19.10/arch/mips/include/asm/ |
D | sync.h | 177 # define ____SYNC(_type, _reason, _else) \ argument 178 .if (( _type ) != -1) && ( _reason ); \ 181 .rept __SYNC_rpt(_type); \ 182 sync _type; \ 189 # define ____SYNC(_type, _reason, _else) argument
|
/linux-5.19.10/drivers/regulator/ |
D | max77826-regulator.c | 114 #define MAX77826_VOLT_RANGE(_type) \ argument 115 ((MAX77826_ ## _type ## _VOLT_MAX - \ 116 MAX77826_ ## _type ## _VOLT_MIN) / \ 117 MAX77826_ ## _type ## _VOLT_STEP + 1) 119 #define MAX77826_LDO(_id, _type) \ argument 126 .min_uV = MAX77826_ ## _type ## _LDO_VOLT_MIN, \ 127 .uV_step = MAX77826_ ## _type ## _LDO_VOLT_STEP, \ 128 .n_voltages = MAX77826_VOLT_RANGE(_type ## _LDO), \
|
/linux-5.19.10/drivers/iio/adc/ |
D | da9150-gpadc.c | 250 #define DA9150_GPADC_CHANNEL(_id, _hw_id, _type, chan_info, \ argument 252 .type = _type, \ 261 #define DA9150_GPADC_CHANNEL_RAW(_id, _hw_id, _type, _ext_name) \ argument 262 DA9150_GPADC_CHANNEL(_id, _hw_id, _type, \ 265 #define DA9150_GPADC_CHANNEL_SCALED(_id, _hw_id, _type, _ext_name) \ argument 266 DA9150_GPADC_CHANNEL(_id, _hw_id, _type, \ 272 #define DA9150_GPADC_CHANNEL_PROCESSED(_id, _hw_id, _type, _ext_name) \ argument 273 DA9150_GPADC_CHANNEL(_id, _hw_id, _type, \
|
/linux-5.19.10/scripts/gdb/linux/ |
D | utils.py | 19 self._type = None 23 self._type = None 27 if self._type is None: 28 self._type = gdb.lookup_type(self._name) 29 if self._type is None: 34 return self._type
|
/linux-5.19.10/tools/testing/selftests/bpf/progs/ |
D | netif_receive_skb.c | 52 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument 56 static const char _ptrtype[64] = #_type; \ 58 static _type _ptrdata = __VA_ARGS__; \ 67 _ptr.type_id = bpf_core_type_id_kernel(_type); \ 88 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument 89 TEST_BTF(_str, _type, _flags, "(" #_type ")" #__VA_ARGS__, \
|
/linux-5.19.10/drivers/gpu/drm/msm/adreno/ |
D | a6xx_gpu_state.h | 123 #define CLUSTER_DBGAHB(_id, _base, _type, _reg) \ argument 124 { .name = #_id, .statetype = _type, .base = _base, \ 172 #define HLSQ_DBG_REGS(_base, _type, _array) \ argument 173 { .val0 = _base, .val1 = _type, .registers = _array, \ 182 #define SHADER(_type, _size) \ argument 183 { .type = _type, .name = #_type, .size = _size }
|
/linux-5.19.10/drivers/hwmon/ |
D | bt1-pvt.h | 160 #define PVT_SENSOR_INFO(_ch, _label, _type, _mode, _thres) \ argument 168 .type = _type, \ 169 .attr_min_alarm = _type## _min, \ 170 .attr_max_alarm = _type## _max, \
|
/linux-5.19.10/arch/s390/include/asm/ |
D | asm-extable.h | 25 #define __EX_TABLE(_section, _fault, _target, _type) \ argument 30 stringify_in_c(.short (_type);) \ 34 #define __EX_TABLE_UA(_section, _fault, _target, _type, _regerr, _regaddr, _len)\ argument 39 stringify_in_c(.short (_type);) \
|
/linux-5.19.10/arch/arm/include/asm/mach/ |
D | arch.h | 79 #define MACHINE_START(_type,_name) \ argument 80 static const struct machine_desc __mach_desc_##_type \ 83 .nr = MACH_TYPE_##_type, \
|
/linux-5.19.10/include/linux/ |
D | generic-radix-tree.h | 70 #define GENRADIX(_type) \ argument 73 _type type[0] __aligned(1); \ 76 #define DEFINE_GENRADIX(_name, _type) \ argument 77 GENRADIX(_type) _name = __GENRADIX_INITIALIZER
|
/linux-5.19.10/drivers/clk/pistachio/ |
D | clk.h | 119 #define PLL(_id, _name, _pname, _type, _reg, _rates) \ argument 123 .type = _type, \ 130 #define PLL_FIXED(_id, _name, _pname, _type, _reg) \ argument 134 .type = _type, \
|
/linux-5.19.10/drivers/clk/renesas/ |
D | renesas-cpg-mssr.h | 44 #define DEF_TYPE(_name, _id, _type...) \ argument 45 { .name = _name, .id = _id, .type = _type } 46 #define DEF_BASE(_name, _id, _type, _parent...) \ argument 47 DEF_TYPE(_name, _id, _type, .parent = _parent)
|
/linux-5.19.10/arch/arc/include/asm/ |
D | mach_desc.h | 54 #define MACHINE_START(_type, _name) \ argument 55 static const struct machine_desc __mach_desc_##_type \
|
/linux-5.19.10/drivers/net/ethernet/broadcom/ |
D | cnic.h | 342 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 343 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 345 #define CDU_CRC8(_cid, _region, _type) \ argument 346 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 348 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument 349 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
|
/linux-5.19.10/tools/testing/selftests/bpf/prog_tests/ |
D | btf_dump.c | 307 #define TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ argument 310 char __ptrtype[64] = #_type; \ 312 _type _ptrdata = __VA_ARGS__; \ 316 _ptr, sizeof(_type), _str, \ 321 #define TEST_BTF_DUMP_DATA_C(_b, _d, _prefix, _str, _type, _flags, \ argument 323 TEST_BTF_DUMP_DATA(_b, _d, _prefix, _str, _type, _flags, \ 324 "(" #_type ")" #__VA_ARGS__, __VA_ARGS__) 327 #define TEST_BTF_DUMP_DATA_OVER(_b, _d, _prefix, _str, _type, _type_sz, \ argument 330 char __ptrtype[64] = #_type; \ 332 _type _ptrdata = __VA_ARGS__; \ [all …]
|
/linux-5.19.10/include/uapi/rdma/ |
D | rvt-abi.h | 14 #define RDMA_ATOMIC_UAPI(_type, _name) struct{ _type val; } _name argument
|
/linux-5.19.10/fs/ceph/ |
D | xattr.c | 355 #define CEPH_XATTR_NAME(_type, _name) XATTR_CEPH_PREFIX #_type "." #_name argument 356 #define CEPH_XATTR_NAME2(_type, _name, _name2) \ argument 357 XATTR_CEPH_PREFIX #_type "." #_name "." #_name2 359 #define XATTR_NAME_CEPH(_type, _name, _flags) \ argument 361 .name = CEPH_XATTR_NAME(_type, _name), \ 362 .name_size = sizeof (CEPH_XATTR_NAME(_type, _name)), \ 363 .getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \ 367 #define XATTR_RSTAT_FIELD(_type, _name) \ argument 368 XATTR_NAME_CEPH(_type, _name, VXATTR_FLAG_RSTAT) 369 #define XATTR_RSTAT_FIELD_UPDATABLE(_type, _name) \ argument [all …]
|