Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c25 bool hpd_is_high; member
67 cec_queue_pin_hpd_event(cec->adap, cec->hpd_is_high, cec->hpd_ts); in cec_hpd_gpio_irq_handler_thread()
98 if (val < 0 || is_high == cec->hpd_is_high) in cec_hpd_gpio_irq_handler()
101 cec->hpd_is_high = is_high; in cec_hpd_gpio_irq_handler()
138 cec->hpd_is_high ? "high" : "low"); in cec_gpio_status()