Home
last modified time | relevance | path

Searched refs:_feat (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/drivers/s390/scsi/
H A Dzfcp_sysfs.c17 #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.15/include/drm/
H A Ddrm_kunit_helpers.h93 #define drm_kunit_helper_alloc_drm_device(_test, _dev, _type, _member, _feat) \ argument
97 _feat))
/linux-6.15/drivers/platform/cznic/
H A Dturris-omnia-mcu-gpio.c87 #define _DEF_GPIO(_cmd, _ctl_cmd, _bit, _ctl_bit, _int_bit, _feat, _feat_mask) \ argument
95 .feat = _feat, \
108 #define _DEF_GPIO_EXT_STS(_name, _feat) \ argument
112 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS, \
113 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS)
128 #define _DEF_GPIO_EXT_CTL(_name, _feat) \ argument
132 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS, \
133 OMNIA_FEAT_ ## _feat | OMNIA_FEAT_EXT_CMDS)
/linux-6.15/fs/f2fs/
H A Dsysfs.c960 #define F2FS_SB_FEATURE_RO_ATTR(_name, _feat) \ argument
964 .id = F2FS_FEATURE_##_feat, \
/linux-6.15/drivers/net/wireless/realtek/rtw89/
H A Dcore.h4591 #define RTW89_CHK_FW_FEATURE(_feat, _fw) \ argument
4592 (!!((_fw)->feature_map & BIT(RTW89_FW_FEATURE_ ## _feat)))
H A Dfw.c804 #define __CFG_FW_FEAT(_chip, _cond, _maj, _min, _sub, _idx, _feat) \ argument
807 .feature = RTW89_FW_FEATURE_ ## _feat, \