Searched defs:to_dev_attr (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_ucode.c | 787 #define to_dev_attr(x) container_of(x, struct device_attribute, attr) macro
|
| /linux-6.15/drivers/mfd/ |
| H A D | lm3533-core.c | 353 #define to_dev_attr(_attr) \ macro
|
| /linux-6.15/drivers/hwmon/ |
| H A D | hwmon.c | 59 #define to_dev_attr(a) container_of(a, struct device_attribute, attr) macro
|
| /linux-6.15/drivers/most/ |
| H A D | core.c | 329 #define to_dev_attr(a) container_of(a, struct device_attribute, attr) macro
|
| /linux-6.15/include/scsi/ |
| H A D | libsas.h | 66 #define to_dev_attr(_attr) container_of(_attr, struct domain_dev_attribute,\ macro
|
| /linux-6.15/drivers/iio/ |
| H A D | industrialio-buffer.c | 1473 #define to_dev_attr(_attr) container_of(_attr, struct device_attribute, attr) macro
|
| /linux-6.15/drivers/base/ |
| H A D | core.c | 2414 #define to_dev_attr(_attr) container_of(_attr, struct device_attribute, attr) macro
|
| /linux-6.15/drivers/hwmon/pmbus/ |
| H A D | pmbus_core.c | 2904 #define to_dev_attr(_dev_attr) \ macro
|
| /linux-6.15/drivers/platform/x86/ |
| H A D | thinkpad_acpi.c | 6278 #define to_dev_attr(_attr) container_of(_attr, struct device_attribute, attr) macro
|