Searched refs:_feat (Results 1 – 5 of 5) sorted by relevance
/linux-6.3-rc2/include/drm/ |
A D | drm_kunit_helpers.h | 85 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 89 _feat))
|
/linux-6.3-rc2/drivers/s390/scsi/ |
A D | zfcp_sysfs.c | 17 #define ZFCP_DEV_ATTR(_feat, _name, _mode, _show, _store) \ argument 18 struct device_attribute dev_attr_##_feat##_##_name = __ATTR(_name, _mode,\ 20 #define ZFCP_DEFINE_ATTR(_feat_def, _feat, _name, _format, _value) \ argument 21 static ssize_t zfcp_sysfs_##_feat##_##_name##_show(struct device *dev, \ 25 struct _feat_def *_feat = container_of(dev, struct _feat_def, dev); \ 29 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ 30 zfcp_sysfs_##_feat##_##_name##_show, NULL); 32 #define ZFCP_DEFINE_ATTR_CONST(_feat, _name, _format, _value) \ argument 33 static ssize_t zfcp_sysfs_##_feat##_##_name##_show(struct device *dev, \ 39 static ZFCP_DEV_ATTR(_feat, _name, S_IRUGO, \ [all …]
|
/linux-6.3-rc2/fs/f2fs/ |
A D | sysfs.c | 807 #define F2FS_SB_FEATURE_RO_ATTR(_name, _feat) \ argument 811 .id = F2FS_FEATURE_##_feat, \
|
/linux-6.3-rc2/drivers/net/wireless/realtek/rtw89/ |
A D | core.h | 3075 #define RTW89_CHK_FW_FEATURE(_feat, _fw) \ argument 3076 (!!((_fw)->feature_map & BIT(RTW89_FW_FEATURE_ ## _feat)))
|
A D | fw.c | 246 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 249 .feature = RTW89_FW_FEATURE_ ## _feat, \
|
Completed in 44 milliseconds