Searched refs:tas_dev (Results 1 – 2 of 2) sorted by relevance
246 void tas2781_reset(struct tasdevice_priv *tas_dev) in tas2781_reset() argument250 if (tas_dev->reset) { in tas2781_reset()251 gpiod_set_value_cansleep(tas_dev->reset, 0); in tas2781_reset()253 gpiod_set_value_cansleep(tas_dev->reset, 1); in tas2781_reset()255 for (i = 0; i < tas_dev->ndev; i++) { in tas2781_reset()256 ret = tasdevice_dev_write(tas_dev, i, in tas2781_reset()260 dev_err(tas_dev->dev, in tas2781_reset()390 struct tasdevice_priv *tas_dev = (struct tasdevice_priv *) context; in tasdevice_dsp_remove() local391 struct tasdevice_fw *tas_fmw = tas_dev->fmw; in tasdevice_dsp_remove()393 if (!tas_dev->fmw) in tasdevice_dsp_remove()[all …]
136 void tas2781_reset(struct tasdevice_priv *tas_dev);