Searched refs:_post_func (Results 1 – 1 of 1) sorted by relevance
/net/batman-adv/ |
D | sysfs.c | 122 #define BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ argument 130 return __batadv_store_bool_attr(buff, count, _post_func, attr, \ 148 #define BATADV_ATTR_SIF_BOOL(_name, _mode, _post_func) \ argument 149 static BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ 155 #define BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func) \ argument 164 _post_func, attr, \ 180 #define BATADV_ATTR_SIF_UINT(_name, _mode, _min, _max, _post_func) \ argument 181 static BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func)\ 186 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument 194 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \ [all …]
|