Searched refs:_str (Results 1 – 2 of 2) sorted by relevance
/include/linux/device/ |
D | class.h | 238 #define _CLASS_ATTR_STRING(_name, _mode, _str) \ argument 239 { __ATTR(_name, _mode, show_class_attr_string, NULL), _str } 240 #define CLASS_ATTR_STRING(_name, _mode, _str) \ argument 242 _CLASS_ATTR_STRING(_name, _mode, _str)
|
/include/linux/ |
D | perf_event.h | 1596 #define PMU_EVENT_ATTR_STRING(_name, _var, _str) \ argument 1600 .event_str = _str, \
|