Home
last modified time | relevance | path

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

/wlan-driver/qca-wifi-host-cmn/qdf/linux/src/
H A Dqdf_file.c47 QDF_STATUS qdf_file_read(const char *path, char **out_buf) in qdf_file_read() function
74 qdf_export_symbol(qdf_file_read);
/wlan-driver/qca-wifi-host-cmn/qdf/src/
H A Dqdf_parse.c149 status = qdf_file_read(ini_path, &fbuf); in qdf_ini_parse()
216 status = qdf_file_read(ini_path, &fbuf); in qdf_ini_section_parse()
397 status = qdf_file_read(ini_path, &fbuf); in qdf_valid_ini_check()
/wlan-driver/qca-wifi-host-cmn/qdf/inc/
H A Dqdf_file.h42 QDF_STATUS qdf_file_read(const char *path, char **out_buf);