Home
last modified time | relevance | path

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

/openbmc/linux/drivers/iio/
H A Dindustrialio-sw-trigger.c29 struct iio_sw_trigger_type *__iio_find_sw_trigger_type(const char *name, in __iio_find_sw_trigger_type()
32 struct iio_sw_trigger_type *t = NULL, *iter; in __iio_find_sw_trigger_type()
43 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_register_sw_trigger_type()
45 struct iio_sw_trigger_type *iter; in iio_register_sw_trigger_type()
72 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *t) in iio_unregister_sw_trigger_type()
74 struct iio_sw_trigger_type *iter; in iio_unregister_sw_trigger_type()
87 struct iio_sw_trigger_type *iio_get_sw_trigger_type(const char *name) in iio_get_sw_trigger_type()
89 struct iio_sw_trigger_type *t; in iio_get_sw_trigger_type()
103 struct iio_sw_trigger_type *tt; in iio_sw_trigger_create()
125 struct iio_sw_trigger_type *tt = t->trigger_type; in iio_sw_trigger_destroy()
/openbmc/linux/include/linux/iio/
H A Dsw_trigger.h22 struct iio_sw_trigger_type { struct
32 struct iio_sw_trigger_type *trigger_type; argument
48 int iio_register_sw_trigger_type(struct iio_sw_trigger_type *tt);
49 void iio_unregister_sw_trigger_type(struct iio_sw_trigger_type *tt);
54 int iio_sw_trigger_type_configfs_register(struct iio_sw_trigger_type *tt);
55 void iio_sw_trigger_type_configfs_unregister(struct iio_sw_trigger_type *tt);
/openbmc/linux/Documentation/translations/zh_CN/iio/
H A Diio_configfs.rst73 static struct iio_sw_trigger_type iio_trig_sample = {
/openbmc/linux/drivers/iio/trigger/
H A Diio-trig-loop.c130 static struct iio_sw_trigger_type iio_trig_loop = {
H A Diio-trig-hrtimer.c189 static struct iio_sw_trigger_type iio_trig_hrtimer = {
/openbmc/linux/Documentation/iio/
H A Diio_configfs.rst68 static struct iio_sw_trigger_type iio_trig_sample = {