Searched refs:not_command (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/rc/ |
H A D | zx-irdec.c | 52 u8 command, not_command; in zx_irdec_irq() local 66 not_command = (rawcode >> 24) & 0xff; in zx_irdec_irq() 72 command, not_command, in zx_irdec_irq()
|
H A D | ir-sanyo-decoder.c | 51 u8 command, not_command; in ir_sanyo_decode() local 144 not_command = bitrev8((data->bits >> 0) & 0xff); in ir_sanyo_decode() 146 if ((command ^ not_command) != 0xff) { in ir_sanyo_decode()
|
H A D | ir-nec-decoder.c | 44 u8 address, not_address, command, not_command; in ir_nec_decode() local 145 not_command = bitrev8((data->bits >> 0) & 0xff); in ir_nec_decode() 150 not_command, in ir_nec_decode()
|
/kernel/linux/linux-6.6/drivers/media/rc/ |
H A D | ir-sanyo-decoder.c | 51 u8 command, not_command; in ir_sanyo_decode() local 144 not_command = bitrev8((data->bits >> 0) & 0xff); in ir_sanyo_decode() 146 if ((command ^ not_command) != 0xff) { in ir_sanyo_decode()
|
H A D | ir-nec-decoder.c | 44 u8 address, not_address, command, not_command; in ir_nec_decode() local 145 not_command = bitrev8((data->bits >> 0) & 0xff); in ir_nec_decode() 150 not_command, in ir_nec_decode()
|
/kernel/linux/linux-5.10/include/media/ |
H A D | rc-core.h | 355 u8 command, u8 not_command, in ir_nec_bytes_to_scancode() 360 if ((command ^ not_command) != 0xff) { in ir_nec_bytes_to_scancode() 366 not_command << 8 | in ir_nec_bytes_to_scancode() 354 ir_nec_bytes_to_scancode(u8 address, u8 not_address, u8 command, u8 not_command, enum rc_proto *protocol) ir_nec_bytes_to_scancode() argument
|
/kernel/linux/linux-6.6/include/media/ |
H A D | rc-core.h | 350 u8 command, u8 not_command, in ir_nec_bytes_to_scancode() 355 if ((command ^ not_command) != 0xff) { in ir_nec_bytes_to_scancode() 361 not_command << 8 | in ir_nec_bytes_to_scancode() 349 ir_nec_bytes_to_scancode(u8 address, u8 not_address, u8 command, u8 not_command, enum rc_proto *protocol) ir_nec_bytes_to_scancode() argument
|
Completed in 4 milliseconds