Searched refs:extron (Results 1 – 6 of 6) sorted by relevance
| /linux/drivers/media/cec/usb/extron-da-hd-4k-plus/ |
| H A D | extron-da-hd-4k-plus.c | 194 static int extron_send_and_wait_len(struct extron *extron, struct extron_port *port, in extron_send_and_wait_len() argument 203 dev_info(extron->dev, "transmit %s (response: %s)\n", in extron_send_and_wait_len() 206 dev_info(extron->dev, "transmit %s\n", cmd); in extron_send_and_wait_len() 209 mutex_lock(&extron->serio_lock); in extron_send_and_wait_len() 215 init_completion(&extron->cmd_done); in extron_send_and_wait_len() 216 extron->cmd_error = 0; in extron_send_and_wait_len() 217 extron->response = response; in extron_send_and_wait_len() 219 err = extron_send_len(extron->serio, cmd, bin, len); in extron_send_and_wait_len() 222 !wait_for_completion_timeout(port ? &port->cmd_done : &extron->cmd_done, timeout)) { in extron_send_and_wait_len() 223 dev_info(extron->dev, "transmit %s failed with %s (expected: %s)\n", in extron_send_and_wait_len() [all …]
|
| H A D | extron-da-hd-4k-plus.h | 34 struct extron; 52 struct extron *extron; member 80 struct extron { struct
|
| H A D | Kconfig | 14 module will be called extron-da-hd-4k-plus-cec.
|
| /linux/drivers/media/cec/usb/ |
| H A D | Makefile | 5 obj-$(CONFIG_USB_EXTRON_DA_HD_4K_PLUS_CEC) += extron-da-hd-4k-plus/
|
| H A D | Kconfig | 6 source "drivers/media/cec/usb/extron-da-hd-4k-plus/Kconfig"
|
| /linux/ |
| H A D | MAINTAINERS | 9684 F: drivers/media/cec/usb/extron-da-hd-4k-plus/
|