/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 in fun_chip_init() 81 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); func_exec_instr() local 135 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); fun_exec_op() local 165 struct fsl_upm_nand *fun; fun_probe() local 240 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); fun_remove() 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 [all...] |
/linux/drivers/hid/bpf/progs/ |
H A D | hid_bpf_async.h | 75 #define HID_BPF_ASYNC_FUN(fun) \ argument 76 fun(struct hid_bpf_ctx *ctx); \ 77 int ____key__##fun; \ 78 static int ____async_init_##fun(void) \ 80 ____key__##fun = hid_bpf_async_get_ctx(); \ 81 if (____key__##fun < 0) \ 82 return ____key__##fun; \ 85 static int HID_BPF_ASYNC_CB(____##fun##_cb)(struct hid_bpf_ctx *hctx) \ 87 return fun(hctx); \ 89 typeof(fun( 91 HID_BPF_ASYNC_INIT(fun) global() argument 92 HID_BPF_ASYNC_DELAYED_CALL(fun,ctx,delay) global() argument [all...] |
/linux/arch/loongarch/include/asm/ |
H A D | kvm_para.h | 54 register unsigned long fun asm("a0") = fid; in kvm_hypercall0() 59 : "r" (fun) in kvm_hypercall0() 69 register unsigned long fun asm("a0") = fid; in kvm_hypercall1() 75 : "r" (fun), "r" (a1) in kvm_hypercall1() 86 register unsigned long fun asm("a0") = fid; in kvm_hypercall2() 93 : "r" (fun), "r" (a1), "r" (a2) in kvm_hypercall2() 104 register unsigned long fun asm("a0") = fid; in kvm_hypercall3() 112 : "r" (fun), "r" (a1), "r" (a2), "r" (a3) in kvm_hypercall3() 124 register unsigned long fun asm("a0") = fid; in kvm_hypercall4() 133 : "r"(fun), " in kvm_hypercall4() [all...] |
/linux/include/linux/surface_aggregator/ |
H A D | device.h | 82 * @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) \ argument 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) \ argument 127 SSAM_DEVICE(SSAM_DOMAIN_VIRTUAL, SSAM_VIRTUAL_TC_##cat, SSAM_SSH_TID_##tid, iid, fun) 149 SSAM_SDEV(cat,tid,iid,fun) global() argument [all...] |
/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/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/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/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 | 82 int (*fun)(void *), void *arg) in kthread_frame_init() 84 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/drivers/edac/ |
H A D | i10nm_base.c | 400 unsigned int dev, unsigned int fun) in pci_get_dev_wrapper() argument 404 pdev = pci_get_domain_bus_and_slot(dom, bus, PCI_DEVFN(dev, fun)); in pci_get_dev_wrapper() 407 bus, dev, fun); in pci_get_dev_wrapper() 413 bus, dev, fun); in pci_get_dev_wrapper() 442 res_cfg->pcu_cr3_bdf.fun); in i10nm_get_imc_num() 503 res_cfg->sad_all_bdf.fun); in i10nm_check_2lm() 675 res_cfg->ddr_mdev_bdf.fun + i % 7); in get_gnr_mdev() 741 res_cfg->ddr_mdev_bdf.fun); in get_ddr_munit() 801 res_cfg->util_all_bdf.fun); in i10nm_get_ddr_munits() 807 res_cfg->uracu_bdf.fun); in i10nm_get_ddr_munits() [all...] |
/linux/arch/alpha/include/asm/ |
H A D | core_irongate.h | 134 * ---bus numer--- -device-- -fun- ---register---- 137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument 139 ((fun)<<8) | \
|
/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/net/netfilter/ |
H A D | nf_tables_core.c | 214 #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/crypto/intel/qat/qat_common/ |
H A D | adf_cfg_common.h | 66 __u8 fun; member
|
/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() 1356 XCT_FUN_O | XCT_FUN_FUN(csring->fun) | in pasemi_mac_queue_csdesc() 1393 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/arch/arm64/kvm/ |
H A D | config.c | 42 #define __NEEDS_FEAT_2(m, f, fun, dummy) \ argument 46 .fval = (fun), \ 49 #define __NEEDS_FEAT_1(m, f, fun) \ argument 53 .match = (fun), \
|
/linux/Documentation/sound/cards/ |
H A D | bt87x.rst | 77 Have fun,
|
/linux/Documentation/usb/ |
H A D | iuu_phoenix.rst | 90 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/sparc/kernel/ |
H A D | pci_sun4v.c | 267 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/drivers/usb/gadget/function/ |
H A D | uvc_configfs.c | 78 int (*fun)(char *, void *, unsigned int), in __uvcg_iter_item_entries() 87 if (!fun) in __uvcg_iter_item_entries() 106 ret = fun(buf, priv, size); in __uvcg_iter_item_entries() 3170 * As a "processing" function the @fun is used. 3179 * @fun: callback function for processing each level of the hierarchy 3183 int (*fun)(void *, void *, void *, int, enum uvcg_strm_type type)) in __uvcg_iter_strm_cls() 3191 if (!fun) in __uvcg_iter_strm_cls() 3195 ret = fun(h, priv2, priv3, 0, UVCG_HEADER); in __uvcg_iter_strm_cls() 3199 ret = fun(f->fmt, priv2, priv3, i++, UVCG_FORMAT); in __uvcg_iter_strm_cls() 3206 ret = fun(fr in __uvcg_iter_strm_cls() [all...] |