Home
last modified time | relevance | path

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

/linux/drivers/media/cec/usb/pulse8/
H A 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 …]
H A DMakefile2 obj-$(CONFIG_USB_PULSE8_CEC) += pulse8-cec.o
H A DKconfig13 module will be called pulse8-cec.
/linux/drivers/media/cec/usb/
H A DMakefile6 obj-$(CONFIG_USB_PULSE8_CEC) += pulse8/
H A DKconfig7 source "drivers/media/cec/usb/pulse8/Kconfig"
/linux/
H A DMAINTAINERS21286 F: drivers/media/cec/usb/pulse8/