Home
last modified time | relevance | path

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

/Linux-v4.19/kernel/trace/
Dtrace_events_trigger.c614 struct event_trigger_ops *trigger_ops; in event_trigger_callback() local
623 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_trigger_callback()
631 trigger_data->ops = trigger_ops; in event_trigger_callback()
638 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_trigger_callback()
672 event_trigger_init(trigger_ops, trigger_data); in event_trigger_callback()
673 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_trigger_callback()
680 cmd_ops->unreg(glob, trigger_ops, trigger_data, file); in event_trigger_callback()
686 event_trigger_free(trigger_ops, trigger_data); in event_trigger_callback()
1342 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func() local
1380 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_enable_trigger_func()
[all …]
Dtrace_events_hist.c5483 struct event_trigger_ops *trigger_ops; in event_hist_trigger_func() local
5547 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_hist_trigger_func()
5556 trigger_data->ops = trigger_ops; in event_hist_trigger_func()
5580 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
5593 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_hist_trigger_func()
5639 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
/Linux-v4.19/drivers/iio/
Dindustrialio-sw-trigger.c154 static struct configfs_group_operations trigger_ops = { variable
160 .ct_group_ops = &trigger_ops,
/Linux-v4.19/drivers/iio/common/st_sensors/
Dst_sensors_trigger.c123 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
136 sdata->trig->ops = trigger_ops; in st_sensors_allocate_trigger()
/Linux-v4.19/include/linux/iio/common/
Dst_sensors.h295 const struct iio_trigger_ops *trigger_ops);
302 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
/Linux-v4.19/Documentation/driver-api/iio/
Dtriggers.rst49 struct iio_trigger_ops trigger_ops = {
60 trig->ops = &trigger_ops;