Home
last modified time | relevance | path

Searched defs:extron (Results 1 – 2 of 2) sorted by relevance

/linux-6.15/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
105 bool edid_reading;
106 bool is_ready;
109 const char *response;
111 char data[DATA_SIZE];
112 unsigned int len;
114 char buf[DATA_SIZE];
[all …]
H A Dextron-da-hd-4k-plus.c446 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
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
1145 struct extron *extron = port->extron; in extron_adap_status() local
1350 struct extron *extron = serio_get_drvdata(serio); in extron_disconnect() local
1404 static int extron_setup(struct extron *extron) in extron_setup()
1605 struct extron *extron = _extron; in extron_setup_thread() local
[all …]