Home
last modified time | relevance | path

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

/freebsd/sys/dev/gpio/
H A Dgpioc.c85 uint8_t report_option; member
527 if (priv->report_option == GPIO_EVENT_REPORT_DETAIL) { in gpioc_interrupt_handler()
689 priv->report_option = GPIO_EVENT_REPORT_DETAIL; in gpioc_open()
728 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) in gpioc_read()
754 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) { in gpioc_read()
909 priv->report_option = evcfg->gp_report_type; in gpioc_ioctl()
911 if (priv->report_option == GPIO_EVENT_REPORT_DETAIL && in gpioc_ioctl()
1028 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) in gpioc_kqread()