Home
last modified time | relevance | path

Searched refs:attr_ (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/platform/x86/
H A Dasus-armoury.h100 static struct kobj_attribute attr_##_attrname##_##_prop = \
105 static struct kobj_attribute attr_##_attrname##_current_value = \
109 static struct kobj_attribute attr_##_attrname##_type = \
112 &attr_##_attrname##_current_value.attr, \
113 &attr_##_attrname##_display_name.attr, \
114 &attr_##_attrname##_possible_values.attr, \
115 &attr_##_attrname##_type.attr, \
126 static struct kobj_attribute attr_##_attrname##_current_value = \
130 static struct kobj_attribute attr_##_attrname##_type = \
133 &attr_##_attrname##_current_value.attr, \
[all …]
/linux/include/linux/
H A Dconfigfs.h124 static struct configfs_attribute _pfx##attr_##_name = { \
137 static struct configfs_attribute _pfx##attr_##_name = { \
145 static struct configfs_attribute _pfx##attr_##_name = { \
164 static struct configfs_bin_attribute _pfx##attr_##_name = { \
177 static struct configfs_bin_attribute _pfx##attr_##_name = { \
189 static struct configfs_bin_attribute _pfx##attr_##_name = { \
/linux/drivers/platform/x86/lenovo/
H A Dwmi-other.c891 static struct kobj_attribute attr_##_attrname##_##_prop = \
908 static struct kobj_attribute attr_##_attrname##_current_value = \
919 static struct kobj_attribute attr_##_attrname##_##_prop = \
929 static struct kobj_attribute attr_##_attrname##_type = \
932 &attr_##_attrname##_current_value.attr, \
933 &attr_##_attrname##_default_value.attr, \
934 &attr_##_attrname##_display_name.attr, \
935 &attr_##_attrname##_max_value.attr, \
936 &attr_##_attrname##_min_value.attr, \
937 &attr_##_attrname##_scalar_increment.attr, \
[all …]
/linux/arch/x86/events/
H A Dprobe.h19 &attr_##_name.attr.attr, \
/linux/drivers/gpu/drm/xe/
H A Dxe_gt_throttle.c157 struct throttle_attribute attr_##name = { \
163 struct throttle_attribute attr_##name = { \
H A Dxe_configfs.c1092 #define PRI_CUSTOM_ATTR(fmt_, attr_) do { \ in dump_custom_dev_config() argument
1093 if (dev->config.attr_ != device_defaults.attr_) \ in dump_custom_dev_config()
1094 pci_info(pdev, "configfs: " __stringify(attr_) " = " fmt_ "\n", \ in dump_custom_dev_config()
1095 dev->config.attr_); \ in dump_custom_dev_config()
/linux/fs/ubifs/
H A Dsysfs.c28 .attr_id = attr_##_id, \
/linux/fs/ext4/
H A Dsysfs.c175 .attr_id = attr_##_id, \
185 .attr_id = attr_##_id, \
230 .attr_id = attr_##_id, \
/linux/drivers/cpuidle/
H A Dsysfs.c224 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0444, show, NULL)
227 static struct cpuidle_state_attr attr_##_name = __ATTR(_name, 0644, show, store)
/linux/drivers/scsi/be2iscsi/
H A Dbe_main.c77 phba->attr_##_name);\
88 phba->attr_##_name, val); \
89 phba->attr_##_name = val;\
123 phba->attr_##_name = val;\
130 phba->attr_##_name = _defval;\
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c25 static struct configfs_attribute prefix##attr_##cname = { \
34 static struct configfs_attribute prefix##attr_##cname = { \