Home
last modified time | relevance | path

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

12

/linux/drivers/mtd/nand/raw/
H A Dfsl_upm.c42 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 …]
/linux/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 = fun;
62 __entry->cpu, __entry->target, __entry->idx, __entry->fun)
/linux/include/linux/surface_aggregator/
H A Ddevice.h96 #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)
/linux/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/arch/mips/fw/sni/
H A Dsniprom.c49 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument
50 __asm__(#fun " = call_o32")
/linux/arch/mips/include/asm/dec/
H A Dprom.h104 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument
105 __asm__(#fun " = call_o32")
/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
29 ((fun) << 8) | (flg))
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6368.c384 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()
/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c461 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()
/linux/arch/alpha/include/asm/
H A Dcore_irongate.h137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument
139 ((fun)<<8) | \
/linux/net/netfilter/
H A Dnf_tables_core.c214 #define X(e, fun) \ in expr_call_ops_eval() argument
215 do { if ((e) == (unsigned long)(fun)) \ in expr_call_ops_eval()
216 return fun(expr, regs, pkt); } while (0) in expr_call_ops_eval()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.h54 int fun; member
H A Dpasemi_mac.c306 ring->fun = pasemi_dma_alloc_fun(); in pasemi_mac_setup_csring()
307 if (ring->fun < 0) in pasemi_mac_setup_csring()
311 PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) | in pasemi_mac_setup_csring()
362 pasemi_dma_free_fun(csring->fun); in pasemi_mac_free_csring()
1353 XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc()
1390 CS_DESC(csring, fill++) = XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc()
/linux/Documentation/arch/parisc/
H A Ddebugging.rst35 3. Q bit fun
/linux/Documentation/usb/
H A Diuu_phoenix.rst90 Have fun !
/linux/Documentation/sound/cards/
H A Dbt87x.rst77 Have fun,
/linux/drivers/usb/gadget/function/
H A Duvc_configfs.c79 int (*fun)(char *, void *, unsigned int), in __uvcg_iter_item_entries()
88 if (!fun) in __uvcg_iter_item_entries()
107 ret = fun(buf, priv, size); in __uvcg_iter_item_entries()
3184 int (*fun)(void *, void *, void *, int, enum uvcg_strm_type type)) in __uvcg_iter_strm_cls()
3192 if (!fun) in __uvcg_iter_strm_cls()
3196 ret = fun(h, priv2, priv3, 0, UVCG_HEADER); in __uvcg_iter_strm_cls()
3200 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT); in __uvcg_iter_strm_cls()
3207 ret = fun(frm, priv2, priv3, j++, UVCG_FRAME); in __uvcg_iter_strm_cls()
3212 ret = fun(f->fmt->color_matching, priv2, priv3, 0, in __uvcg_iter_strm_cls()
/linux/arch/sparc/kernel/
H A Dpci_sun4v.c267 unsigned int fun; in dma_4v_iotsb_bind() local
277 fun = PCI_FUNC(pdev->devfn); in dma_4v_iotsb_bind()
281 fun)); in dma_4v_iotsb_bind()
/linux/arch/powerpc/include/asm/
H A Dpasemi_dma.h521 extern void pasemi_dma_free_fun(int fun);
/linux/Documentation/fb/
H A Dvesafb.rst185 Have fun!
H A Dsstfb.rst38 Graphics in section "console". Compile, install, have fun... and please
/linux/Documentation/scsi/
H A Dscsi-changer.rst180 Have fun,
/linux/Documentation/filesystems/
H A Dromfs.rst192 Have fun,
/linux/arch/sparc/lib/
H A Dchecksum_32.S340 sll %o2, 1, %g2 ! constant multiplies are fun...
/linux/Documentation/
H A DChanges216 32-bit UID support is now in place. Have fun!

12