Home
last modified time | relevance | path

Searched refs:dbgfs_cfg (Results 1 – 2 of 2) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/dp/wifi3.0/
H A Ddp_htt.c1895 struct htt_dbgfs_cfg dbgfs_cfg; local
1899 dbgfs_cfg.msg_word = (msg_word + 4);
1900 dbgfs_cfg.m = pdev->dbgfs_cfg->m;
1905 if (pdev->dbgfs_cfg->htt_stats_dbgfs_msg_process)
1906 pdev->dbgfs_cfg->htt_stats_dbgfs_msg_process(&dbgfs_cfg,
1912 if (qdf_event_set(&pdev->dbgfs_cfg->htt_stats_dbgfs_event))
H A Ddp_types.h3865 struct pdev_htt_stats_dbgfs_cfg *dbgfs_cfg; member