Lines Matching defs:op

84 	u8 op;
152 } else if (!kstrtou8(token, 0, &op)) {
154 error = pin->error_inj + op;
155 args = pin->error_inj_args[op];
271 seq_puts(sf, "# <op> clear clear all rx and tx error injections for <op>\n");
272 seq_puts(sf, "# <op> rx-clear clear all rx error injections for <op>\n");
273 seq_puts(sf, "# <op> tx-clear clear all tx error injections for <op>\n");
276 seq_puts(sf, "# <op>[,<mode>] rx-nack NACK the message instead of sending an ACK\n");
277 seq_puts(sf, "# <op>[,<mode>] rx-low-drive <bit> force a low-drive condition at this bit position\n");
278 seq_puts(sf, "# <op>[,<mode>] rx-add-byte add a spurious byte to the received CEC message\n");
279 seq_puts(sf, "# <op>[,<mode>] rx-remove-byte remove the last byte from the received CEC message\n");
289 seq_puts(sf, "# <op>[,<mode>] tx-no-eom don't set the EOM bit\n");
290 seq_puts(sf, "# <op>[,<mode>] tx-early-eom set the EOM bit one byte too soon\n");
291 seq_puts(sf, "# <op>[,<mode>] tx-add-bytes <num> append <num> (1-255) spurious bytes to the message\n");
292 seq_puts(sf, "# <op>[,<mode>] tx-remove-byte drop the last byte from the message\n");
293 seq_puts(sf, "# <op>[,<mode>] tx-short-bit <bit> make this bit shorter than allowed\n");
294 seq_puts(sf, "# <op>[,<mode>] tx-long-bit <bit> make this bit longer than allowed\n");
295 seq_puts(sf, "# <op>[,<mode>] tx-custom-bit <bit> send the custom pulse instead of this bit\n");
296 seq_puts(sf, "# <op>[,<mode>] tx-short-start send a start pulse that's too short\n");
297 seq_puts(sf, "# <op>[,<mode>] tx-long-start send a start pulse that's too long\n");
298 seq_puts(sf, "# <op>[,<mode>] tx-custom-start send the custom pulse instead of the start pulse\n");
299 seq_puts(sf, "# <op>[,<mode>] tx-last-bit <bit> stop sending after this bit\n");
300 seq_puts(sf, "# <op>[,<mode>] tx-low-drive <bit> force a low-drive condition at this bit position\n");
302 seq_puts(sf, "# <op> CEC message opcode (0-255) or 'any'\n");