| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | fsl_upm.c | 49 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 D | 0002-Fix-function-definition-in-yacc-source-file-until-va.patch | 22 - 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 D | detached_timer.hpp | 15 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 D | valgrind.supp | 5 fun:epoll_ctl 7 fun:sd_event*
|
| /openbmc/openbmc/poky/bitbake/contrib/vim/plugin/ |
| H A D | newbb.vim | 17 fun! <SID>GetUserName() 25 fun! <SID>GetUserEmail() 33 fun! BBHeader() 43 fun! NewBBTemplate()
|
| H A D | newbbappend.vim | 14 fun! NewBBAppendTemplate()
|
| /openbmc/phosphor-networkd/src/ |
| H A D | util.cpp | 173 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 D | fsl_upm.h | 42 extern int fsl_upm_nand_init(struct nand_chip *chip, struct fsl_upm_nand *fun);
|
| /openbmc/telemetry/tests/src/ |
| H A D | dbus_environment.cpp | 110 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 D | python3-flexparser_0.4.bb | 1 SUMMARY = "Parsing made fun ... using typing."
|
| /openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gnome/cheese/ |
| H A D | cheese_44.1.bb | 1 SUMMARY = "Take photos and videos with your webcam, with fun graphical effects"
|
| /openbmc/qemu/scripts/oss-fuzz/ |
| H A D | instrumentation-filter-template | 15 fun:*
|
| /openbmc/qemu/include/hw/xtensa/ |
| H A D | xtensa-isa.h | 822 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 D | xtensa-isa.c | 310 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 D | xtensa-isa-internal.h | 164 xtensa_funcUnit fun; /* Internal funcUnit number. */ member
|
| /openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc/ |
| H A D | 0005-crashdump-elf.c-work-around-for-sysconf-_SC_NPROCESS.patch | 11 Have fun reding the thread!
|
| /openbmc/u-boot/drivers/pci/ |
| H A D | pci-aardvark.c | 120 #define PCIE_CONF_FUNC(fun) (((fun) & 0x7) << 12) argument
|
| /openbmc/qemu/hw/pci/ |
| H A D | trace-events | 24 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 D | oemcommands.hpp | 405 uint8_t fun; member
|
| /openbmc/u-boot/include/linux/ |
| H A D | compat.h | 227 #define INIT_WORK(work, fun) do {} while (0) argument
|
| /openbmc/qemu/qga/ |
| H A D | commands-win32.c | 2132 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 D | overview.txt | 126 ELF structures into the equivalent C structures for fun debugging and/or
|
| /openbmc/u-boot/doc/ |
| H A D | README.u-boot_on_efi | 223 use case is not readily apparent, but it might be fun.
|
| /openbmc/u-boot/doc/uImage.FIT/ |
| H A D | beaglebone_vboot.txt | 313 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 D | oemcommands.cpp | 2557 pBank->fun); in handlePcieAerBank()
|