Home
last modified time | relevance | path

Searched refs:check_string (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/s390/char/
H A Dsclp_cpi_sys.c178 static int check_string(const char *attr, const char *str) in check_string() function
237 rc = check_string("system_name", buf); in system_name_store()
269 rc = check_string("sysplex_name", buf); in sysplex_name_store()
301 rc = check_string("system_type", buf); in system_type_store()
389 rc = check_string("system_name", system); in sclp_cpi_set_data()
392 rc = check_string("sysplex_name", sysplex); in sclp_cpi_set_data()
395 rc = check_string("system_type", type); in sclp_cpi_set_data()
/linux/drivers/media/pci/bt8xx/
H A Ddst_ca.c56 static void put_checksum(u8 *check_string, int length) in put_checksum() argument
60 check_string[length] = dst_check_sum (check_string, length); in put_checksum()
61 dprintk(verbose, DST_CA_DEBUG, 1, " -> checksum : 0x%02x", check_string[length]); in put_checksum()