Home
last modified time | relevance | path

Searched refs:iio_ev_type_text (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/iio/
H A Dindustrialio-event.c226 static const char * const iio_ev_type_text[] = { variable
404 iio_ev_type_text[type], in iio_device_add_event()
409 iio_ev_type_text[type], in iio_device_add_event()
455 iio_ev_type_text[type], in iio_device_add_event_label()
459 iio_ev_type_text[type]); in iio_device_add_event_label()
/linux/tools/iio/
H A Diio_event_monitor.c70 static const char * const iio_ev_type_text[] = { variable
315 printf(", evtype: %s", iio_ev_type_text[ev_type]); in print_event()