Home
last modified time | relevance | path

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

/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
H A Dextron-da-hd-4k-plus.c260 port->has_qs = false; in extron_parse_edid()
332 port->has_qs = true; in extron_parse_edid()
437 if (port->has_qs) in extron_update_edid()
495 bool has_qs = true; in update_edid_work() local
517 for (out = 0; has_qs && out < extron->num_out_ports; out++) in update_edid_work()
519 has_qs = extron->ports[out]->has_qs; in update_edid_work()
527 has_qy == in->has_qy && has_qs == in->has_qs && in update_edid_work()
534 in->has_qs = has_qs; in update_edid_work()
1109 port->has_qs ? "" : "no ", in extron_adap_status_port()
1122 port->has_qs ? "" : "no ", in extron_adap_status_port()
H A Dextron-da-hd-4k-plus.h73 bool has_qs; member