Searched refs:attr_ (Results 1 – 11 of 11) sorted by relevance
| /linux/drivers/platform/x86/ |
| H A D | asus-armoury.h | 100 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 D | configfs.h | 124 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 D | wmi-other.c | 891 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 D | probe.h | 19 &attr_##_name.attr.attr, \
|
| /linux/drivers/gpu/drm/xe/ |
| H A D | xe_gt_throttle.c | 157 struct throttle_attribute attr_##name = { \ 163 struct throttle_attribute attr_##name = { \
|
| H A D | xe_configfs.c | 1092 #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 D | sysfs.c | 28 .attr_id = attr_##_id, \
|
| /linux/fs/ext4/ |
| H A D | sysfs.c | 175 .attr_id = attr_##_id, \ 185 .attr_id = attr_##_id, \ 230 .attr_id = attr_##_id, \
|
| /linux/drivers/cpuidle/ |
| H A D | sysfs.c | 224 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 D | be_main.c | 77 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 D | uvc_configfs.c | 25 static struct configfs_attribute prefix##attr_##cname = { \ 34 static struct configfs_attribute prefix##attr_##cname = { \
|