Home
last modified time | relevance | path

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

/Linux-v5.15/sound/soc/codecs/
Dwm_adsp.h106 char *bin_file_name; member
Dwm_adsp.c655 kfree(dsp->bin_file_name); in wm_adsp_debugfs_save_binname()
656 dsp->bin_file_name = tmp; in wm_adsp_debugfs_save_binname()
662 kfree(dsp->bin_file_name); in wm_adsp_debugfs_clear()
664 dsp->bin_file_name = NULL; in wm_adsp_debugfs_clear()
696 if (!dsp->bin_file_name || !dsp->booted) in wm_adsp_debugfs_bin_read()
700 dsp->bin_file_name, in wm_adsp_debugfs_bin_read()
701 strlen(dsp->bin_file_name)); in wm_adsp_debugfs_bin_read()