Searched defs:extron (Results 1 – 2 of 2) sorted by relevance
52 struct extron *extron; member80 struct extron { struct93 struct extron_port *ports[MAX_PORTS]; argument103 struct extron_port *edid_port; argument104 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 …]
193 static int extron_send_and_wait_len(struct extron *extron, struct extron_port *port, in extron_send_and_wait_len()244 static int extron_send_and_wait(struct extron *extron, struct extron_port *port, in extron_send_and_wait()446 struct extron *extron = port->extron; in extron_write_edid() local486 struct extron *extron = container_of(w, struct extron, in update_edid_work() local543 struct extron *extron = port->extron; in extron_read_edid() local585 struct extron *extron = port->extron; in extron_irq_work_handler() local712 static void extron_process_signal_change(struct extron *extron, const char *data) in extron_process_signal_change()742 static void extron_process_edid_change(struct extron *extron, const char *data) in extron_process_edid_change()805 struct extron *extron = port ? port->extron : NULL; in extron_add_edid() local838 struct extron *extron = serio_get_drvdata(serio); in extron_interrupt() local[all …]