Home
last modified time | relevance | path

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

/linux/kernel/trace/
A Dtrace_events_trigger.c646 struct event_trigger_ops *trigger_ops; in event_trigger_callback() local
661 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_trigger_callback()
669 trigger_data->ops = trigger_ops; in event_trigger_callback()
710 event_trigger_init(trigger_ops, trigger_data); in event_trigger_callback()
724 event_trigger_free(trigger_ops, trigger_data); in event_trigger_callback()
1390 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func() local
1433 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_enable_trigger_func()
1447 trigger_data->ops = trigger_ops; in event_enable_trigger_func()
1466 event_trigger_init(trigger_ops, trigger_data); in event_enable_trigger_func()
1518 event_trigger_free(trigger_ops, trigger_data); in event_enable_trigger_func()
[all …]
A Dtrace_events_hist.c6139 struct event_trigger_ops *trigger_ops; in event_hist_trigger_func() local
6215 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_hist_trigger_func()
6224 trigger_data->ops = trigger_ops; in event_hist_trigger_func()
6248 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
6257 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_hist_trigger_func()
6300 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
/linux/drivers/iio/
A Dindustrialio-sw-trigger.c151 static struct configfs_group_operations trigger_ops = { variable
157 .ct_group_ops = &trigger_ops,
/linux/drivers/iio/common/st_sensors/
A Dst_sensors_trigger.c121 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/include/linux/iio/common/
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/
A Dtriggers.rst47 struct iio_trigger_ops trigger_ops = {
58 trig->ops = &trigger_ops;

Completed in 27 milliseconds