Searched refs:tas_dev (Results 1 – 2 of 2) sorted by relevance
245 void tas2781_reset(struct tasdevice_priv *tas_dev) in tas2781_reset() argument249 if (tas_dev->reset) { in tas2781_reset()250 gpiod_set_value_cansleep(tas_dev->reset, 0); in tas2781_reset()252 gpiod_set_value_cansleep(tas_dev->reset, 1); in tas2781_reset()254 for (i = 0; i < tas_dev->ndev; i++) { in tas2781_reset()255 ret = tasdevice_dev_write(tas_dev, i, in tas2781_reset()259 dev_err(tas_dev->dev, in tas2781_reset()389 struct tasdevice_priv *tas_dev = (struct tasdevice_priv *) context; in tasdevice_dsp_remove() local390 struct tasdevice_fw *tas_fmw = tas_dev->fmw; in tasdevice_dsp_remove()392 if (!tas_dev->fmw) in tasdevice_dsp_remove()[all …]
133 void tas2781_reset(struct tasdevice_priv *tas_dev);