Home
last modified time | relevance | path

Searched refs:resetfn (Results 1 – 4 of 4) sorted by relevance

/external/u-boot/arch/arm/mach-socfpga/
Dmisc.c167 int socfpga_eth_reset_common(void (*resetfn)(const u8 of_reset_id, in socfpga_eth_reset_common()
201 resetfn(args.args[0], phy_modereg); in socfpga_eth_reset_common()
/external/u-boot/arch/arm/mach-socfpga/include/mach/
Dreset_manager.h13 int socfpga_eth_reset_common(void (*resetfn)(const u8 of_reset_id,
/external/epid-sdk/ext/argtable3/
Dargtable3.c1037 result->hdr.resetfn = (arg_resetfn *)arg_date_resetfn; in arg_daten()
1657 result->hdr.resetfn = (arg_resetfn *)arg_dbl_resetfn; in arg_dbln()
1781 result->hdr.resetfn = (arg_resetfn *)arg_end_resetfn; in arg_end()
2046 result->hdr.resetfn = (arg_resetfn *)arg_file_resetfn; in arg_filen()
2419 result->hdr.resetfn = (arg_resetfn *)arg_int_resetfn; in arg_intn()
2568 result->hdr.resetfn = (arg_resetfn *)arg_lit_resetfn; in arg_litn()
2627 result->hdr.resetfn = NULL; in arg_rem()
2951 result->hdr.resetfn = (arg_resetfn *)arg_rex_resetfn; in arg_rexn()
3837 result->hdr.resetfn = (arg_resetfn *)arg_str_resetfn; in arg_strn()
4343 if (table[tabindex]->resetfn) in arg_reset()
[all …]
Dargtable3.h84 arg_resetfn *resetfn; /* Pointer to parent arg_xxx reset function */ member