Searched refs:peak_datardy_trig (Results 1 – 1 of 1) sorted by relevance
286 struct iio_trigger *peak_datardy_trig; member1118 if (st->dready_trig != trig && st->peak_datardy_trig != trig) in adxl372_validate_trigger()1231 st->peak_datardy_trig = devm_iio_trigger_alloc(dev, in adxl372_probe()1235 if (!st->peak_datardy_trig) in adxl372_probe()1239 st->peak_datardy_trig->ops = &adxl372_peak_data_trigger_ops; in adxl372_probe()1241 iio_trigger_set_drvdata(st->peak_datardy_trig, indio_dev); in adxl372_probe()1246 ret = devm_iio_trigger_register(dev, st->peak_datardy_trig); in adxl372_probe()