Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/cec/platform/cec-gpio/
H A Dcec-gpio.c30 bool v5_is_high; member
77 if (val < 0 || is_high == cec->v5_is_high) in cec_5v_gpio_irq_handler()
80 cec->v5_is_high = is_high; in cec_5v_gpio_irq_handler()
88 cec_queue_pin_5v_event(cec->adap, cec->v5_is_high, cec->v5_ts); in cec_5v_gpio_irq_handler_thread()
141 cec->v5_is_high ? "high" : "low"); in cec_gpio_status()