Home
last modified time | relevance | path

Searched defs:extron (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.h52 struct extron *extron; member
80 struct extron { struct
93 struct extron_port *ports[MAX_PORTS]; argument
103 struct extron_port *edid_port; argument
104 struct completion edid_completion;
105 bool edid_reading;
106 bool is_ready;
108 struct completion cmd_done;
109 const char *response;
110 unsigned int cmd_error;
[all …]
H A Dextron-da-hd-4k-plus.c194 static int extron_send_and_wait_len(struct extron *extron, struct extron_port *port, in extron_send_and_wait_len()
245 static int extron_send_and_wait(struct extron *extron, struct extron_port *port, in extron_send_and_wait()
447 struct extron *extron = port->extron; in extron_write_edid() local
487 struct extron *extron = container_of(w, struct extron, in update_edid_work() local
544 struct extron *extron = port->extron; in extron_read_edid() local
586 struct extron *extron = port->extron; in extron_irq_work_handler() local
713 static void extron_process_signal_change(struct extron *extron, const char *data) in extron_process_signal_change()
743 static void extron_process_edid_change(struct extron *extron, const char *data) in extron_process_edid_change()
806 struct extron *extron = port ? port->extron : NULL; in extron_add_edid() local
839 struct extron *extron = serio_get_drvdata(serio); in extron_interrupt() local
[all …]