Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/media/cec/usb/pulse8/
Dpulse8-cec.c173 struct pulse8 { struct
232 static int pulse8_send_and_wait_once(struct pulse8 *pulse8, in pulse8_send_and_wait_once() argument
239 dev_info(pulse8->dev, "transmit %s: %*ph\n", in pulse8_send_and_wait_once()
241 init_completion(&pulse8->cmd_done); in pulse8_send_and_wait_once()
243 err = pulse8_send(pulse8->serio, cmd, cmd_len); in pulse8_send_and_wait_once()
247 if (!wait_for_completion_timeout(&pulse8->cmd_done, HZ)) in pulse8_send_and_wait_once()
249 if ((pulse8->data[0] & 0x3f) == MSGCODE_COMMAND_REJECTED && in pulse8_send_and_wait_once()
255 ((pulse8->data[0] & 0x3f) != response || pulse8->len < size + 1)) { in pulse8_send_and_wait_once()
256 dev_info(pulse8->dev, "transmit %s failed with %s\n", in pulse8_send_and_wait_once()
258 pulse8_msgname(pulse8->data[0])); in pulse8_send_and_wait_once()
[all …]
DMakefile2 obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec.o
DKconfig13 module will be called pulse8-cec.
/Linux-v5.10/drivers/media/cec/usb/
DMakefile5 obj-$(CONFIG_USB_PULSE8_CEC) += pulse8/
DKconfig6 source "drivers/media/cec/usb/pulse8/Kconfig"
/Linux-v5.10/Documentation/admin-guide/media/
Dcec-drivers.rst10 pulse8-cec
Dpulse8-cec.rst6 The pulse8-cec driver implements the following module option:
/Linux-v5.10/
DMAINTAINERS14203 F: Documentation/admin-guide/media/pulse8-cec.rst
14204 F: drivers/media/cec/usb/pulse8/