Searched refs:_post_func (Results 1 – 1 of 1) sorted by relevance
/net/batman-adv/ |
D | sysfs.c | 136 #define BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ argument 146 length = __batadv_store_bool_attr(buff, count, _post_func, attr,\ 169 #define BATADV_ATTR_SIF_BOOL(_name, _mode, _post_func) \ argument 170 static BATADV_ATTR_SIF_STORE_BOOL(_name, _post_func) \ 175 #define BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func) \ argument 186 _post_func, attr, \ 208 #define BATADV_ATTR_SIF_UINT(_name, _var, _mode, _min, _max, _post_func)\ argument 209 static BATADV_ATTR_SIF_STORE_UINT(_name, _var, _min, _max, _post_func)\ 214 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument 222 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \ [all …]
|