Home
last modified time | relevance | path

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

/Linux-v5.15/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-v5.15/drivers/mtd/nand/raw/
Dmxc_nand.c134 int (*check_int)(struct mxc_nand_host *); member
429 if (!host->devtype_data->check_int(host)) in mxc_nfc_irq()
450 if (host->devtype_data->check_int(host)) in wait_op_done()
461 if (!timeout && !host->devtype_data->check_int(host)) { in wait_op_done()
472 done = host->devtype_data->check_int(host); in wait_op_done()
1469 .check_int = check_int_v1_v2,
1493 .check_int = check_int_v1_v2,
1518 .check_int = check_int_v1_v2,
1544 .check_int = check_int_v3,
1570 .check_int = check_int_v3,