| /linux/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | item.h | 262 #define __ITEM_NAME(_type, _cname, _iname) \ argument 263 mlxsw_##_type##_##_cname##_##_iname##_item 270 #define MLXSW_ITEM8(_type, _cname, _iname, _offset, _shift, _sizebits) \ argument 271 static struct mlxsw_item __ITEM_NAME(_type, _cname, _iname) = { \ 275 .name = #_type "_" #_cname "_" #_iname, \ 278 mlxsw_##_type##_##_cname##_##_iname##_get(const char *buf) \ 280 return __mlxsw_item_get8(buf, &__ITEM_NAME(_type, _cname, _iname), 0); \ 283 mlxsw_##_type##_##_cname##_##_iname##_set(char *buf, u8 val) \ 285 __mlxsw_item_set8(buf, &__ITEM_NAME(_type, _cname, _iname), 0, val); \ 288 #define MLXSW_ITEM8_INDEXED(_type, _cname, _iname, _offset, _shift, _sizebits, \ argument [all …]
|
| /linux/kernel/trace/ |
| H A D | trace_export.c | 89 #define __field_ext(_type, _item, _filter_type) { \ argument 90 .type = #_type, .name = #_item, \ 91 .size = sizeof(_type), .align = __alignof__(_type), \ 92 is_signed_type(_type), .filter_type = _filter_type }, 96 #define __field_ext_packed(_type, _item, _filter_type) { \ argument 97 .type = #_type, .name = #_item, \ 98 .size = sizeof(_type), .align = 1, \ 99 is_signed_type(_type), .filter_type = _filter_type }, 102 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER) argument 105 #define __field_fn(_type, _item) __field_ext(_type, _item, FILTER_TRACE_FN) argument [all …]
|
| /linux/include/trace/stages/ |
| H A 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/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_blit.c | 38 #define VMW_FIND_FIRST_DIFF(_type) \ argument 39 static size_t vmw_find_first_diff_ ## _type \ 40 (const _type * dst, const _type * src, size_t size)\ 44 for (i = 0; i < size; i += sizeof(_type)) { \ 59 #define VMW_FIND_LAST_DIFF(_type) \ argument 60 static ssize_t vmw_find_last_diff_ ## _type( \ 61 const _type * dst, const _type * src, size_t size) \ 67 size -= sizeof(_type); \ 95 #define SPILL(_var, _type) ((unsigned long) _var & (sizeof(_type) - 1)) argument 105 #define VMW_TRY_FIND_FIRST_DIFF(_type) \ argument [all …]
|
| /linux/include/rdma/ |
| H A 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/include/linux/ |
| H A D | cleanup.h | 210 #define DEFINE_FREE(_name, _type, _free) \ argument 211 static inline void __free_##_name(void *p) { _type _T = *(_type *)p; _free; } 275 #define DEFINE_CLASS(_name, _type, _exit, _init, _init_args...) \ argument 276 typedef _type class_##_name##_t; \ 277 static inline void class_##_name##_destructor(_type *p) \ 278 { _type _T = *p; _exit; } \ 279 static inline _type class_##_name##_constructor(_init_args) \ 280 { _type t = _init; return t; } 378 #define DEFINE_GUARD(_name, _type, _lock, _unlock) \ argument 379 DEFINE_CLASS(_name, _type, if (!__GUARD_IS_ERR(_T)) { _unlock; }, ({ _lock; _T; }), _type _T); \ [all …]
|
| /linux/include/drm/ |
| H A D | drm_kunit_helpers.h | 49 #define drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, _type, _member, _drv) \ argument 50 ((_type *)__drm_kunit_helper_alloc_drm_device_with_driver(_test, _dev, \ 51 sizeof(_type), \ 52 offsetof(_type, _member), \ 94 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 95 ((_type *)__drm_kunit_helper_alloc_drm_device(_test, _dev, \ 96 sizeof(_type), \ 97 offsetof(_type, _member), \
|
| /linux/tools/perf/ui/ |
| H A D | hist.c | 502 #define __HPP_COLOR_PERCENT_FN(_type, _field, _fmttype) \ argument 508 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 515 #define __HPP_ENTRY_PERCENT_FN(_type, _field, _fmttype) \ argument 516 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ 523 #define __HPP_SORT_FN(_type, _field) \ argument 524 static int64_t hpp__sort_##_type(struct perf_hpp_fmt *fmt __maybe_unused, \ 530 #define __HPP_COLOR_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 536 static int hpp__color_##_type(struct perf_hpp_fmt *fmt, \ 543 #define __HPP_ENTRY_ACC_PERCENT_FN(_type, _field, _fmttype) \ argument 544 static int hpp__entry_##_type(struct perf_hpp_fmt *fmt, \ [all …]
|
| /linux/drivers/pinctrl/sophgo/ |
| H A D | pinctrl-cv18xx.h | 76 #define CV1800_FUNC_PIN(_id, _power_domain, _type, \ argument 81 .flags = CV1800_PIN_FLAG_IO_TYPE(_type), \ 91 #define CV1800_GENERAL_PIN(_id, _power_domain, _type, \ argument 97 .flags = CV1800_PIN_FLAG_IO_TYPE(_type), \ 111 #define CV1800_GENERATE_PIN_MUX2(_id, _power_domain, _type, \ argument 119 .flags = CV1800_PIN_FLAG_IO_TYPE(_type) | \
|
| /linux/arch/mips/include/asm/ |
| H A 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/arch/x86/include/asm/ |
| H A D | percpu.h | 612 #define DEFINE_EARLY_PER_CPU(_type, _name, _initvalue) \ argument 613 DEFINE_PER_CPU(_type, _name) = _initvalue; \ 614 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 616 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 618 #define DEFINE_EARLY_PER_CPU_READ_MOSTLY(_type, _name, _initvalue) \ argument 619 DEFINE_PER_CPU_READ_MOSTLY(_type, _name) = _initvalue; \ 620 __typeof__(_type) _name##_early_map[NR_CPUS] __initdata = \ 622 __typeof__(_type) *_name##_early_ptr __refdata = _name##_early_map 627 #define DECLARE_EARLY_PER_CPU(_type, _name) \ argument 628 DECLARE_PER_CPU(_type, _name); \ [all …]
|
| /linux/drivers/platform/chrome/ |
| H A D | chromeos_of_hw_prober.c | 46 #define DEFINE_CHROMEOS_I2C_PROBE_CFG_SIMPLE_BY_TYPE(_type) \ argument 47 static const struct i2c_of_probe_cfg chromeos_i2c_probe_simple_ ## _type ## _cfg = { \ 48 .type = #_type, \ 52 #define DEFINE_CHROMEOS_I2C_PROBE_DATA_DUMB_BY_TYPE(_type) \ argument 53 static const struct chromeos_i2c_probe_data chromeos_i2c_probe_dumb_ ## _type = { \ 55 .type = #_type, \
|
| /linux/drivers/regulator/ |
| H A D | max77826-regulator.c | 113 #define MAX77826_VOLT_RANGE(_type) \ argument 114 ((MAX77826_ ## _type ## _VOLT_MAX - \ 115 MAX77826_ ## _type ## _VOLT_MIN) / \ 116 MAX77826_ ## _type ## _VOLT_STEP + 1) 118 #define MAX77826_LDO(_id, _type) \ argument 125 .min_uV = MAX77826_ ## _type ## _LDO_VOLT_MIN, \ 126 .uV_step = MAX77826_ ## _type ## _LDO_VOLT_STEP, \ 127 .n_voltages = MAX77826_VOLT_RANGE(_type ## _LDO), \
|
| H A D | max77838-regulator.c | 68 #define MAX77838_VOLT_RANGE(_type) \ argument 69 ((MAX77838_ ## _type ## _VOLT_MAX - \ 70 MAX77838_ ## _type ## _VOLT_MIN) / \ 71 MAX77838_ ## _type ## _VOLT_STEP + 1)
|
| /linux/drivers/iio/adc/ |
| H A 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, \
|
| H A D | max77541-adc.c | 100 #define MAX77541_ADC_CHANNEL_V(_channel, _name, _type, _reg) \ argument 102 .type = _type, \ 111 #define MAX77541_ADC_CHANNEL_TEMP(_channel, _name, _type, _reg) \ argument 113 .type = _type, \
|
| /linux/drivers/crypto/intel/qat/qat_common/ |
| H A D | adf_tl_debugfs.h | 85 #define ADF_TL_COUNTER(_name, _type, _offset) \ argument 87 .type = _type, \ 91 #define ADF_TL_COUNTER_LATENCY(_name, _type, _offset1, _offset2) \ argument 93 .type = _type, \
|
| /linux/drivers/hwmon/ |
| H A 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/scripts/gdb/linux/ |
| H A D | utils.py | 24 self._type = None 28 self._type = None 32 if self._type is None: 33 self._type = gdb.lookup_type(self._name) 34 if self._type is None: 39 return self._type
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | netif_receive_skb.c | 49 #define TEST_BTF(_str, _type, _flags, _expected, ...) \ argument 54 static _type _ptrdata = __VA_ARGS__; \ 63 _ptr.type_id = bpf_core_type_id_kernel(_type); \ 84 #define TEST_BTF_C(_str, _type, _flags, ...) \ argument 85 TEST_BTF(_str, _type, _flags, "(" #_type ")" #__VA_ARGS__, \
|
| /linux/arch/arm/include/asm/mach/ |
| H A D | arch.h | 78 #define MACHINE_START(_type,_name) \ argument 79 static const struct machine_desc __mach_desc_##_type \ 82 .nr = MACH_TYPE_##_type, \
|
| /linux/drivers/clk/pistachio/ |
| H A 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/drivers/clk/renesas/ |
| H A D | renesas-cpg-mssr.h | 71 #define DEF_TYPE(_name, _id, _type...) \ argument 72 { .name = _name, .id = _id, .type = _type } 73 #define DEF_BASE(_name, _id, _type, _parent...) \ argument 74 DEF_TYPE(_name, _id, _type, .parent = _parent)
|
| /linux/drivers/net/ethernet/broadcom/ |
| H A D | cnic.h | 343 #define CDU_VALID_DATA(_cid, _region, _type) \ argument 344 (((_cid) << 8) | (((_region)&0xf)<<4) | (((_type)&0xf))) 346 #define CDU_CRC8(_cid, _region, _type) \ argument 347 (calc_crc8(CDU_VALID_DATA(_cid, _region, _type), 0xff)) 349 #define CDU_RSRVD_VALUE_TYPE_A(_cid, _region, _type) \ argument 350 (0x80 | ((CDU_CRC8(_cid, _region, _type)) & 0x7f))
|
| /linux/arch/x86/kernel/cpu/ |
| H A D | cpuid_0x2_table.c | 9 #define CACHE_ENTRY(_desc, _type, _size) \ argument 11 .c_type = (_type), \ 15 #define TLB_ENTRY(_desc, _type, _entries) \ argument 17 .t_type = (_type), \
|