/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 …]
|
/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)
|
/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)
|
/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))
|
/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")
|
/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")
|
/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))
|
/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()
|
/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()
|
/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()
|
/linux/arch/alpha/include/asm/ |
H A D | core_irongate.h | 137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument 139 ((fun)<<8) | \
|
/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()
|
/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_common.h | 64 __u8 fun; member
|
H A D | adf_ctl_drv.c | 370 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 D | pasemi_mac.h | 54 int fun; member
|
H A D | pasemi_mac.c | 305 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 D | debugging.rst | 35 3. Q bit fun
|
/linux/Documentation/usb/ |
H A D | iuu_phoenix.rst | 90 Have fun !
|
/linux/Documentation/sound/cards/ |
H A D | bt87x.rst | 77 Have fun,
|
/linux/Documentation/admin-guide/sysctl/ |
H A D | index.rst | 18 be actually used, not just for the fun of programming it :-)
|
/linux/arch/powerpc/include/asm/ |
H A D | pasemi_dma.h | 521 extern void pasemi_dma_free_fun(int fun);
|
/linux/Documentation/fb/ |
H A D | vesafb.rst | 185 Have fun!
|
H A D | sstfb.rst | 38 Graphics in section "console". Compile, install, have fun... and please
|
/linux/Documentation/scsi/ |
H A D | scsi-changer.rst | 180 Have fun,
|
/linux/Documentation/filesystems/ |
H A D | romfs.rst | 192 Have fun,
|