Home
last modified time | relevance | path

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

/Linux-v4.19/sound/soc/codecs/
Dwm_adsp.h102 char *wmfw_file_name; member
Dwm_adsp.c528 kfree(dsp->wmfw_file_name); in wm_adsp_debugfs_save_wmfwname()
529 dsp->wmfw_file_name = tmp; in wm_adsp_debugfs_save_wmfwname()
542 kfree(dsp->wmfw_file_name); in wm_adsp_debugfs_clear()
544 dsp->wmfw_file_name = NULL; in wm_adsp_debugfs_clear()
557 if (!dsp->wmfw_file_name || !dsp->booted) in wm_adsp_debugfs_wmfw_read()
561 dsp->wmfw_file_name, in wm_adsp_debugfs_wmfw_read()
562 strlen(dsp->wmfw_file_name)); in wm_adsp_debugfs_wmfw_read()