Home
last modified time | relevance | path

Searched refs:trigger_ops (Results 1 – 7 of 7) 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/drivers/media/pci/mgb4/
H A Dmgb4_trigger.c60 static const struct iio_trigger_ops trigger_ops = { variable
122 st->trig->ops = &trigger_ops; in probe_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/kernel/trace/
H A Dtrace_events_trigger.c811 * trigger_ops to assign to the event_trigger_data. @private_data can
824 const struct event_trigger_ops *trigger_ops; in trigger_data_alloc() local
826 trigger_ops = cmd_ops->get_trigger_ops(cmd, param); in trigger_data_alloc()
833 trigger_data->ops = trigger_ops; in trigger_data_alloc()
/linux/drivers/iio/pressure/
H A Dbmp280-core.c1290 const struct iio_trigger_ops *trigger_ops, in __bmp280_trigger_probe() argument
1328 data->trig->ops = trigger_ops; in __bmp280_trigger_probe()