Home
last modified time | relevance | path

Searched refs:trigger_ops (Results 1 – 6 of 6) 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.c849 struct event_trigger_ops *trigger_ops; in event_trigger_alloc() local
851 trigger_ops = cmd_ops->get_trigger_ops(cmd, param); in event_trigger_alloc()
858 trigger_data->ops = trigger_ops; in event_trigger_alloc()