Searched refs:DEBUGFS_ADD (Results 1 – 5 of 5) sorted by relevance
| /linux/net/wireless/ |
| H A D | debugfs.c | 121 #define DEBUGFS_ADD(name) \ 135 DEBUGFS_ADD(rts_threshold); in wiphy_locked_debugfs_read_work() 136 DEBUGFS_ADD(fragmentation_threshold); in wiphy_locked_debugfs_read_work() 137 DEBUGFS_ADD(short_retry_limit); in wiphy_locked_debugfs_read_work() 138 DEBUGFS_ADD(long_retry_limit); 139 DEBUGFS_ADD(ht40allow_map); in wiphy_locked_debugfs_read_cancel() 100 #define DEBUGFS_ADD( global() macro
|
| /linux/net/mac80211/ |
| H A D | debugfs.c | 54 #define DEBUGFS_ADD(name) \ macro 679 DEBUGFS_ADD(total_ps_buffered); in debugfs_hw_add() 680 DEBUGFS_ADD(wep_iv); in debugfs_hw_add() 681 DEBUGFS_ADD(rate_ctrl_alg); in debugfs_hw_add() 682 DEBUGFS_ADD(queues); in debugfs_hw_add() 683 DEBUGFS_ADD(misc); in debugfs_hw_add() 688 DEBUGFS_ADD(user_power); in debugfs_hw_add() 689 DEBUGFS_ADD(power); in debugfs_hw_add() 690 DEBUGFS_ADD(hw_conf); in debugfs_hw_add() 693 DEBUGFS_ADD(aql_pending); in debugfs_hw_add() [all …]
|
| /linux/drivers/net/wireless/ti/wl1251/ |
| H A D | debugfs.c | 40 #define DEBUGFS_ADD(name, parent) \ macro 73 DEBUGFS_ADD(sub## _ ##name, wl->debugfs.fw_statistics) 431 DEBUGFS_ADD(tx_queue_len, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 432 DEBUGFS_ADD(tx_queue_status, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 433 DEBUGFS_ADD(retry_count, wl->debugfs.rootdir); in wl1251_debugfs_add_files() 434 DEBUGFS_ADD(excessive_retries, wl->debugfs.rootdir); in wl1251_debugfs_add_files()
|
| /linux/drivers/net/wireless/ti/wlcore/ |
| H A D | debugfs.h | 40 #define DEBUGFS_ADD(name, parent) \ macro 100 DEBUGFS_ADD(sub## _ ##name, stats)
|
| /linux/drivers/soc/qcom/ |
| H A D | socinfo.c | 554 #define DEBUGFS_ADD(info, name) \ macro 741 DEBUGFS_ADD(info, chip_id); in socinfo_debugfs_init() 764 DEBUGFS_ADD(info, pmic_model_array); in socinfo_debugfs_init() 775 DEBUGFS_ADD(info, pmic_model); in socinfo_debugfs_init() 776 DEBUGFS_ADD(info, pmic_die_rev); in socinfo_debugfs_init() 815 DEBUGFS_ADD(info, build_id); in socinfo_debugfs_init()
|