Home
last modified time | relevance | path

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

/linux/sound/hda/codecs/side-codecs/
H A Dtas2781_hda_i2c.c602 static const struct component_ops tas2781_hda_comp_ops = { variable
694 ret = component_add(tas_hda->dev, &tas2781_hda_comp_ops); in tas2781_hda_i2c_probe()
702 tas2781_hda_remove(&clt->dev, &tas2781_hda_comp_ops); in tas2781_hda_i2c_probe()
708 tas2781_hda_remove(&clt->dev, &tas2781_hda_comp_ops); in tas2781_hda_i2c_remove()
H A Dtas2781_hda_spi.c763 static const struct component_ops tas2781_hda_comp_ops = { variable
826 ret = component_add(tas_priv->dev, &tas2781_hda_comp_ops); in tas2781_hda_spi_probe()
830 tas2781_hda_remove(&spi->dev, &tas2781_hda_comp_ops); in tas2781_hda_spi_probe()
838 tas2781_hda_remove(&spi->dev, &tas2781_hda_comp_ops); in tas2781_hda_spi_remove()