Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/iio/
Dindustrialio-sw-trigger.c155 static struct configfs_group_operations trigger_ops = { variable
161 .ct_group_ops = &trigger_ops,
/Linux-v6.1/drivers/iio/common/st_sensors/
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-v6.1/include/linux/iio/common/
Dst_sensors.h275 const struct iio_trigger_ops *trigger_ops);
281 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() argument
/Linux-v6.1/Documentation/driver-api/iio/
Dtriggers.rst47 struct iio_trigger_ops trigger_ops = {
58 trig->ops = &trigger_ops;
/Linux-v6.1/kernel/trace/
Dtrace_events_trigger.c831 struct event_trigger_ops *trigger_ops; in event_trigger_alloc() local
833 trigger_ops = cmd_ops->get_trigger_ops(cmd, param); in event_trigger_alloc()
840 trigger_data->ops = trigger_ops; in event_trigger_alloc()