Searched refs:check_int (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/lib/ |
H A D | test_scanf.c | 118 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 …]
|
/openbmc/linux/drivers/mtd/nand/raw/ |
H A D | mxc_nand.c | 133 int (*check_int)(struct mxc_nand_host *); member 428 if (!host->devtype_data->check_int(host)) in mxc_nfc_irq() 449 if (host->devtype_data->check_int(host)) in wait_op_done() 460 if (!timeout && !host->devtype_data->check_int(host)) { in wait_op_done() 471 done = host->devtype_data->check_int(host); in wait_op_done() 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 = check_int_v3,
|
/openbmc/u-boot/cmd/aspeed/nettest/ |
H A D | mac.c | 1264 int check_int (MAC_ENGINE *eng, char *type ) in check_int() function 1664 check_int(eng, ""); in check_buf() 1667 if (check_int(eng, "")) in check_buf() 1672 if (check_int(eng, "")) in check_buf()
|