Lines Matching refs:clt
685 static int tas2781_hda_i2c_probe(struct i2c_client *clt)
692 tas_hda = devm_kzalloc(&clt->dev, sizeof(*tas_hda), GFP_KERNEL);
696 dev_set_drvdata(&clt->dev, tas_hda);
697 tas_hda->dev = &clt->dev;
699 tas_hda->priv = tasdevice_kzalloc(clt);
703 if (strstr(dev_name(&clt->dev), "TIAS2781")) {
710 tas_hda->priv->irq_info.irq = clt->irq;
739 tas2781_hda_remove(&clt->dev);
743 static void tas2781_hda_i2c_remove(struct i2c_client *clt)
745 tas2781_hda_remove(&clt->dev);