Lines Matching full:custom
56 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse
57 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse
58 # tx-custom-pulse transmit the custom pulse once the bus is idle
71 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit
74 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse
102 to create custom pulses on the CEC bus.
322 Custom Pulses
325 ``tx-custom-low-usecs <usecs>``
326 This defines the duration in microseconds that the custom pulse pulls
329 ``tx-custom-high-usecs <usecs>``
330 This defines the duration in microseconds that the custom pulse keeps the
332 The default is 1000 microseconds. The total period of the custom pulse is
333 ``tx-custom-low-usecs + tx-custom-high-usecs``.
335 ``<op>[,<mode>] tx-custom-bit <bit>``
336 Send the custom bit instead of a regular data bit. The bit position cannot
340 ``<op>[,<mode>] tx-custom-start``
341 Send the custom bit instead of a regular start bit.
343 ``tx-custom-pulse``
344 Transmit a single custom pulse as soon as the CEC bus is idle.
365 ``tx-custom-low-usecs + tx-custom-high-usecs``.