Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 10 of 10) sorted by relevance

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_upm.c49 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait()
67 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_select_chip() local
82 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl() local
134 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in upm_nand_write_buf() local
158 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in nand_dev_ready() local
163 int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun) in fsl_upm_nand_init()
/openbmc/telemetry/src/utils/
H A Ddetached_timer.hpp15 F&& fun) in makeDetachedTimer()
/openbmc/telemetry/tests/src/
H A Ddbus_environment.cpp110 Milliseconds DbusEnvironment::measureTime(std::function<void()> fun) in measureTime()
/openbmc/phosphor-networkd/src/
H A Dutil.cpp173 auto&& fun) in systemdParseLast()
/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) argument
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa-internal.h164 xtensa_funcUnit fun; /* Internal funcUnit number. */ member
H A Dxtensa-isa.c1728 const char *xtensa_funcUnit_name(xtensa_isa isa, xtensa_funcUnit fun) in xtensa_funcUnit_name()
1737 int xtensa_funcUnit_num_copies(xtensa_isa isa, xtensa_funcUnit fun) in xtensa_funcUnit_num_copies()
/openbmc/u-boot/include/linux/
H A Dcompat.h227 #define INIT_WORK(work, fun) do {} while (0) argument
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp405 uint8_t fun; member
/openbmc/qemu/qga/
H A Dcommands-win32.c2132 PVOID fun = GetProcAddress(module, "RtlGetVersion"); in ga_get_win_version() local