Searched refs:_feat (Results 1 – 6 of 6) sorted by relevance
/openbmc/linux/include/drm/ |
H A D | drm_kunit_helpers.h | 89 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument 93 _feat))
|
/openbmc/linux/drivers/s390/scsi/ |
H 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 …]
|
/openbmc/linux/fs/f2fs/ |
H A D | sysfs.c | 832 #define F2FS_SB_FEATURE_RO_ATTR(_name, _feat) \ argument 836 .id = F2FS_FEATURE_##_feat, \
|
/openbmc/qemu/linux-user/ |
H A D | elfload.c | 1743 #define GET_FEATURE(_feat, _hwcap) \ argument 1744 do { if (s390_has_feat(_feat)) { hwcap |= _hwcap; } } while (0)
|
/openbmc/linux/drivers/net/wireless/realtek/rtw89/ |
H A D | core.h | 3699 #define RTW89_CHK_FW_FEATURE(_feat, _fw) \ argument 3700 (!!((_fw)->feature_map & BIT(RTW89_FW_FEATURE_ ## _feat)))
|
H A D | fw.c | 422 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument 425 .feature = RTW89_FW_FEATURE_ ## _feat, \
|