/linux-4.19.296/include/rdma/ |
D | uverbs_std_types.h | 60 #define uobj_get_read(_type, _id, _ufile) \ argument 61 rdma_lookup_get_uobject(uobj_get_type(_ufile, _type), _ufile, \ 64 #define ufd_get_read(_type, _fdnum, _ufile) \ argument 65 rdma_lookup_get_uobject(uobj_get_type(_ufile, _type), _ufile, \ 75 #define uobj_get_obj_read(_object, _type, _id, _ufile) \ argument 77 uobj_get_read(_type, _id, _ufile))) 79 #define uobj_get_write(_type, _id, _ufile) \ argument 80 rdma_lookup_get_uobject(uobj_get_type(_ufile, _type), _ufile, \ 85 #define uobj_perform_destroy(_type, _id, _ufile, _success_res) \ argument 86 __uobj_perform_destroy(uobj_get_type(_ufile, _type), \ [all …]
|
D | uverbs_ioctl.h | 303 #define UVERBS_ATTR_TYPE(_type) \ argument 304 .u.ptr.min_len = sizeof(_type), .u.ptr.len = sizeof(_type) 311 #define UVERBS_ATTR_STRUCT(_type, _last) \ argument 313 UVERBS_ATTR_SIZE(((uintptr_t)(&((_type *)0)->_last + 1)), \ 314 sizeof(_type)) 344 #define UVERBS_ATTR_PTR_IN(_attr_id, _type, ...) \ argument 348 _type, \ 351 #define UVERBS_ATTR_PTR_OUT(_attr_id, _type, ...) \ argument 355 _type, \
|
/linux-4.19.296/drivers/iio/adc/ |
D | da9150-gpadc.c | 254 #define DA9150_GPADC_CHANNEL(_id, _hw_id, _type, chan_info, \ argument 256 .type = _type, \ 265 #define DA9150_GPADC_CHANNEL_RAW(_id, _hw_id, _type, _ext_name) \ argument 266 DA9150_GPADC_CHANNEL(_id, _hw_id, _type, \ 269 #define DA9150_GPADC_CHANNEL_SCALED(_id, _hw_id, _type, _ext_name) \ argument 270 DA9150_GPADC_CHANNEL(_id, _hw_id, _type, \ 276 #define DA9150_GPADC_CHANNEL_PROCESSED(_id, _hw_id, _type, _ext_name) \ argument 277 DA9150_GPADC_CHANNEL(_id, _hw_id, _type, \
|
D | lp8788_adc.c | 130 #define LP8788_CHAN(_id, _type) { \ argument 131 .type = _type, \
|
D | axp20x_adc.c | 46 #define AXP20X_ADC_CHANNEL(_channel, _name, _type, _reg) \ argument 48 .type = _type, \ 57 #define AXP20X_ADC_CHANNEL_OFFSET(_channel, _name, _type, _reg) \ argument 59 .type = _type, \
|
D | ina2xx-adc.c | 611 #define INA219_CHAN(_type, _index, _address) { \ argument 612 .type = (_type), \ 628 #define INA226_CHAN(_type, _index, _address) { \ argument 629 .type = (_type), \
|
D | qcom-spmi-vadc.c | 519 #define VADC_CHAN(_dname, _type, _mask, _pre, _scale) \ argument 523 .type = _type, \ 528 #define VADC_NO_CHAN(_dname, _type, _mask, _pre) \ argument 532 .type = _type, \
|
/linux-4.19.296/drivers/clk/renesas/ |
D | renesas-cpg-mssr.h | 46 #define DEF_TYPE(_name, _id, _type...) \ argument 47 { .name = _name, .id = _id, .type = _type } 48 #define DEF_BASE(_name, _id, _type, _parent...) \ argument 49 DEF_TYPE(_name, _id, _type, .parent = _parent)
|
/linux-4.19.296/drivers/clk/pistachio/ |
D | clk.h | 122 #define PLL(_id, _name, _pname, _type, _reg, _rates) \ argument 126 .type = _type, \ 133 #define PLL_FIXED(_id, _name, _pname, _type, _reg) \ argument 137 .type = _type, \
|
/linux-4.19.296/fs/ceph/ |
D | xattr.c | 262 #define CEPH_XATTR_NAME(_type, _name) XATTR_CEPH_PREFIX #_type "." #_name argument 263 #define CEPH_XATTR_NAME2(_type, _name, _name2) \ argument 264 XATTR_CEPH_PREFIX #_type "." #_name "." #_name2 266 #define XATTR_NAME_CEPH(_type, _name, _flags) \ argument 268 .name = CEPH_XATTR_NAME(_type, _name), \ 269 .name_size = sizeof (CEPH_XATTR_NAME(_type, _name)), \ 270 .getxattr_cb = ceph_vxattrcb_ ## _type ## _ ## _name, \ 274 #define XATTR_RSTAT_FIELD(_type, _name) \ argument 275 XATTR_NAME_CEPH(_type, _name, VXATTR_FLAG_RSTAT) 276 #define XATTR_RSTAT_FIELD_UPDATABLE(_type, _name) \ argument [all …]
|
/linux-4.19.296/include/drm/ |
D | drm_hashtab.h | 40 #define drm_hash_entry(_ptr, _type, _member) container_of(_ptr, _type, _member) argument
|
/linux-4.19.296/drivers/iio/common/ssp_sensors/ |
D | ssp_iio_sensor.h | 5 #define SSP_CHANNEL_AG(_type, _mod, _index) \ argument 7 .type = _type,\
|
/linux-4.19.296/include/linux/usb/ |
D | renesas_usbhs.h | 124 #define RENESAS_USBHS_PIPE(_type, _size, _num, _double_buf) { \ argument 125 .type = (_type), \
|
D | gadget.h | 177 #define USB_EP_CAPS(_type, _dir) \ argument 179 .type_control = !!(_type & USB_EP_CAPS_TYPE_CONTROL), \ 180 .type_iso = !!(_type & USB_EP_CAPS_TYPE_ISO), \ 181 .type_bulk = !!(_type & USB_EP_CAPS_TYPE_BULK), \ 182 .type_int = !!(_type & USB_EP_CAPS_TYPE_INT), \
|
/linux-4.19.296/fs/fscache/ |
D | object-list.c | 170 char _type[3], *type; in fscache_objlist_show() local 263 snprintf(_type, sizeof(_type), "%02u", in fscache_objlist_show() 265 type = _type; in fscache_objlist_show()
|
/linux-4.19.296/include/net/sctp/ |
D | constants.h | 137 #define SCTP_SUBTYPE_CONSTRUCTOR(_name, _type, _elt) \ argument 139 SCTP_ST_## _name (_type _arg) \
|
/linux-4.19.296/include/linux/iio/adc/ |
D | ad_sigma_delta.h | 131 _storagebits, _shift, _extend_name, _type, _mask_all) \ argument 133 .type = (_type), \
|
/linux-4.19.296/drivers/edac/ |
D | thunderx_edac.c | 228 #define DEBUGFS_FIELD_ATTR(_type, _field) \ argument 229 static ssize_t thunderx_##_type##_##_field##_read(struct file *file, \ 233 struct thunderx_##_type *pdata = file->private_data; \ 241 static ssize_t thunderx_##_type##_##_field##_write(struct file *file, \ 245 struct thunderx_##_type *pdata = file->private_data; \ 254 thunderx_##_type##_##_field##_write, \ 255 thunderx_##_type##_##_field##_read) \ 257 #define DEBUGFS_REG_ATTR(_type, _name, _reg) \ argument 258 static ssize_t thunderx_##_type##_##_name##_read(struct file *file, \ 262 struct thunderx_##_type *pdata = file->private_data; \ [all …]
|
/linux-4.19.296/drivers/clk/bcm/ |
D | clk-kona.h | 418 #define KONA_CLK(_ccu_name, _clk_name, _type) \ argument 422 .ops = &kona_ ## _type ## _clk_ops, \ 425 .type = bcm_clk_ ## _type, \
|
/linux-4.19.296/include/linux/iio/imu/ |
D | adis.h | 203 #define ADIS_MOD_CHAN(_type, mod, addr, si, info_sep, info_all, bits) { \ argument 204 .type = (_type), \
|
/linux-4.19.296/include/uapi/rdma/ |
D | ib_user_ioctl_verbs.h | 40 #define RDMA_UAPI_PTR(_type, _name) __aligned_u64 _name argument
|
/linux-4.19.296/drivers/regulator/ |
D | tps65218-regulator.c | 31 #define TPS65218_REGULATOR(_name, _of, _id, _type, _ops, _n, _vr, _vm, _er, \ argument 39 .type = _type, \
|
/linux-4.19.296/drivers/xen/ |
D | tmem.c | 268 #define _oswiz(_type, _ind) ((_type << SWIZ_BITS) | (_ind & SWIZ_MASK)) argument
|
/linux-4.19.296/drivers/iio/light/ |
D | lm3533-als.c | 575 #define ALS_ATTR(_name, _mode, _show, _store, _type, _val1, _val2) \ argument 577 .type = _type, \ 581 #define LM3533_ALS_ATTR(_name, _mode, _show, _store, _type, _val1, _val2) \ argument 583 ALS_ATTR(_name, _mode, _show, _store, _type, _val1, _val2)
|
/linux-4.19.296/include/linux/ |
D | moduleparam.h | 30 #define __MODULE_PARM_TYPE(name, _type) \ argument 31 __MODULE_INFO(parmtype, name##type, #name ":" _type)
|