Searched refs:not_command (Results  1 – 4 of 4) sorted by relevance
| /Linux-v5.4/drivers/media/rc/ | 
| D | zx-irdec.c | 52 	u8 command, not_command;  in zx_irdec_irq()  local66 	not_command = (rawcode >> 24) & 0xff;  in zx_irdec_irq()
 72 					    command, not_command,  in zx_irdec_irq()
 
 | 
| D | ir-sanyo-decoder.c | 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()
 
 | 
| D | ir-nec-decoder.c | 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()
 
 | 
| /Linux-v5.4/include/media/ | 
| D | rc-core.h | 356 					   u8 command, u8 not_command,  in ir_nec_bytes_to_scancode()  argument361 	if ((command ^ not_command) != 0xff) {  in ir_nec_bytes_to_scancode()
 367 			not_command <<  8 |  in ir_nec_bytes_to_scancode()
 
 |