Home
last modified time | relevance | path

Searched refs:INDIO_EVENT_TRIGGERED (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/iio/
H A Dindustrialio-triggered-event.c45 indio_dev->modes |= INDIO_EVENT_TRIGGERED; in iio_triggered_event_setup()
57 indio_dev->modes &= ~INDIO_EVENT_TRIGGERED; in iio_triggered_event_cleanup()
H A Dindustrialio-trigger.c486 if (indio_dev->modes & INDIO_EVENT_TRIGGERED) in current_trigger_store()
492 if (indio_dev->modes & INDIO_EVENT_TRIGGERED) in current_trigger_store()
/openbmc/linux/include/linux/iio/
H A Diio.h374 #define INDIO_EVENT_TRIGGERED 0x10 macro
382 | INDIO_EVENT_TRIGGERED \