Home
last modified time | relevance | path

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

/linux-6.12.1/lib/
Dtest_scanf.c118 static int __init check_int(const void *check_data, const char *string, in check_int() function
238 simple_numbers_loop(int, "%d", "d", check_int); in numbers_simple()
239 simple_numbers_loop(int, "%d", "i", check_int); in numbers_simple()
241 simple_numbers_loop(int, "%x", "x", check_int); in numbers_simple()
242 simple_numbers_loop(int, "0x%x", "i", check_int); in numbers_simple()
244 simple_numbers_loop(int, "0x%x", "x", check_int); in numbers_simple()
424 numbers_list_8(int, "%d", delim, "d", check_int); in numbers_list_d()
425 numbers_list_8(int, "%d", delim, "i", check_int); in numbers_list_d()
428 numbers_list_8(int, "0x%x", delim, "i", check_int); in numbers_list_d()
492 numbers_list_fix_width(int, "%d", delim, 11, "d", check_int); in numbers_list_field_width_d()
[all …]
/linux-6.12.1/drivers/mtd/nand/raw/
Dmxc_nand.c135 int (*check_int)(struct mxc_nand_host *); member
435 if (!host->devtype_data->check_int(host)) in mxc_nfc_irq()
456 if (host->devtype_data->check_int(host)) in wait_op_done()
467 if (!time_left && !host->devtype_data->check_int(host)) { in wait_op_done()
478 done = host->devtype_data->check_int(host); in wait_op_done()
1253 .check_int = check_int_v1_v2,
1277 .check_int = check_int_v1_v2,
1302 .check_int = check_int_v1_v2,
1328 .check_int = check_int_v3,
1354 .check_int = check_int_v3,