Home
last modified time | relevance | path

Searched defs:trig_info (Results 1 – 5 of 5) sorted by relevance

/Linux-v4.19/drivers/iio/trigger/
Diio-trig-hrtimer.c103 struct iio_hrtimer_info *trig_info; in iio_trig_hrtimer_set_state() local
122 struct iio_hrtimer_info *trig_info; in iio_trig_hrtimer_probe() local
161 struct iio_hrtimer_info *trig_info; in iio_trig_hrtimer_remove() local
Diio-trig-interrupt.c36 struct iio_interrupt_trigger_info *trig_info; in iio_interrupt_trigger_probe() local
94 struct iio_interrupt_trigger_info *trig_info; in iio_interrupt_trigger_remove() local
Diio-trig-loop.c81 struct iio_loop_info *trig_info; in iio_trig_loop_probe() local
115 struct iio_loop_info *trig_info; in iio_trig_loop_remove() local
/Linux-v4.19/drivers/iio/
Dindustrialio-trigger.c69 int __iio_trigger_register(struct iio_trigger *trig_info, in __iio_trigger_register()
109 void iio_trigger_unregister(struct iio_trigger *trig_info) in iio_trigger_unregister()
683 struct iio_trigger *trig_info, in __devm_iio_trigger_register()
712 struct iio_trigger *trig_info) in devm_iio_trigger_unregister()
/Linux-v4.19/include/linux/iio/
Dtrigger.h130 #define iio_trigger_register(trig_info) \ argument
135 #define devm_iio_trigger_register(dev, trig_info) \ argument