/kernel/linux/linux-5.10/kernel/trace/ |
H A D | trace_events_trigger.c | 633 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() 1415 struct event_trigger_ops *trigger_ops; in event_enable_trigger_func() local 1458 trigger_ops in event_enable_trigger_func() [all...] |
H A D | trace_events_hist.c | 5696 struct event_trigger_ops *trigger_ops; in event_hist_trigger_func() local 5762 trigger_ops = cmd_ops->get_trigger_ops(cmd, trigger); in event_hist_trigger_func() 5771 trigger_data->ops = trigger_ops; in event_hist_trigger_func() 5795 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func() 5804 ret = cmd_ops->reg(glob, trigger_ops, trigger_data, file); in event_hist_trigger_func() 5850 cmd_ops->unreg(glob+1, trigger_ops, trigger_data, file); in event_hist_trigger_func()
|
/kernel/linux/linux-5.10/drivers/iio/common/st_sensors/ |
H A D | st_sensors_trigger.c | 120 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() 133 sdata->trig->ops = trigger_ops; in st_sensors_allocate_trigger() 119 st_sensors_allocate_trigger(struct iio_dev *indio_dev, const struct iio_trigger_ops *trigger_ops) st_sensors_allocate_trigger() argument
|
/kernel/linux/linux-5.10/drivers/iio/ |
H A D | industrialio-sw-trigger.c | 155 static struct configfs_group_operations trigger_ops = { variable 161 .ct_group_ops = &trigger_ops,
|
/kernel/linux/linux-6.6/drivers/iio/common/st_sensors/ |
H A D | st_sensors_trigger.c | 120 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() 135 sdata->trig->ops = trigger_ops; in st_sensors_allocate_trigger() 119 st_sensors_allocate_trigger(struct iio_dev *indio_dev, const struct iio_trigger_ops *trigger_ops) st_sensors_allocate_trigger() argument
|
/kernel/linux/linux-6.6/drivers/iio/ |
H A D | industrialio-sw-trigger.c | 155 static struct configfs_group_operations trigger_ops = { variable 161 .ct_group_ops = &trigger_ops,
|
/kernel/linux/linux-5.10/include/linux/iio/common/ |
H A D | st_sensors.h | 267 const struct iio_trigger_ops *trigger_ops); 274 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() 273 st_sensors_allocate_trigger(struct iio_dev *indio_dev, const struct iio_trigger_ops *trigger_ops) st_sensors_allocate_trigger() argument
|
/kernel/linux/linux-6.6/include/linux/iio/common/ |
H A D | st_sensors.h | 272 const struct iio_trigger_ops *trigger_ops); 278 const struct iio_trigger_ops *trigger_ops) in st_sensors_allocate_trigger() 277 st_sensors_allocate_trigger(struct iio_dev *indio_dev, const struct iio_trigger_ops *trigger_ops) st_sensors_allocate_trigger() argument
|
/kernel/linux/linux-6.6/kernel/trace/ |
H A D | trace_events_trigger.c | 820 * trigger_ops to assign to the event_trigger_data. @private_data can 833 struct event_trigger_ops *trigger_ops; in event_trigger_alloc() local 835 trigger_ops = cmd_ops->get_trigger_ops(cmd, param); in event_trigger_alloc() 842 trigger_data->ops = trigger_ops; in event_trigger_alloc()
|