Searched refs:not_command (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/drivers/media/rc/
H A Dir-nec-decoder.c52 u8 address, not_address, command, not_command; ir_nec_decode() local
164 not_command = bitrev8((data->bits >> 0) & 0xff); ir_nec_decode()
166 if ((command ^ not_command) != 0xff) { ir_nec_decode()
H A Dir-sanyo-decoder.c59 u8 address, command, not_command; ir_sanyo_decode() local
159 not_command = bitrev8((data->bits >> 0) & 0xff); ir_sanyo_decode()
161 if ((command ^ not_command) != 0xff) { ir_sanyo_decode()
/linux-4.4.14/drivers/media/rc/keymaps/
H A Drc-tivo.c18 * a command/not_command pair, it has a vendor ID of 0xa10c, but some keys, the

Completed in 317 milliseconds