Searched refs:not_command (Results 1 – 3 of 3) sorted by relevance
51 u8 command, not_command; in ir_sanyo_decode() local144 not_command = bitrev8((data->bits >> 0) & 0xff); in ir_sanyo_decode()146 if ((command ^ not_command) != 0xff) { in ir_sanyo_decode()
44 u8 address, not_address, command, not_command; in ir_nec_decode() local145 not_command = bitrev8((data->bits >> 0) & 0xff); in ir_nec_decode()150 not_command, in ir_nec_decode()
348 u8 command, u8 not_command, in ir_nec_bytes_to_scancode() argument353 if ((command ^ not_command) != 0xff) { in ir_nec_bytes_to_scancode()359 not_command << 8 | in ir_nec_bytes_to_scancode()