Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_trace.h1972 QDF_STATUS qdf_module_param_handler(void *context, const char *key,
1976 QDF_STATUS qdf_module_param_handler(void *context, const char *key, in qdf_module_param_handler() function
/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_trace.c4009 QDF_STATUS qdf_module_param_handler(void *context, const char *str_param, in qdf_module_param_handler() function
4057 status = qdf_ini_parse(path, NULL, qdf_module_param_handler, NULL); in qdf_initialize_module_param_from_ini()