Home
last modified time | relevance | path

Searched refs:est_ii (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.c262 port->est_ii = edid[0x24]; in extron_parse_edid()
421 port->edid_tmp[0x24] = port->est_ii; in extron_update_edid()
496 u8 est_ii = 0xff; in update_edid_work() local
504 est_ii &= p->est_ii; in update_edid_work()
527 est_i == in->est_i && est_ii == in->est_ii) in update_edid_work()
535 in->est_ii = est_ii; in update_edid_work()
H A Dextron-da-hd-4k-plus.h74 u8 est_i, est_ii; member