Home
last modified time | relevance | path

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

/openbmc/linux/lib/
H A Dtest_scanf.c238 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()
555 numbers_list_val_width(int, "%d", delim, "d", check_int); in numbers_list_field_width_val_d()
556 numbers_list_val_width(int, "%d", delim, "i", check_int); in numbers_list_field_width_val_d()
[all …]
/openbmc/linux/drivers/mtd/nand/raw/
H A Dmxc_nand.c133 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 Dmac.c1264 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()