Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dfsl_upm.c49 static void fun_wait(struct fsl_upm_nand *fun) in fun_wait() argument
51 if (fun->dev_ready) { in fun_wait()
52 while (!fun->dev_ready(fun->chip_nr)) in fun_wait()
67 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_select_chip() local
70 fun->chip_nr = chip_nr; in fun_select_chip()
72 fun->upm.io_addr + fun->chip_offset * chip_nr; in fun_select_chip()
82 struct fsl_upm_nand *fun = nand_get_controller_data(chip); in fun_cmd_ctrl() local
86 if (!(ctrl & fun->last_ctrl)) { in fun_cmd_ctrl()
87 fsl_upm_end_pattern(&fun->upm); in fun_cmd_ctrl()
92 fun->last_ctrl = ctrl & (NAND_ALE | NAND_CLE); in fun_cmd_ctrl()
[all …]
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gpm/gpm/
H A D0002-Fix-function-definition-in-yacc-source-file-until-va.patch22 - int (*fun)();
23 + int (*fun)(int, struct DrawItem *, int);
31 -DrawItem *cfg_makeitem(int mode, char *msg, int(*fun)(), void *detail);
32 +DrawItem *cfg_makeitem(int mode, char *msg, int(*fun)(int, DrawItem *, int), void *detail);
40 - int (*fun)();
41 + int (*fun)(int, DrawItem *, int);
49 - int (*fun)();
50 + int (*fun)(int, DrawItem *, int);
58 -DrawItem *cfg_makeitem(int mode, char *msg, int(*fun)(), void *detail)
59 +DrawItem *cfg_makeitem(int mode, char *msg, int(*fun)(int, DrawItem *, int), void *detail)
[all …]
/openbmc/telemetry/src/utils/
H A Ddetached_timer.hpp15 F&& fun) in makeDetachedTimer() argument
20 fun = std::move(fun)](boost::system::error_code ec) { in makeDetachedTimer()
25 fun(); in makeDetachedTimer()
/openbmc/sdbusplus/test/
H A Dvalgrind.supp5 fun:epoll_ctl
7 fun:sd_event*
/openbmc/openbmc/poky/bitbake/contrib/vim/plugin/
H A Dnewbb.vim17 fun! <SID>GetUserName()
25 fun! <SID>GetUserEmail()
33 fun! BBHeader()
43 fun! NewBBTemplate()
H A Dnewbbappend.vim14 fun! NewBBAppendTemplate()
/openbmc/phosphor-networkd/src/
H A Dutil.cpp173 auto&& fun) in systemdParseLast() argument
185 else if (auto val = fun(*str); !val) in systemdParseLast()
196 return decltype(fun(std::string_view{}))(std::nullopt); in systemdParseLast()
/openbmc/u-boot/include/linux/mtd/
H A Dfsl_upm.h42 extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun);
/openbmc/telemetry/tests/src/
H A Ddbus_environment.cpp110 Milliseconds DbusEnvironment::measureTime(std::function<void()> fun) in measureTime() argument
113 fun(); in measureTime()
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-flexparser_0.4.bb1 SUMMARY = "Parsing made fun ... using typing."
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/
H A Dcheese_44.1.bb1 SUMMARY = "Take photos and videos with your webcam, with fun graphical effects"
/openbmc/qemu/scripts/oss-fuzz/
H A Dinstrumentation-filter-template15 fun:*
/openbmc/qemu/include/hw/xtensa/
H A Dxtensa-isa.h822 const char *xtensa_funcUnit_name(xtensa_isa isa, xtensa_funcUnit fun);
830 int xtensa_funcUnit_num_copies(xtensa_isa isa, xtensa_funcUnit fun);
/openbmc/qemu/target/xtensa/
H A Dxtensa-isa.c310 isa->funcUnit_lookup_table[n].u.fun = n; in xtensa_isa_init()
1724 return result->u.fun; in xtensa_funcUnit_lookup()
1728 const char *xtensa_funcUnit_name(xtensa_isa isa, xtensa_funcUnit fun) in xtensa_funcUnit_name() argument
1732 CHECK_FUNCUNIT(intisa, fun, NULL); in xtensa_funcUnit_name()
1733 return intisa->funcUnits[fun].name; in xtensa_funcUnit_name()
1737 int xtensa_funcUnit_num_copies(xtensa_isa isa, xtensa_funcUnit fun) in xtensa_funcUnit_num_copies() argument
1741 CHECK_FUNCUNIT(intisa, fun, XTENSA_UNDEFINED); in xtensa_funcUnit_num_copies()
1742 return intisa->funcUnits[fun].num_copies; in xtensa_funcUnit_num_copies()
H A Dxtensa-isa-internal.h164 xtensa_funcUnit fun; /* Internal funcUnit number. */ member
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/
H A D0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch11 Have fun reding the thread!
/openbmc/u-boot/drivers/pci/
H A Dpci-aardvark.c120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) argument
/openbmc/qemu/hw/pci/
H A Dtrace-events24 sriov_config_write(const char *name, int slot, int fun, uint32_t offset, uint32_t val, uint32_t len…
/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp405 uint8_t fun; member
/openbmc/u-boot/include/linux/
H A Dcompat.h227 #define INIT_WORK(work, fun) do {} while (0) argument
/openbmc/qemu/qga/
H A Dcommands-win32.c2132 PVOID fun = GetProcAddress(module, "RtlGetVersion"); in ga_get_win_version() local
2133 if (fun == NULL) { in ga_get_win_version()
2138 rtl_get_version_t rtl_get_version = (rtl_get_version_t)fun; in ga_get_win_version()
/openbmc/openbmc/meta-security/docs/
H A Doverview.txt126 ELF structures into the equivalent C structures for fun debugging and/or
/openbmc/u-boot/doc/
H A DREADME.u-boot_on_efi223 use case is not readily apparent, but it might be fun.
/openbmc/u-boot/doc/uImage.FIT/
H A Dbeaglebone_vboot.txt313 But it is fun to do this by hand, so you can load image.fit into a hex editor
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp2557 pBank->fun); in handlePcieAerBank()

12