| /linux/drivers/resctrl/ |
| H A D | mpam_internal.h | 202 #define mpam_has_feature(_feat, x) test_bit(_feat, (x)->features) argument 207 #define mpam_set_feature(_feat, x) __set_bit(_feat, (x)->features) argument 208 #define mpam_clear_feature(_feat, x) __clear_bit(_feat, (x)->features) argument
|
| /linux/drivers/s390/scsi/ |
| H A D | zfcp_sysfs.c | 16 #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ argument 17 struct device_attribute dev_attr_##_feat##_##_name = __ATTR(_name, _mode,\ 19 #define ZFCP_DEFINE_ATTR(_feat_def, _feat, _name, _format, _value) \ argument 20 static ssize_t zfcp_sysfs_##_feat##_##_name##_show(struct device *dev, \ 24 struct _feat_def *_feat = container_of(dev, struct _feat_def, dev); \ 28 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 29 zfcp_sysfs_##_feat##_##_name##_show, NULL); 31 #define ZFCP_DEFINE_ATTR_CONST(_feat, _name, _format, _value) \ argument 32 static ssize_t zfcp_sysfs_##_feat##_##_name##_show(struct device *dev, \ 38 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ [all …]
|
| /linux/include/drm/ |
| H A D | drm_kunit_helpers.h | 94 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 98 _feat))
|
| /linux/drivers/platform/cznic/ |
| H A D | turris-omnia-mcu-gpio.c | 88 #define _DEF_GPIO(_cmd, _ctl_cmd, _bit, _ctl_bit, _int_bit, _feat, _feat_mask) \ argument 96 .feat = _feat, \ 109 #define _DEF_GPIO_EXT_STS(_name, _feat) \ argument 113 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS, \ 114 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS) 129 #define _DEF_GPIO_EXT_CTL(_name, _feat) \ argument 133 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS, \ 134 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS)
|
| /linux/drivers/net/wireless/realtek/rtw89/ |
| H A D | fw.c | 819 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 822 .feature = RTW89_FW_FEATURE_ ## _feat, \ 827 #define __S_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 830 .feature = RTW89_FW_FEATURE_ ## _feat, \ 848 #define __DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat, _type) \ argument 849 __##_type##_DIS_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat)
|