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.c193 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() local
486 struct extron *extron = container_of(w, struct extron, in update_edid_work() local
543 struct extron *extron = port->extron; in extron_read_edid() local
585 struct extron *extron = port->extron; in extron_irq_work_handler() local
712 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() local
838 struct extron *extron = serio_get_drvdata(serio); in extron_interrupt() local
[all …]