Home
last modified time | relevance | path

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

/freebsd/tools/test/gpioevents/
H A Dgpioevents.c502 report_format = GPIO_EVENT_REPORT_SUMMARY; in main()
562 if (report_format == GPIO_EVENT_REPORT_SUMMARY) { in main()
564 {GPIO_EVENT_REPORT_SUMMARY, 0}; in main()
/freebsd/sys/sys/
H A Dgpio.h144 GPIO_EVENT_REPORT_SUMMARY, /* Report summary of events */ enumerator
/freebsd/sys/dev/gpio/
H A Dgpioc.c728 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) in gpioc_read()
754 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) { in gpioc_read()
905 evcfg->gp_report_type != GPIO_EVENT_REPORT_SUMMARY) { in gpioc_ioctl()
1028 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) in gpioc_kqread()