Searched refs:check_string (Results  1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/s390/char/ | 
| D | sclp_cpi_sys.c | 180 static int check_string(const char *attr, const char *str)  in check_string()  function 239 	rc = check_string("system_name", buf);  in system_name_store() 271 	rc = check_string("sysplex_name", buf);  in sysplex_name_store() 303 	rc = check_string("system_type", buf);  in system_type_store() 391 	rc = check_string("system_name", system);  in sclp_cpi_set_data() 394 	rc = check_string("sysplex_name", sysplex);  in sclp_cpi_set_data() 397 	rc = check_string("system_type", type);  in sclp_cpi_set_data()
  | 
| /linux-4.4.14/drivers/media/pci/bt8xx/ | 
| D | dst_ca.c | 82 static void put_checksum(u8 *check_string, int length)  in put_checksum()  argument 86 	check_string[length] = dst_check_sum (check_string, length);  in put_checksum() 87 	dprintk(verbose, DST_CA_DEBUG, 1, "  -> checksum      : 0x%02x", check_string[length]);  in put_checksum()
  |