Home
last modified time | relevance | path

Searched refs:hdd_debugfs_init (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qcacld-3.0/core/hdd/inc/
H A Dwlan_hdd_debugfs.h53 QDF_STATUS hdd_debugfs_init(struct hdd_adapter *adapter);
93 static inline QDF_STATUS hdd_debugfs_init(struct hdd_adapter *adapter) in hdd_debugfs_init() function
/wlan-driver/qcacld-3.0/core/hdd/src/
H A Dwlan_hdd_debugfs.c530 QDF_STATUS hdd_debugfs_init(struct hdd_adapter *adapter) in hdd_debugfs_init() function
H A Dwlan_hdd_main.c9183 if (QDF_STATUS_SUCCESS != hdd_debugfs_init(adapter)) in hdd_open_adapter()