Searched refs:extron_send_and_wait (Results 1 – 1 of 1) sorted by relevance
/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
H A D | extron-da-hd-4k-plus.c | 244 static int extron_send_and_wait(struct extron *extron, struct extron_port *port, in extron_send_and_wait() function 466 ret = extron_send_and_wait(port->extron, port, "WI1,in.binEDID", in extron_write_edid() 562 if (!extron_send_and_wait(extron, port, cmd, reply)) in extron_read_edid() 997 err = extron_send_and_wait(port->extron, port, cmd, resp); in extron_cec_adap_log_addr() 1017 return extron_send_and_wait(port->extron, port, cmd, NULL); in extron_cec_adap_transmit() 1417 extron_send_and_wait(extron, NULL, "WI1*0CCEC", NULL); in extron_setup() 1418 extron_send_and_wait(extron, NULL, "WO0*CCEC", NULL); in extron_setup() 1421 err = extron_send_and_wait(extron, NULL, "N", "Pno"); in extron_setup() 1441 err = extron_send_and_wait(extron, NULL, "W CN", "Ipn "); in extron_setup() 1447 err = extron_send_and_wait(extron, NULL, "*Q", "Bld"); in extron_setup() [all …]
|