Home
last modified time | relevance | path

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

/linux/drivers/iio/accel/
H A Dadxl372.c286 struct iio_trigger *peak_datardy_trig; member
1116 if (st->dready_trig != trig && st->peak_datardy_trig != trig) in adxl372_validate_trigger()
1229 st->peak_datardy_trig = devm_iio_trigger_alloc(dev, in adxl372_probe()
1233 if (!st->peak_datardy_trig) in adxl372_probe()
1237 st->peak_datardy_trig->ops = &adxl372_peak_data_trigger_ops; in adxl372_probe()
1239 iio_trigger_set_drvdata(st->peak_datardy_trig, indio_dev); in adxl372_probe()
1244 ret = devm_iio_trigger_register(dev, st->peak_datardy_trig); in adxl372_probe()