Lines Matching refs:protocol

11 IR is encoded as a series of pulses and spaces, using a protocol. These
14 across different devices for a given protocol.
29 how scancodes are encoded for each protocol.
34 This IR protocol uses manchester encoding to encode 14 bits. There is a
38 protocol, or the manchester BPF decoder.
184 The jvc protocol is much like nec, without the inverted values. It is
193 The sony protocol is a pulse-width encoding. There are three variants,
220 The sony protocol is a pulse-width encoding. There are three variants,
247 The sony protocol is a pulse-width encoding. There are three variants,
280 The nec protocol encodes an 8 bit address and an 8 bit command. It is
282 that the protocol sends least significant bit first.
284 As a check, the nec protocol sends the address and command twice; the
334 The sanyo protocol is like the nec protocol, but with 13 bits address
344 This protocol is generated by the Microsoft MCE keyboard for keyboard
350 This protocol is generated by the Microsoft MCE keyboard for pointer
358 The scancode is the exact 16 bits as in the protocol. There is also a
367 as in the protocol. There is also a toggle bit.
375 as in the protocol. There is also a toggle bit.
383 and the lower 16 bits are the vendor-specific bits. This protocol is
391 and the lower 16 bits are the vendor-specific bits. This protocol is
393 protocol itself is ignored, and the 16th bit should be takes as the toggle
399 This is a protocol used by Sharp VCRs, is described here
410 This protocol has several versions and only version 1 is supported. Refer
417 This is not an IR protocol, this is a protocol over CEC. The CEC
424 This protocol is used by Antec Veris/SoundGraph iMON remotes.
426 The protocol
427 describes both button presses and pointer movements. The protocol encodes
433 The rc-mm protocol is described here
440 The rc-mm protocol is described here
447 The rc-mm protocol is described here
454 This protocol is used by XBox DVD Remote, which was made for the original
455 XBox. There is no in-kernel decoder or encoder for this protocol. The usb
456 device decodes the protocol. There is a BPF decoder available in v4l-utils.