Home
last modified time | relevance | path

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

/drivers/iio/accel/
Dadxl372.c286 struct iio_trigger *peak_datardy_trig; member
1131 if (st->dready_trig != trig && st->peak_datardy_trig != trig) in adxl372_validate_trigger()
1243 st->peak_datardy_trig = devm_iio_trigger_alloc(dev, in adxl372_probe()
1247 if (!st->peak_datardy_trig) in adxl372_probe()
1251 st->peak_datardy_trig->ops = &adxl372_peak_data_trigger_ops; in adxl372_probe()
1253 iio_trigger_set_drvdata(st->peak_datardy_trig, indio_dev); in adxl372_probe()
1258 ret = devm_iio_trigger_register(dev, st->peak_datardy_trig); in adxl372_probe()