Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/platform/cec-gpio/
Dcec-gpio.c29 bool v5_is_high; member
78 if (is_high == cec->v5_is_high) in cec_5v_gpio_irq_handler()
81 cec->v5_is_high = is_high; in cec_5v_gpio_irq_handler()
89 cec_queue_pin_5v_event(cec->adap, cec->v5_is_high, cec->v5_ts); in cec_5v_gpio_irq_handler_thread()
149 cec->v5_is_high ? "high" : "low"); in cec_gpio_status()