Searched refs:check_int (Results 1 - 2 of 2) sorted by relevance

/linux-master/lib/
H A Dtest_scanf.c118 static int __init check_int(const void *check_data, const char *string, function
238 simple_numbers_loop(int, "%d", "d", check_int);
239 simple_numbers_loop(int, "%d", "i", check_int);
241 simple_numbers_loop(int, "%x", "x", check_int);
242 simple_numbers_loop(int, "0x%x", "i", check_int);
244 simple_numbers_loop(int, "0x%x", "x", check_int);
424 numbers_list_8(int, "%d", delim, "d", check_int);
425 numbers_list_8(int, "%d", delim, "i", check_int);
428 numbers_list_8(int, "0x%x", delim, "i", check_int);
492 numbers_list_fix_width(int, "%d", delim, 11, "d", check_int);
[all...]
/linux-master/drivers/mtd/nand/raw/
H A Dmxc_nand.c133 int (*check_int)(struct mxc_nand_host *); member in struct:mxc_nand_devtype_data
428 if (!host->devtype_data->check_int(host))
449 if (host->devtype_data->check_int(host))
460 if (!timeout && !host->devtype_data->check_int(host)) {
471 done = host->devtype_data->check_int(host);
1468 .check_int = check_int_v1_v2,
1492 .check_int = check_int_v1_v2,
1517 .check_int = check_int_v1_v2,
1543 .check_int = check_int_v3,
1569 .check_int
[all...]

Completed in 107 milliseconds