Home
last modified time | relevance | path

Searched refs:has_4kp60 (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_4kp60 = false; in extron_parse_edid()
287 port->has_4kp60 = true; in extron_parse_edid()
320 port->has_4kp60 = true; in extron_parse_edid()
493 bool has_4kp60 = true; in update_edid_work() local
500 for (out = 0; has_4kp60 && out < extron->num_out_ports; out++) { in update_edid_work()
503 has_4kp60 = p->has_4kp60; in update_edid_work()
526 if (has_4kp60 == in->has_4kp60 && has_4kp30 == in->has_4kp30 && in update_edid_work()
531 in->has_4kp60 = has_4kp60; in update_edid_work()
538 has_4kp60 ? hdmi_edid_4k_600 : in update_edid_work()
1108 port->has_4kp60 ? "has" : "no", in extron_adap_status_port()
[all …]
H A Dextron-da-hd-4k-plus.h71 bool has_4kp60; member