Home
last modified time | relevance | path

Searched refs:has_4kp30 (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.c256 port->has_4kp30 = false; in extron_parse_edid()
284 port->has_4kp30 = true; in extron_parse_edid()
322 port->has_4kp30 = true; in extron_parse_edid()
491 bool has_4kp30 = true; in update_edid_work() local
508 for (out = 0; has_4kp30 && out < extron->num_out_ports; out++) in update_edid_work()
510 has_4kp30 = extron->ports[out]->has_4kp30; in update_edid_work()
525 if (has_4kp60 == in->has_4kp60 && has_4kp30 == in->has_4kp30 && in update_edid_work()
531 in->has_4kp30 = has_4kp30; in update_edid_work()
538 (has_4kp30 ? hdmi_edid_4k_300 : hdmi_edid), 2); in update_edid_work()
1106 port->has_4kp30 ? "has" : "no", in extron_adap_status_port()
[all …]
H A Dextron-da-hd-4k-plus.h70 bool has_4kp30; member