Searched refs:not_address (Results 1 - 2 of 2) sorted by relevance

/linux-master/include/media/
H A Drc-core.h349 static inline u32 ir_nec_bytes_to_scancode(u8 address, u8 not_address, argument
359 scancode = not_address << 24 |
364 } else if ((address ^ not_address) != 0xff) {
367 not_address << 8 |
/linux-master/drivers/media/rc/
H A Dir-nec-decoder.c44 u8 address, not_address, command, not_command; local
143 not_address = bitrev8((data->bits >> 16) & 0xff);
148 not_address,

Completed in 207 milliseconds