Searched refs:lookup_string (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/net/irda/ | 
| D | ks959-sir.c | 226 		static const __u8 lookup_string[] = "wangshuofei19710";  in obfuscate_tx_buffer()  local 232 		xor_mask = lookup_string[(len_cleartext & 0x0f) ^ 0x06] ^ 0x55;  in obfuscate_tx_buffer()
  | 
| /linux-4.4.14/drivers/usb/gadget/ | 
| D | composite.c | 927 static int lookup_string(  in lookup_string()  function 1018 		len = lookup_string(sp, buf, language, id);  in get_string() 1028 		len = lookup_string(composite->strings, buf, language, id);  in get_string() 1034 			len = lookup_string(c->strings, buf, language, id);  in get_string() 1041 			len = lookup_string(f->strings, buf, language, id);  in get_string()
  |