Lines Matching refs:custom
51 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse
52 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse
53 # tx-custom-pulse transmit the custom pulse once the bus is idle
62 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit
65 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse
93 to create custom pulses on the CEC bus.
308 ``tx-custom-low-usecs <usecs>``
309 This defines the duration in microseconds that the custom pulse pulls
312 ``tx-custom-high-usecs <usecs>``
313 This defines the duration in microseconds that the custom pulse keeps the
315 The default is 1000 microseconds. The total period of the custom pulse is
316 ``tx-custom-low-usecs + tx-custom-high-usecs``.
318 ``<op>[,<mode>] tx-custom-bit <bit>``
319 Send the custom bit instead of a regular data bit. The bit position cannot
323 ``<op>[,<mode>] tx-custom-start``
324 Send the custom bit instead of a regular start bit.
326 ``tx-custom-pulse``
327 Transmit a single custom pulse as soon as the CEC bus is idle.