Home
last modified time | relevance | path

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

/sound/soc/codecs/
Dwm_adsp.h66 char *bin_file_name; member
Dwm_adsp.c268 kfree(dsp->bin_file_name); in wm_adsp_debugfs_save_binname()
269 dsp->bin_file_name = tmp; in wm_adsp_debugfs_save_binname()
277 kfree(dsp->bin_file_name); in wm_adsp_debugfs_clear()
279 dsp->bin_file_name = NULL; in wm_adsp_debugfs_clear()
312 if (!dsp->bin_file_name || !dsp->running) in wm_adsp_debugfs_bin_read()
316 dsp->bin_file_name, in wm_adsp_debugfs_bin_read()
317 strlen(dsp->bin_file_name)); in wm_adsp_debugfs_bin_read()