Searched refs:adcx140 (Results 1 – 1 of 1) sorted by relevance
635 adcx140->phase_calib_on = v; in adcx140_phase_calib_put()684 if (adcx140->gpio_reset) { in adcx140_reset()975 adcx140->micbias_vg = false; in adcx140_codec_probe()977 adcx140->micbias_vg = true; in adcx140_codec_probe()992 ret = adcx140_reset(adcx140); in adcx140_codec_probe()1148 struct adcx140_priv *adcx140; in adcx140_i2c_probe() local1151 adcx140 = devm_kzalloc(&i2c->dev, sizeof(*adcx140), GFP_KERNEL); in adcx140_i2c_probe()1152 if (!adcx140) in adcx140_i2c_probe()1156 adcx140->dev = &i2c->dev; in adcx140_i2c_probe()1158 adcx140->gpio_reset = devm_gpiod_get_optional(adcx140->dev, in adcx140_i2c_probe()[all …]