Searched refs:convst_trigger (Results 1 – 2 of 2) sorted by relevance
664 if (trigger == xadc->convst_trigger) in xadc_trigger_set_state()1204 xadc->convst_trigger = xadc_alloc_trigger(indio_dev, "convst"); in xadc_probe()1205 if (IS_ERR(xadc->convst_trigger)) { in xadc_probe()1206 ret = PTR_ERR(xadc->convst_trigger); in xadc_probe()1292 iio_trigger_free(xadc->convst_trigger); in xadc_probe()1313 iio_trigger_free(xadc->convst_trigger); in xadc_remove()
58 struct iio_trigger *convst_trigger; member