Home
last modified time | relevance | path

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

/wlan-driver/qcacld-3.0/core/hdd/src/
Dwlan_hdd_debugfs_coex.c75 struct mws_coex_tdm_state_priv *tdm_priv; in hdd_debugfs_mws_coex_info_cb() local
102 tdm_priv = osif_request_priv(request); in hdd_debugfs_mws_coex_info_cb()
103 qdf_mem_copy(&tdm_priv->tdm_state, coex_info_data, in hdd_debugfs_mws_coex_info_cb()
327 struct mws_coex_tdm_state_priv *tdm_priv; in __hdd_debugfs_mws_tdm_state_read() local
330 .priv_size = sizeof(*tdm_priv), in __hdd_debugfs_mws_tdm_state_read()
374 tdm_priv = osif_request_priv(request); in __hdd_debugfs_mws_tdm_state_read()
375 tdm_state = &tdm_priv->tdm_state; in __hdd_debugfs_mws_tdm_state_read()