Home
last modified time | relevance | path

Searched refs:pulse8 (Results 1 – 7 of 7) 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/Documentation/admin-guide/media/
H A Dcec.rst41 - Pulse-Eight: the pulse8-cec driver implements the following module option:
166 …{idProduct}=="1002", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="pulse8-cec-inputattach@%k…
167 …{idProduct}=="1001", ACTION=="add", TAG+="systemd", ENV{SYSTEMD_WANTS}+="pulse8-cec-inputattach@%k…
172 For Pulse-Eight make /lib/systemd/system/pulse8-cec-inputattach@.service::
175 Description=inputattach for pulse8-cec device on %I
179 ExecStart=/usr/bin/inputattach --pulse8-cec /dev/%I
199 …n /dev/serial/by-id/usb-Pulse-Eight*; do /usr/bin/inputattach --daemon --pulse8-cec $d; done; for …
/linux/
H A DMAINTAINERS18649 F: drivers/media/cec/usb/pulse8/