Home
last modified time | relevance | path

Searched refs:extron (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/cec/usb/extron-da-hd-4k-plus/
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() argument
202 dev_info(extron->dev, "transmit %s (response: %s)\n", in extron_send_and_wait_len()
205 dev_info(extron->dev, "transmit %s\n", cmd); in extron_send_and_wait_len()
208 mutex_lock(&extron->serio_lock); in extron_send_and_wait_len()
214 init_completion(&extron->cmd_done); in extron_send_and_wait_len()
215 extron->cmd_error = 0; in extron_send_and_wait_len()
216 extron->response = response; in extron_send_and_wait_len()
218 err = extron_send_len(extron->serio, cmd, bin, len); in extron_send_and_wait_len()
221 !wait_for_completion_timeout(port ? &port->cmd_done : &extron->cmd_done, timeout)) { in extron_send_and_wait_len()
222 dev_info(extron->dev, "transmit %s failed with %s (expected: %s)\n", in extron_send_and_wait_len()
[all …]
H A Dextron-da-hd-4k-plus.h34 struct extron;
52 struct extron *extron; member
80 struct extron { struct
H A DMakefile1 extron-da-hd-4k-plus-cec-objs := extron-da-hd-4k-plus.o cec-splitter.o
2 obj-$(CONFIG_USB_EXTRON_DA_HD_4K_PLUS_CEC) := extron-da-hd-4k-plus-cec.o
H A DKconfig14 module will be called extron-da-hd-4k-plus-cec.
/linux/drivers/media/cec/usb/
H A DMakefile5 obj-$(CONFIG_USB_EXTRON_DA_HD_4K_PLUS_CEC) += extron-da-hd-4k-plus/
H A DKconfig6 source "drivers/media/cec/usb/extron-da-hd-4k-plus/Kconfig"
/linux/Documentation/admin-guide/media/
H A Dcec.rst392 Amplifiers: https://www.extron.com/product/dahd4kplusseries
426 The extron-da-hd-4k-plus driver implements the following module options:
/linux/
H A DMAINTAINERS8580 F: drivers/media/cec/usb/extron-da-hd-4k-plus/