Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.h103 char *bin_file_name; member
Dwm_adsp.c536 kfree(dsp->bin_file_name); in wm_adsp_debugfs_save_binname()
537 dsp->bin_file_name = tmp; in wm_adsp_debugfs_save_binname()
543 kfree(dsp->bin_file_name); in wm_adsp_debugfs_clear()
545 dsp->bin_file_name = NULL; in wm_adsp_debugfs_clear()
577 if (!dsp->bin_file_name || !dsp->booted) in wm_adsp_debugfs_bin_read()
581 dsp->bin_file_name, in wm_adsp_debugfs_bin_read()
582 strlen(dsp->bin_file_name)); in wm_adsp_debugfs_bin_read()