iio_sw_trigger_type   29 drivers/iio/industrialio-sw-trigger.c struct iio_sw_trigger_type *__iio_find_sw_trigger_type(const char *name,
iio_sw_trigger_type   32 drivers/iio/industrialio-sw-trigger.c 	struct iio_sw_trigger_type *t = NULL, *iter;
iio_sw_trigger_type   43 drivers/iio/industrialio-sw-trigger.c int iio_register_sw_trigger_type(struct iio_sw_trigger_type *t)
iio_sw_trigger_type   45 drivers/iio/industrialio-sw-trigger.c 	struct iio_sw_trigger_type *iter;
iio_sw_trigger_type   68 drivers/iio/industrialio-sw-trigger.c void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *t)
iio_sw_trigger_type   70 drivers/iio/industrialio-sw-trigger.c 	struct iio_sw_trigger_type *iter;
iio_sw_trigger_type   83 drivers/iio/industrialio-sw-trigger.c struct iio_sw_trigger_type *iio_get_sw_trigger_type(const char *name)
iio_sw_trigger_type   85 drivers/iio/industrialio-sw-trigger.c 	struct iio_sw_trigger_type *t;
iio_sw_trigger_type   99 drivers/iio/industrialio-sw-trigger.c 	struct iio_sw_trigger_type *tt;
iio_sw_trigger_type  121 drivers/iio/industrialio-sw-trigger.c 	struct iio_sw_trigger_type *tt = t->trigger_type;
iio_sw_trigger_type  176 drivers/iio/trigger/iio-trig-hrtimer.c static struct iio_sw_trigger_type iio_trig_hrtimer = {
iio_sw_trigger_type  130 drivers/iio/trigger/iio-trig-loop.c static struct iio_sw_trigger_type iio_trig_loop = {
iio_sw_trigger_type   32 include/linux/iio/sw_trigger.h 	struct iio_sw_trigger_type *trigger_type;
iio_sw_trigger_type   48 include/linux/iio/sw_trigger.h int iio_register_sw_trigger_type(struct iio_sw_trigger_type *tt);
iio_sw_trigger_type   49 include/linux/iio/sw_trigger.h void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *tt);
iio_sw_trigger_type   54 include/linux/iio/sw_trigger.h int iio_sw_trigger_type_configfs_register(struct iio_sw_trigger_type *tt);
iio_sw_trigger_type   55 include/linux/iio/sw_trigger.h void iio_sw_trigger_type_configfs_unregister(struct iio_sw_trigger_type *tt);