Home
last modified time | relevance | path

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

/src/tools/test/gpioevents/
H A Dgpioevents.c53 static int report_format = GPIO_EVENT_REPORT_DETAIL;
202 if (report_format == GPIO_EVENT_REPORT_DETAIL) in print_gpio_event()
219 if (report_format == GPIO_EVENT_REPORT_DETAIL) in run_read()
244 if (report_format == GPIO_EVENT_REPORT_DETAIL) in run_read()
393 if (report_format == GPIO_EVENT_REPORT_DETAIL) in run_aio_read()
/src/sys/sys/
H A Dgpio.h143 GPIO_EVENT_REPORT_DETAIL, /* Report detail on each event */ enumerator
/src/sys/dev/gpio/
H A Dgpioc.c546 if (priv->report_option == GPIO_EVENT_REPORT_DETAIL) { in gpioc_interrupt_handler()
697 priv->report_option = GPIO_EVENT_REPORT_DETAIL; in gpioc_open()
913 if (evcfg->gp_report_type != GPIO_EVENT_REPORT_DETAIL && in gpioc_ioctl()
920 if (evcfg->gp_report_type == GPIO_EVENT_REPORT_DETAIL && in gpioc_ioctl()