Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/iot_sim/core/
Diot_sim_common.c1715 qdf_debugfs_remove_dir_recursive(isc->iot_sim_dbgfs_ctx.iot_sim_dir_de); in iot_sim_debugfs_deinit()
1796 isc->iot_sim_dbgfs_ctx.iot_sim_dir_de = dbgfs_dir; in iot_sim_debugfs_init()
1798 if (!isc->iot_sim_dbgfs_ctx.iot_sim_dir_de) { in iot_sim_debugfs_init()
1814 isc->iot_sim_dbgfs_ctx.iot_sim_file_de[i] = de; in iot_sim_debugfs_init()
1821 qdf_mem_set(isc->iot_sim_dbgfs_ctx.iot_sim_file_de, in iot_sim_debugfs_init()
1822 sizeof(isc->iot_sim_dbgfs_ctx.iot_sim_file_de), 0); in iot_sim_debugfs_init()
Diot_sim_defs_i.h190 struct iot_sim_debugfs iot_sim_dbgfs_ctx; member