Searched refs:convst_trigger (Results 1 – 2 of 2) sorted by relevance
57 struct iio_trigger *convst_trigger; member
716 if (trigger == xadc->convst_trigger) in xadc_trigger_set_state()1367 xadc->convst_trigger = xadc_alloc_trigger(indio_dev, "convst"); in xadc_probe()1368 if (IS_ERR(xadc->convst_trigger)) in xadc_probe()1369 return PTR_ERR(xadc->convst_trigger); in xadc_probe()