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