Searched refs:debugfs_phy (Results 1 – 7 of 7) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_debugfs.c | 534 adapter->debugfs_phy = debugfs_create_dir(net_dev->name, 0); in hdd_debugfs_init() 536 if (!adapter->debugfs_phy) { in hdd_debugfs_init() 542 adapter->debugfs_phy, net_dev, in hdd_debugfs_init() 547 adapter->debugfs_phy, net_dev, in hdd_debugfs_init() 570 debugfs_remove_recursive(adapter->debugfs_phy); in hdd_debugfs_exit()
|
H A D | wlan_hdd_debugfs_csr.c | 328 adapter->debugfs_phy, in wlan_hdd_debugfs_csr_init() 340 adapter->debugfs_phy, in wlan_hdd_debugfs_csr_init()
|
H A D | wlan_hdd_debugfs_mibstat.c | 346 if (!debugfs_create_file("mib_stats", 0444, adapter->debugfs_phy, in wlan_hdd_create_mib_stats_file()
|
H A D | wlan_hdd_debugfs_llstat.c | 564 if (!debugfs_create_file("ll_stats", 0444, adapter->debugfs_phy, in wlan_hdd_create_ll_stats_file()
|
/wlan-driver/qca-wifi-host-cmn/utils/fwlog/ |
H A D | dbglog_host.c | 4147 wmi_handle->debugfs_phy = qdf_debugfs_create_dir(CLD_DEBUGFS_DIR, NULL); in dbglog_debugfs_init() 4148 if (!wmi_handle->debugfs_phy) { in dbglog_debugfs_init() 4154 wmi_handle->debugfs_phy, &wmi_handle->dbglog, in dbglog_debugfs_init() 4166 qdf_debugfs_remove_dir_recursive(wmi_handle->debugfs_phy); in dbglog_debugfs_remove()
|
/wlan-driver/qcacld-3.0/core/hdd/inc/ |
H A D | wlan_hdd_main.h | 1421 struct dentry *debugfs_phy; member
|
/wlan-driver/qca-wifi-host-cmn/wmi/inc/ |
H A D | wmi_unified_priv.h | 3533 struct dentry *debugfs_phy; member
|