Home
last modified time | relevance | path

Searched refs:est_i (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.c261 port->est_i = edid[0x23]; in extron_parse_edid()
420 port->edid_tmp[0x23] = port->est_i | 0x20; in extron_update_edid()
495 u8 est_i = 0xff; in update_edid_work() local
503 est_i &= p->est_i; in update_edid_work()
527 est_i == in->est_i && est_ii == in->est_ii) in update_edid_work()
534 in->est_i = est_i; in update_edid_work()
H A Dextron-da-hd-4k-plus.h74 u8 est_i, est_ii; member