Searched refs:check_int (Results 1 – 2 of 2) sorted by relevance
| /linux-6.15/lib/tests/ |
| H A D | scanf_kunit.c | 224 simple_numbers_loop(int, "%d", "d", check_int); in numbers_simple() 225 simple_numbers_loop(int, "%d", "i", check_int); in numbers_simple() 227 simple_numbers_loop(int, "%x", "x", check_int); in numbers_simple() 228 simple_numbers_loop(int, "0x%x", "i", check_int); in numbers_simple() 230 simple_numbers_loop(int, "0x%x", "x", check_int); in numbers_simple() 410 numbers_list_8(int, "%d", delim, "d", check_int); in numbers_list_d() 411 numbers_list_8(int, "%d", delim, "i", check_int); in numbers_list_d() 414 numbers_list_8(int, "0x%x", delim, "i", check_int); in numbers_list_d() 547 numbers_list_val_width(int, "%d", delim, "d", check_int); in numbers_list_field_width_val_d() 548 numbers_list_val_width(int, "%d", delim, "i", check_int); in numbers_list_field_width_val_d() [all …]
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | mxc_nand.c | 135 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,
|