Searched refs:cec_is_low (Results 1 – 1 of 1) sorted by relevance
22 bool cec_is_low; member39 if (cec->cec_is_low) in cec_gpio_read()48 if (!cec->cec_is_low) in cec_gpio_high()50 cec->cec_is_low = false; in cec_gpio_high()58 if (cec->cec_is_low) in cec_gpio_low()60 cec->cec_is_low = true; in cec_gpio_low()137 seq_printf(file, "mode: %s\n", cec->cec_is_low ? "low-drive" : "read"); in cec_gpio_status()
Completed in 6 milliseconds