Searched refs:fun (Results 1 - 25 of 26) sorted by relevance

12

/linux-master/drivers/mtd/nand/raw/
H A Dfsl_upm.c42 static int fun_chip_init(struct fsl_upm_nand *fun, argument
46 struct mtd_info *mtd = nand_to_mtd(&fun->chip);
50 fun->chip.ecc.engine_type = NAND_ECC_ENGINE_TYPE_SOFT;
51 fun->chip.ecc.algo = NAND_ECC_ALGO_HAMMING;
52 fun->chip.controller = &fun->base;
53 mtd->dev.parent = fun->dev;
59 nand_set_flash_node(&fun->chip, flash_np);
60 mtd->name = devm_kasprintf(fun->dev, GFP_KERNEL, "0x%llx.%pOFn",
68 ret = nand_scan(&fun
81 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); local
135 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); local
165 struct fsl_upm_nand *fun; local
240 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); local
[all...]
/linux-master/include/trace/events/
H A Dcpuhp.h15 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
[all...]
/linux-master/scripts/dtc/include-prefixes/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
29 ((fun) << 8) | (flg))
/linux-master/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \
29 ((fun) << 8) | (flg))
/linux-master/drivers/comedi/drivers/ni_routing/tools/
H A Dni_names.py36 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))
/linux-master/arch/mips/fw/sni/
H A Dsniprom.c49 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \
50 __asm__(#fun " = call_o32")
/linux-master/arch/mips/include/asm/dec/
H A Dprom.h104 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \
105 __asm__(#fun " = call_o32")
/linux-master/include/linux/surface_aggregator/
H A Ddevice.h82 * @fun: Sub-function of the device.
92 * @tid, @iid, and @fun must be either valid &u8 values or %SSAM_SSH_TID_ANY,
96 #define SSAM_DEVICE(d, cat, tid, iid, fun) \
99 | (((fun) != SSAM_SSH_FUN_ANY) ? SSAM_MATCH_FUNCTION : 0), \
104 .function = __builtin_choose_expr((fun) != SSAM_SSH_FUN_ANY, (fun), 0)
112 * @fun: Sub-function of the device.
122 * @iid, and @fun must be either valid &u8 values or %SSAM_SSH_TID_ANY,
126 #define SSAM_VDEV(cat, tid, iid, fun) \
127 SSAM_DEVICE(SSAM_DOMAIN_VIRTUAL, SSAM_VIRTUAL_TC_##cat, SSAM_SSH_TID_##tid, iid, fun)
[all...]
/linux-master/arch/x86/include/asm/
H A Dswitch_to.h84 int (*fun)(void *), void *arg)
86 frame->bx = (unsigned long)fun;
/linux-master/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_common.h64 __u8 fun; member in struct:adf_dev_status_info
H A Dadf_ctl_drv.c367 dev_info.fun = PCI_FUNC(accel_to_pci_dev(accel_dev)->devfn);
/linux-master/arch/alpha/include/asm/
H A Dcore_irongate.h134 * ---bus numer--- -device-- -fun- ---register----
137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \
139 ((fun)<<8) | \
/linux-master/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6368.c384 const struct bcm6368_function *fun = &bcm6368_funcs[selector]; local
387 if (fun->basemode) {
397 regmap_field_write(priv->overlays, fun->basemode);
417 if (fun->dir_out & BIT(pin))
/linux-master/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c461 void pasemi_dma_free_fun(int fun) argument
463 BUG_ON(test_bit(fun, fun_free));
464 BUG_ON(fun >= MAX_FLAGS);
465 set_bit(fun, fun_free);
/linux-master/drivers/edac/
H A Di10nm_base.c317 unsigned int dev, unsigned int fun)
321 pdev = pci_get_domain_bus_and_slot(dom, bus, PCI_DEVFN(dev, fun));
324 bus, dev, fun);
330 bus, dev, fun);
359 res_cfg->pcu_cr3_bdf.fun);
420 res_cfg->sad_all_bdf.fun);
592 res_cfg->ddr_mdev_bdf.fun + i % 7);
650 res_cfg->ddr_mdev_bdf.fun);
710 res_cfg->util_all_bdf.fun);
716 res_cfg->uracu_bdf.fun);
316 pci_get_dev_wrapper(int dom, unsigned int bus, unsigned int dev, unsigned int fun) argument
[all...]
H A Dskx_common.h180 u32 fun : 3; member in struct:pci_bdf
/linux-master/net/netfilter/
H A Dnf_tables_core.c217 #define X(e, fun) \
218 do { if ((e) == (unsigned long)(fun)) \
219 return fun(expr, regs, pkt); } while (0)
/linux-master/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.h54 int fun; member in struct:pasemi_mac_csring
H A Dpasemi_mac.c305 ring->fun = pasemi_dma_alloc_fun();
306 if (ring->fun < 0)
310 PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) |
361 pasemi_dma_free_fun(csring->fun);
1355 XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
1392 CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) |
/linux-master/include/linux/soundwire/
H A Dsdw_registers.h332 #define SDW_SDCA_CTL(fun, ent, ctl, ch) (BIT(30) | \
333 (((fun) & 0x7) << 22) | \
/linux-master/drivers/pci/controller/
H A Dpcie-mediatek.c53 #define PCIE_CONF_FUN(fun) (((fun) << 8) & GENMASK(10, 8))
56 #define PCIE_CONF_ADDR(regn, fun, dev, bus) \
57 (PCIE_CONF_REG(regn) | PCIE_CONF_FUN(fun) | \
121 #define CFG_DW2_FUN(fun) (((fun) << 16) & GENMASK(18, 16))
128 #define CFG_HEADER_DW2(regn, fun, dev, bus) \
129 (CFG_DW2_REGN(regn) | CFG_DW2_FUN(fun) | \
/linux-master/arch/sparc/kernel/
H A Dpci_sun4v.c267 unsigned int fun; local
277 fun = PCI_FUNC(pdev->devfn);
281 fun));
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.c77 int (*fun)(char *, void *, unsigned int),
86 if (!fun)
105 ret = fun(buf, priv, size);
2870 * As a "processing" function the @fun is used.
2879 * @fun: callback function for processing each level of the hierarchy
2883 int (*fun)(void *, void *, void *, int, enum uvcg_strm_type type))
2891 if (!fun)
2895 ret = fun(h, priv2, priv3, 0, UVCG_HEADER);
2899 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT);
2905 ret = fun(fr
[all...]
/linux-master/arch/powerpc/include/asm/
H A Dpasemi_dma.h521 extern void pasemi_dma_free_fun(int fun);
/linux-master/arch/sparc/lib/
H A Dchecksum_32.S340 sll %o2, 1, %g2 ! constant multiplies are fun...

Completed in 295 milliseconds

12