Lines Matching full:tx

28 	{ CEC_ERROR_INJ_TX_NO_EOM_OFFSET, -1, "tx-no-eom" },
29 { CEC_ERROR_INJ_TX_EARLY_EOM_OFFSET, -1, "tx-early-eom" },
31 CEC_ERROR_INJ_TX_ADD_BYTES_ARG_IDX, "tx-add-bytes" },
32 { CEC_ERROR_INJ_TX_REMOVE_BYTE_OFFSET, -1, "tx-remove-byte" },
34 CEC_ERROR_INJ_TX_SHORT_BIT_ARG_IDX, "tx-short-bit" },
36 CEC_ERROR_INJ_TX_LONG_BIT_ARG_IDX, "tx-long-bit" },
38 CEC_ERROR_INJ_TX_CUSTOM_BIT_ARG_IDX, "tx-custom-bit" },
39 { CEC_ERROR_INJ_TX_SHORT_START_OFFSET, -1, "tx-short-start" },
40 { CEC_ERROR_INJ_TX_LONG_START_OFFSET, -1, "tx-long-start" },
41 { CEC_ERROR_INJ_TX_CUSTOM_START_OFFSET, -1, "tx-custom-start" },
43 CEC_ERROR_INJ_TX_LAST_BIT_ARG_IDX, "tx-last-bit" },
45 CEC_ERROR_INJ_TX_LOW_DRIVE_ARG_IDX, "tx-low-drive" },
105 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line()
115 if (!strcmp(token, "tx-ignore-nack-until-eom")) { in cec_pin_error_inj_parse_line()
119 if (!strcmp(token, "tx-custom-pulse")) { in cec_pin_error_inj_parse_line()
128 if (!strcmp(token, "tx-custom-low-usecs")) { in cec_pin_error_inj_parse_line()
136 if (!strcmp(token, "tx-custom-high-usecs")) { in cec_pin_error_inj_parse_line()
188 if (!strcmp(token, "tx-clear")) { in cec_pin_error_inj_parse_line()
268 seq_puts(sf, "# clear clear all rx and tx error injections\n"); in cec_pin_error_inj_show()
270 seq_puts(sf, "# tx-clear clear all tx error injections\n"); in cec_pin_error_inj_show()
271 seq_puts(sf, "# <op> clear clear all rx and tx error injections for <op>\n"); in cec_pin_error_inj_show()
273 seq_puts(sf, "# <op> tx-clear clear all tx error injections for <op>\n"); in cec_pin_error_inj_show()
282 seq_puts(sf, "# TX error injection settings:\n"); in cec_pin_error_inj_show()
283 seq_puts(sf, "# tx-ignore-nack-until-eom ignore early NACKs until EOM\n"); in cec_pin_error_inj_show()
284 …seq_puts(sf, "# tx-custom-low-usecs <usecs> define the 'low' time for the custom pulse\n"… in cec_pin_error_inj_show()
285 …seq_puts(sf, "# tx-custom-high-usecs <usecs> define the 'high' time for the custom pulse\n… in cec_pin_error_inj_show()
286 …seq_puts(sf, "# tx-custom-pulse transmit the custom pulse once the bus is idl… in cec_pin_error_inj_show()
288 seq_puts(sf, "# TX error injection:\n"); in cec_pin_error_inj_show()
289 seq_puts(sf, "# <op>[,<mode>] tx-no-eom don't set the EOM bit\n"); in cec_pin_error_inj_show()
290 seq_puts(sf, "# <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon\n"); in cec_pin_error_inj_show()
291 …seq_puts(sf, "# <op>[,<mode>] tx-add-bytes <num> append <num> (1-255) spurious bytes to the me… in cec_pin_error_inj_show()
292 seq_puts(sf, "# <op>[,<mode>] tx-remove-byte drop the last byte from the message\n"); in cec_pin_error_inj_show()
293 seq_puts(sf, "# <op>[,<mode>] tx-short-bit <bit> make this bit shorter than allowed\n"); in cec_pin_error_inj_show()
294 seq_puts(sf, "# <op>[,<mode>] tx-long-bit <bit> make this bit longer than allowed\n"); in cec_pin_error_inj_show()
295 seq_puts(sf, "# <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit\n"); in cec_pin_error_inj_show()
296 seq_puts(sf, "# <op>[,<mode>] tx-short-start send a start pulse that's too short\n"); in cec_pin_error_inj_show()
297 seq_puts(sf, "# <op>[,<mode>] tx-long-start send a start pulse that's too long\n"); in cec_pin_error_inj_show()
298 …seq_puts(sf, "# <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pu… in cec_pin_error_inj_show()
299 seq_puts(sf, "# <op>[,<mode>] tx-last-bit <bit> stop sending after this bit\n"); in cec_pin_error_inj_show()
300 …seq_puts(sf, "# <op>[,<mode>] tx-low-drive <bit> force a low-drive condition at this bit posit… in cec_pin_error_inj_show()
335 seq_puts(sf, "tx-ignore-nack-until-eom\n"); in cec_pin_error_inj_show()
337 seq_puts(sf, "tx-custom-pulse\n"); in cec_pin_error_inj_show()
339 seq_printf(sf, "tx-custom-low-usecs %u\n", in cec_pin_error_inj_show()
342 seq_printf(sf, "tx-custom-high-usecs %u\n", in cec_pin_error_inj_show()