Searched refs:_feat (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/resctrl/ |
| H A D | mpam_internal.h | 214 #define mpam_has_feature(_feat, x) test_bit(_feat, (x)->features) argument 219 #define mpam_set_feature(_feat, x) __set_bit(_feat, (x)->features) argument 220 #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)
|