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

/freebsd-12-stable/sys/dev/gpio/
H A Dgpioc.c88 uint8_t report_option; member in struct:gpioc_cdevpriv
528 if (priv->report_option == GPIO_EVENT_REPORT_DETAIL) {
685 priv->report_option = GPIO_EVENT_REPORT_DETAIL;
724 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY)
750 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY) {
905 priv->report_option = evcfg->gp_report_type;
907 if (priv->report_option == GPIO_EVENT_REPORT_DETAIL &&
1024 if (priv->report_option == GPIO_EVENT_REPORT_SUMMARY)

Completed in 53 milliseconds