Home
last modified time | relevance | path

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

/openbmc/linux/include/sound/
H A Dtas2781.h137 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c);
/openbmc/linux/sound/soc/codecs/
H A Dtas2781-comlib.c231 struct tasdevice_priv *tasdevice_kzalloc(struct i2c_client *i2c) in tasdevice_kzalloc() function
243 EXPORT_SYMBOL_GPL(tasdevice_kzalloc);
H A Dtas2781-i2c.c671 tas_priv = tasdevice_kzalloc(i2c); in tasdevice_i2c_probe()
/openbmc/linux/sound/pci/hda/
H A Dtas2781_hda_i2c.c702 tas_hda->priv = tasdevice_kzalloc(clt); in tas2781_hda_i2c_probe()