Home
last modified time | relevance | path

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

/linux/drivers/iio/
H A Dindustrialio-sw-trigger.c155 static struct configfs_group_operations trigger_ops = { variable
161 .ct_group_ops = &trigger_ops,
/linux/drivers/iio/common/st_sensors/
H A Dst_sensors_trigger.c120 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
135 sdata->trig->ops = trigger_ops; in st_sensors_allocate_trigger()
/linux/include/linux/iio/common/
H A Dst_sensors.h272 const struct iio_trigger_ops *trigger_ops);
278 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
/linux/Documentation/driver-api/iio/
H A Dtriggers.rst47 struct iio_trigger_ops trigger_ops = {
58 trig->ops = &trigger_ops;
/linux/drivers/iio/pressure/
H A Dbmp280-core.c1291 const struct iio_trigger_ops *trigger_ops, in __bmp280_trigger_probe() argument
1329 data->trig->ops = trigger_ops; in __bmp280_trigger_probe()