Searched refs:qdf_debugfs_printf (Results 1 – 6 of 6) sorted by relevance
/wlan-driver/qcacld-3.0/core/hdd/src/ |
H A D | wlan_hdd_debugfs_coex.c | 171 qdf_debugfs_printf(file, "Timedout while retrieving MWS coex state"); in __hdd_debugfs_mws_coex_state_read() 179 qdf_debugfs_printf(file, "vdev_id = %u\n" in __hdd_debugfs_mws_coex_state_read() 268 qdf_debugfs_printf(file, "Timedout while retrieving MWS coex dpwb state"); in __hdd_debugfs_mws_coex_dpwb_read() 275 qdf_debugfs_printf(file, "vdev_id = %u\n" in __hdd_debugfs_mws_coex_dpwb_read() 369 qdf_debugfs_printf(file, "Timedout while retrieving MWS coex tdm state"); in __hdd_debugfs_mws_tdm_state_read() 377 qdf_debugfs_printf(file, "vdev_id = %u\n" in __hdd_debugfs_mws_tdm_state_read() 456 qdf_debugfs_printf(file, "Timedout while retrieving MWS coex idrx state"); in __hdd_debugfs_mws_coex_idrx_read() 463 qdf_debugfs_printf(file, "vdev_id = %u\n" in __hdd_debugfs_mws_coex_idrx_read() 560 qdf_debugfs_printf(file, "Timedout while retrieving MWS coex antenna sharing state"); in __hdd_debugfs_mws_antenna_sharing_read() 567 qdf_debugfs_printf(file, "vdev_id = %u\n" in __hdd_debugfs_mws_antenna_sharing_read()
|
/wlan-driver/qca-wifi-host-cmn/umac/cmn_services/sm_engine/src/ |
H A D | wlan_sm_engine_dbg.c | 139 qdf_debugfs_printf( in wlan_sm_print_fs_history_entry() 149 qdf_debugfs_printf( in wlan_sm_print_fs_history_entry() 171 qdf_debugfs_printf(m, "|%19s |%6s |%6s |%11s |%28s |%23s |%23s |\n", "Time", in wlan_sm_print_fs_history()
|
/wlan-driver/qca-wifi-host-cmn/qdf/inc/ |
H A D | qdf_debugfs.h | 111 void qdf_debugfs_printf(qdf_debugfs_file_t file, const char *f, ...); 334 static inline void qdf_debugfs_printf(qdf_debugfs_file_t file, const char *f, in qdf_debugfs_printf() function
|
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/ |
H A D | qdf_trace.c | 2172 qdf_debugfs_printf(file, "%s [%s] [T: %d G0: %d G1: %d]\n", in qdf_dpt_display_credit_record_debugfs() 2178 qdf_debugfs_printf(file, in qdf_dpt_display_credit_record_debugfs() 2731 qdf_debugfs_printf(file, "%s %s\n", str, linebuf); in qdf_dpt_dump_hex_trace_debugfs() 2754 qdf_debugfs_printf(file, "%s [%d] [%s] SA: " in qdf_dpt_display_proto_pkt_debugfs() 2763 qdf_debugfs_printf(file, "\n"); in qdf_dpt_display_proto_pkt_debugfs() 2787 qdf_debugfs_printf(file, "%s [%d] [%s %s]\n", in qdf_dpt_display_mgmt_pkt_debugfs() 2812 qdf_debugfs_printf(file, "%s [%d] [%s %s]\n", in qdf_dpt_display_event_record_debugfs() 2900 qdf_debugfs_printf(file, in qdf_dpt_get_curr_pos_debugfs() 2910 qdf_debugfs_printf(file, in qdf_dpt_get_curr_pos_debugfs() 2934 qdf_debugfs_printf(file, in qdf_dpt_get_curr_pos_debugfs() [all …]
|
H A D | qdf_debugfs.c | 160 void qdf_debugfs_printf(qdf_debugfs_file_t file, const char *f, ...) in qdf_debugfs_printf() function 169 qdf_export_symbol(qdf_debugfs_printf);
|
/wlan-driver/qca-wifi-host-cmn/wmi/src/ |
H A D | wmi_unified.c | 1615 qdf_debugfs_printf(file, "%s: 0x%x\n", in wmi_ext_dbg_msg_show() 1620 qdf_debugfs_printf(file, "Time: %llu.%llu\n", secs, usecs); in wmi_ext_dbg_msg_show() 1621 qdf_debugfs_printf(file, "Length:%d\n", msg->len); in wmi_ext_dbg_msg_show() 1625 qdf_debugfs_printf(file, "\n"); in wmi_ext_dbg_msg_show()
|