Searched refs:cec_is_low (Results 1 – 1 of 1) sorted by relevance
21 bool cec_is_low; member38 if (cec->cec_is_low) in cec_gpio_read()47 if (!cec->cec_is_low) in cec_gpio_high()49 cec->cec_is_low = false; in cec_gpio_high()57 if (cec->cec_is_low) in cec_gpio_low()59 cec->cec_is_low = true; in cec_gpio_low()134 seq_printf(file, "mode: %s\n", cec->cec_is_low ? "low-drive" : "read"); in cec_gpio_status()