Searched refs:fmw (Results 1 – 7 of 7) sorted by relevance
| /linux/include/sound/ |
| H A D | tas2781.h | 205 struct tasdevice_fw *fmw; member 240 const struct firmware *fmw, int offset); 243 const struct firmware *fmw, int offset); 246 const struct firmware *fmw, int offset); 249 const struct firmware *fmw, int offset);
|
| /linux/sound/soc/codecs/ |
| H A D | tas2781-comlib.c | 197 struct tasdevice_fw *tas_fmw = tas_dev->fmw; in tasdevice_dsp_remove() 199 if (!tas_dev->fmw) in tasdevice_dsp_remove() 209 tas_dev->fmw = NULL; in tasdevice_dsp_remove()
|
| H A D | tas2783-sdw.c | 747 static void tas2783_fw_ready(const struct firmware *fmw, void *context) in tas2783_fw_ready() argument 755 if (!fmw || !fmw->data) { in tas2783_fw_ready() 764 img_sz = fmw->size; in tas2783_fw_ready() 765 buf = fmw->data; in tas2783_fw_ready() 833 if (fmw) in tas2783_fw_ready() 834 release_firmware(fmw); in tas2783_fw_ready()
|
| H A D | tas2781-i2c.c | 722 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_tf_data_get() 749 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_re_data_get() 792 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA1_data_get() 812 struct tasdevice_fw *tas_fmw = tas_priv->fmw; in tasdev_XMA2_data_get() 1030 struct tasdevice_fw *tas_fw = tas_priv->fmw; in tasdevice_info_programs() 1045 struct tasdevice_fw *tas_fw = tas_priv->fmw; in tasdevice_info_configurations() 1339 struct tasdevice_fw *fmw = priv->fmw; in tasdevice_create_cali_ctrls() local 1355 struct fct_param_address *t = &(fmw->fct_par_addr); in tasdevice_create_cali_ctrls() 1621 static void tasdevice_fw_ready(const struct firmware *fmw, in tasdevice_fw_ready() argument 1635 ret = tasdevice_rca_parser(tas_priv, fmw); in tasdevice_fw_ready() [all …]
|
| /linux/sound/hda/codecs/side-codecs/ |
| H A D | tas2781_hda.c | 277 uinfo->value.integer.max = tas_priv->fmw->nr_programs - 1; in tasdevice_info_programs() 287 struct tasdevice_fw *tas_fw = tas_priv->fmw; in tasdevice_info_config() 354 struct tasdevice_fw *tas_fw = tas_priv->fmw; in tasdevice_program_put() 393 struct tasdevice_fw *tas_fw = tas_priv->fmw; in tasdevice_config_put()
|
| H A D | tas2781_hda_i2c.c | 478 if (tas_priv->fmw->nr_programs > 0) in tasdevice_dspfw_init() 480 if (tas_priv->fmw->nr_configurations > 0) in tasdevice_dspfw_init() 495 static void tasdev_fw_ready(const struct firmware *fmw, void *context) in tasdev_fw_ready() argument 506 ret = tasdevice_rca_parser(tas_priv, fmw); in tasdev_fw_ready() 541 release_firmware(fmw); in tasdev_fw_ready()
|
| H A D | tas2781_hda_spi.c | 632 static void tasdev_fw_ready(const struct firmware *fmw, void *context) in tasdev_fw_ready() argument 642 ret = tasdevice_rca_parser(tas_priv, fmw); in tasdev_fw_ready() 690 if (tas_priv->fmw->nr_programs > 0) in tasdev_fw_ready() 692 if (tas_priv->fmw->nr_configurations > 0) in tasdev_fw_ready() 701 release_firmware(fmw); in tasdev_fw_ready()
|