Searched refs:BAT_ATTR (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/net/batman-adv/ |
D | bat_sysfs.c | 58 #define BAT_ATTR(_name, _mode, _show, _store) \ macro 90 static BAT_ATTR(_name, _mode, show_##_name, store_##_name) 116 static BAT_ATTR(_name, _mode, show_##_name, store_##_name) 391 static BAT_ATTR(vis_mode, S_IRUGO | S_IWUSR, show_vis_mode, store_vis_mode); 392 static BAT_ATTR(routing_algo, S_IRUGO, show_bat_algo, NULL); 393 static BAT_ATTR(gw_mode, S_IRUGO | S_IWUSR, show_gw_mode, store_gw_mode); 398 static BAT_ATTR(gw_bandwidth, S_IRUGO | S_IWUSR, show_gw_bwidth, 580 static BAT_ATTR(mesh_iface, S_IRUGO | S_IWUSR, 582 static BAT_ATTR(iface_status, S_IRUGO, show_iface_status, NULL);
|