Lines Matching refs:custom
53 # tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse
54 # tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse
55 # tx-custom-pulse transmit the custom pulse once the bus is idle
64 # <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit
67 # <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse
95 to create custom pulses on the CEC bus.
310 ``tx-custom-low-usecs <usecs>``
311 This defines the duration in microseconds that the custom pulse pulls
314 ``tx-custom-high-usecs <usecs>``
315 This defines the duration in microseconds that the custom pulse keeps the
317 The default is 1000 microseconds. The total period of the custom pulse is
318 ``tx-custom-low-usecs + tx-custom-high-usecs``.
320 ``<op>[,<mode>] tx-custom-bit <bit>``
321 Send the custom bit instead of a regular data bit. The bit position cannot
325 ``<op>[,<mode>] tx-custom-start``
326 Send the custom bit instead of a regular start bit.
328 ``tx-custom-pulse``
329 Transmit a single custom pulse as soon as the CEC bus is idle.