Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_events_trigger.c633 struct event_trigger_ops *trigger_ops; in event_trigger_callback() local
648 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_trigger_callback()
656 trigger_data->ops = trigger_ops; in event_trigger_callback()
663 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_trigger_callback()
697 event_trigger_init(trigger_ops, trigger_data); in event_trigger_callback()
698 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_trigger_callback()
705 cmd_ops->unreg(glob, trigger_ops, trigger_data, file); in event_trigger_callback()
711 event_trigger_free(trigger_ops, trigger_data); in event_trigger_callback()
1413 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func() local
1456 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_enable_trigger_func()
[all …]
H A Dtrace_events_hist.c5684 struct event_trigger_ops *trigger_ops; in event_hist_trigger_func() local
5750 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_hist_trigger_func()
5759 trigger_data->ops = trigger_ops; in event_hist_trigger_func()
5783 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
5792 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_hist_trigger_func()
5835 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
/OK3568_Linux_fs/kernel/drivers/iio/
H A Dindustrialio-sw-trigger.c155 static struct configfs_group_operations trigger_ops = { variable
161 .ct_group_ops = &trigger_ops,
/OK3568_Linux_fs/kernel/drivers/iio/common/st_sensors/
H A Dst_sensors_trigger.c120 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
133 sdata->trig->ops = trigger_ops; in st_sensors_allocate_trigger()
/OK3568_Linux_fs/kernel/include/linux/iio/common/
H A Dst_sensors.h267 const struct iio_trigger_ops *trigger_ops);
274 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
/OK3568_Linux_fs/kernel/Documentation/driver-api/iio/
H A Dtriggers.rst47 struct iio_trigger_ops trigger_ops = {
58 trig->ops = &trigger_ops;