Home
last modified time | relevance | path

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

/linux/drivers/iio/adc/
H A Drzg2l_adc.c85 struct reset_control *adrstn; member
445 adc->adrstn = devm_reset_control_get_exclusive_deasserted(dev, "adrst-n"); in rzg2l_adc_probe()
446 if (IS_ERR(adc->adrstn)) in rzg2l_adc_probe()
447 return dev_err_probe(dev, PTR_ERR(adc->adrstn), in rzg2l_adc_probe()
536 { .rstc = adc->adrstn }, in rzg2l_adc_suspend()
560 { .rstc = adc->adrstn }, in rzg2l_adc_resume()