Home
last modified time | relevance | path

Searched refs:WMFW_CTL_FLAG_WRITEABLE (Results 1 – 4 of 4) sorted by relevance

/linux-6.12.1/include/linux/firmware/cirrus/
Dwmfw.h23 #define WMFW_CTL_FLAG_WRITEABLE 0x0002 macro
/linux-6.12.1/sound/pci/hda/
Dhda_cs_dsp_ctl.c80 if (in & WMFW_CTL_FLAG_WRITEABLE) in wmfw_convert_flags()
/linux-6.12.1/drivers/firmware/cirrus/
Dcs_dsp.c486 ctl->flags & WMFW_CTL_FLAG_WRITEABLE ? 'W' : '-', in cs_dsp_debugfs_read_controls_show()
806 if (ctl->flags && !(ctl->flags & WMFW_CTL_FLAG_WRITEABLE)) in cs_dsp_coeff_write_ctrl()
1358 WMFW_CTL_FLAG_WRITEABLE | in cs_dsp_parse_coeff()
1369 WMFW_CTL_FLAG_WRITEABLE | in cs_dsp_parse_coeff()
/linux-6.12.1/sound/soc/codecs/
Dwm_adsp.c531 if (in & WMFW_CTL_FLAG_WRITEABLE) in wmfw_convert_flags()