Home
last modified time | relevance | path

Searched refs:has_qy (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.c258 port->has_qy = false; in extron_parse_edid()
329 port->has_qy = true; in extron_parse_edid()
434 if (port->has_qy) in extron_update_edid()
493 bool has_qy = true; in update_edid_work() local
512 for (out = 0; has_qy && out < extron->num_out_ports; out++) in update_edid_work()
514 has_qy = extron->ports[out]->has_qy; in update_edid_work()
526 has_qy == in->has_qy && has_qs == in->has_qs && in update_edid_work()
532 in->has_qy = has_qy; in update_edid_work()
1109 port->has_qy ? "" : "no ", in extron_adap_status_port()
1122 port->has_qy ? "" : "no ", in extron_adap_status_port()
H A Dextron-da-hd-4k-plus.h72 bool has_qy; member