Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_debugfs.h277 int qdf_debugfs_printer(void *priv, const char *fmt, ...);
409 int qdf_debugfs_printer(void *priv, const char *fmt, ...) in qdf_debugfs_printer() function
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_debugfs.c534 int qdf_debugfs_printer(void *priv, const char *fmt, ...) in qdf_debugfs_printer() function
546 qdf_export_symbol(qdf_debugfs_printer);
/wlan-driver/qca-wifi-host-cmn/target_if/direct_buf_rx/src/
H A Dtarget_if_direct_buf_rx_main.c883 return target_if_dbr_print_ring_debug_entries(qdf_debugfs_printer, in target_if_dbr_debugfs_show_ring_debug()