Home
last modified time | relevance | path

Searched refs:fun (Results 1 – 25 of 39) 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/arch/x86/include/asm/
H A Dswitch_to.h80 int (*fun)(void *), void *arg) in kthread_frame_init()
82 frame->bx = (unsigned long)fun; in kthread_frame_init()
/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.c217 #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()
/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_cfg_common.h64 __u8 fun; member
H A Dadf_ctl_drv.c370 dev_info.fun = PCI_FUNC(accel_to_pci_dev(accel_dev)->devfn); in adf_ctl_ioctl_get_status()
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.h54 int fun; member
H A Dpasemi_mac.c305 ring->fun = pasemi_dma_alloc_fun(); in pasemi_mac_setup_csring()
306 if (ring->fun < 0) in pasemi_mac_setup_csring()
310 PAS_DMA_TXCHAN_CFG_TATTR(ring->fun) | in pasemi_mac_setup_csring()
361 pasemi_dma_free_fun(csring->fun); in pasemi_mac_free_csring()
1355 XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc()
1392 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/Documentation/admin-guide/sysctl/
H A Dindex.rst18 be actually used, not just for the fun of programming it :-)
/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,

12