Searched defs:to_dev_attr (Results 1 – 5 of 5) sorted by relevance
353 #define to_dev_attr(_attr) \ macro
61 #define to_dev_attr(a) container_of_const(a, struct device_attribute, attr) macro
329 #define to_dev_attr(a) container_of(a, struct device_attribute, attr) macro
3068 #define to_dev_attr(_dev_attr) \ macro
6296 #define to_dev_attr(_attr) container_of(_attr, struct device_attribute, attr) macro