/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/linux/drivers/mtd/nand/raw/ |
H A D | fsl_upm.c | 42 static int fun_chip_init(struct fsl_upm_nand *fun, in fun_chip_init() argument 46 struct mtd_info *mtd = nand_to_mtd(&fun->chip); in fun_chip_init() 50 fun->chip.ecc.engine_type = NAND_ECC_ENGINE_TYPE_SOFT; in fun_chip_init() 51 fun->chip.ecc.algo = NAND_ECC_ALGO_HAMMING; in fun_chip_init() 52 fun->chip.controller = &fun->base; in fun_chip_init() 53 mtd->dev.parent = fun->dev; in fun_chip_init() 59 nand_set_flash_node(&fun->chip, flash_np); in fun_chip_init() 60 mtd->name = devm_kasprintf(fun->dev, GFP_KERNEL, "0x%llx.%pOFn", in fun_chip_init() 68 ret = nand_scan(&fun->chip, fun->mchip_count); in fun_chip_init() 81 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); in func_exec_instr() local [all …]
|
/openbmc/linux/include/trace/events/ |
H A D | cpuhp.h | 15 int (*fun)(unsigned int)), 17 TP_ARGS(cpu, target, idx, fun), 23 __field( void *, fun ) 30 __entry->fun = fun; 34 __entry->cpu, __entry->target, __entry->idx, __entry->fun) 42 int (*fun)(unsigned int, struct hlist_node *), 45 TP_ARGS(cpu, target, idx, fun, node), 51 __field( void *, fun ) 58 __entry->fun = fun; 62 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
|
/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/linux/include/linux/surface_aggregator/ |
H A D | device.h | 96 #define SSAM_DEVICE(d, cat, tid, iid, fun) \ argument 99 | (((fun) != SSAM_SSH_FUN_ANY) ? SSAM_MATCH_FUNCTION : 0), \ 104 .function = __builtin_choose_expr((fun) != SSAM_SSH_FUN_ANY, (fun), 0) 126 #define SSAM_VDEV(cat, tid, iid, fun) \ argument 127 SSAM_DEVICE(SSAM_DOMAIN_VIRTUAL, SSAM_VIRTUAL_TC_##cat, SSAM_SSH_TID_##tid, iid, fun) 149 #define SSAM_SDEV(cat, tid, iid, fun) \ argument 150 SSAM_DEVICE(SSAM_DOMAIN_SERIALHUB, SSAM_SSH_TC_##cat, SSAM_SSH_TID_##tid, iid, fun)
|
/openbmc/linux/drivers/comedi/drivers/ni_routing/tools/ |
H A D | ni_names.py | 36 for fun in ni_macros: 37 f = getattr(comedi_h, fun) 39 '{}({})'.format(fun,i):f(i) for i in range(1 + f(-1) - f(0))
|
/openbmc/linux/arch/mips/fw/sni/ |
H A D | sniprom.c | 49 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument 50 __asm__(#fun " = call_o32")
|
/openbmc/linux/arch/mips/include/asm/dec/ |
H A D | prom.h | 104 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument 105 __asm__(#fun " = call_o32")
|
/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()
|
/openbmc/sdbusplus/test/ |
H A D | valgrind.supp | 5 fun:epoll_ctl 7 fun:sd_event*
|
/openbmc/linux/include/dt-bindings/pinctrl/ |
H A D | sppctl.h | 28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument 29 ((fun) << 8) | (flg))
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | switch_to.h | 80 int (*fun)(void *), void *arg) in kthread_frame_init() 82 frame->bx = (unsigned long)fun; in kthread_frame_init()
|
/openbmc/phosphor-networkd/src/ |
H A D | util.cpp | 171 auto&& fun) in systemdParseLast() argument 183 else if (auto val = fun(*str); !val) in systemdParseLast() 194 return decltype(fun(std::string_view{}))(std::nullopt); in systemdParseLast()
|
/openbmc/linux/drivers/pinctrl/bcm/ |
H A D | pinctrl-bcm6368.c | 384 const struct bcm6368_function *fun = &bcm6368_funcs[selector]; in bcm6368_pinctrl_set_mux() local 387 if (fun->basemode) { in bcm6368_pinctrl_set_mux() 397 regmap_field_write(priv->overlays, fun->basemode); in bcm6368_pinctrl_set_mux() 417 if (fun->dir_out & BIT(pin)) in bcm6368_pinctrl_set_mux()
|
/openbmc/linux/drivers/edac/ |
H A D | i10nm_base.c | 317 unsigned int dev, unsigned int fun) in pci_get_dev_wrapper() argument 321 pdev = pci_get_domain_bus_and_slot(dom, bus, PCI_DEVFN(dev, fun)); in pci_get_dev_wrapper() 324 bus, dev, fun); in pci_get_dev_wrapper() 330 bus, dev, fun); in pci_get_dev_wrapper() 359 res_cfg->pcu_cr3_bdf.fun); in i10nm_get_imc_num() 420 res_cfg->sad_all_bdf.fun); in i10nm_check_2lm() 592 res_cfg->ddr_mdev_bdf.fun + i % 7); in get_gnr_mdev() 650 res_cfg->ddr_mdev_bdf.fun); in get_ddr_munit() 710 res_cfg->util_all_bdf.fun); in i10nm_get_ddr_munits() 716 res_cfg->uracu_bdf.fun); in i10nm_get_ddr_munits() [all …]
|
/openbmc/linux/arch/powerpc/platforms/pasemi/ |
H A D | dma_lib.c | 461 void pasemi_dma_free_fun(int fun) in pasemi_dma_free_fun() argument 463 BUG_ON(test_bit(fun, fun_free)); in pasemi_dma_free_fun() 464 BUG_ON(fun >= MAX_FLAGS); in pasemi_dma_free_fun() 465 set_bit(fun, fun_free); in pasemi_dma_free_fun()
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | core_irongate.h | 137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument 139 ((fun)<<8) | \
|
/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/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/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-flexparser_0.4.bb | 1 SUMMARY = "Parsing made fun ... using typing."
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-mediatek.c | 53 #define PCIE_CONF_FUN(fun) (((fun) << 8) & GENMASK(10, 8)) argument 56 #define PCIE_CONF_ADDR(regn, fun, dev, bus) \ argument 57 (PCIE_CONF_REG(regn) | PCIE_CONF_FUN(fun) | \ 121 #define CFG_DW2_FUN(fun) (((fun) << 16) & GENMASK(18, 16)) argument 128 #define CFG_HEADER_DW2(regn, fun, dev, bus) \ argument 129 (CFG_DW2_REGN(regn) | CFG_DW2_FUN(fun) | \
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_core.c | 217 #define X(e, fun) \ in expr_call_ops_eval() argument 218 do { if ((e) == (unsigned long)(fun)) \ in expr_call_ops_eval() 219 return fun(expr, regs, pkt); } while (0) in expr_call_ops_eval()
|
/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/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_common.h | 63 __u8 fun; member
|