Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/iio/adc/
Dxilinx-xadc-core.c673 if (trigger == xadc->convst_trigger) in xadc_trigger_set_state()
1244 xadc->convst_trigger = xadc_alloc_trigger(indio_dev, "convst"); in xadc_probe()
1245 if (IS_ERR(xadc->convst_trigger)) { in xadc_probe()
1246 ret = PTR_ERR(xadc->convst_trigger); in xadc_probe()
1354 iio_trigger_free(xadc->convst_trigger); in xadc_probe()
1372 iio_trigger_free(xadc->convst_trigger); in xadc_remove()
Dxilinx-xadc.h58 struct iio_trigger *convst_trigger; member