Searched refs:_post_func (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/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) \ 154 #define BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func) \ argument 163 _post_func, attr, \ 179 #define BATADV_ATTR_SIF_UINT(_name, _mode, _min, _max, _post_func) \ argument 180 static BATADV_ATTR_SIF_STORE_UINT(_name, _min, _max, _post_func)\ 185 #define BATADV_ATTR_VLAN_STORE_BOOL(_name, _post_func) \ argument 193 size_t res = __batadv_store_bool_attr(buff, count, _post_func, \ [all …]
|