Home
last modified time | relevance | path

Searched defs:fun (Results 1 – 14 of 14) sorted by relevance

/linux/drivers/mtd/nand/raw/
H A Dfsl_upm.c42 static int fun_chip_init(struct fsl_upm_nand *fun, in fun_chip_init()
81 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); in func_exec_instr() local
135 struct fsl_upm_nand *fun = to_fsl_upm_nand(nand_to_mtd(chip)); in fun_exec_op() local
165 struct fsl_upm_nand *fun; in fun_probe() local
240 struct fsl_upm_nand *fun = dev_get_drvdata(&ofdev->dev); in fun_remove() local
/linux/include/linux/surface_aggregator/
H A Ddevice.h96 #define SSAM_DEVICE(d, cat, tid, iid, fun) \ argument
126 #define SSAM_VDEV(cat, tid, iid, fun) \ argument
149 #define SSAM_SDEV(cat, tid, iid, fun) \ argument
/linux/include/dt-bindings/pinctrl/
H A Dsppctl.h28 #define SPPCTL_IOPAD(pin, typ, fun, flg) (((pin) << 24) | ((typ) << 16) | \ argument
/linux/drivers/pci/controller/
H A Dpcie-mediatek.c53 #define PCIE_CONF_FUN(fun) (((fun) << 8) & GENMASK(10, 8)) argument
56 #define PCIE_CONF_ADDR(regn, fun, dev, bus) \ argument
121 #define CFG_DW2_FUN(fun) (((fun) << 16) & GENMASK(18, 16)) argument
128 #define CFG_HEADER_DW2(regn, fun, dev, bus) \ argument
/linux/arch/mips/fw/sni/
H A Dsniprom.c49 #define __PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument
/linux/arch/mips/include/asm/dec/
H A Dprom.h104 #define __DEC_PROM_O32(fun, arg) fun arg __asm__(#fun); \ argument
/linux/arch/arm64/kvm/
H A Dconfig.c42 #define __NEEDS_FEAT_2(m, f, fun, dummy) \ argument
49 #define __NEEDS_FEAT_1(m, f, fun) \ argument
/linux/arch/powerpc/platforms/pasemi/
H A Ddma_lib.c461 void pasemi_dma_free_fun(int fun) in pasemi_dma_free_fun()
/linux/net/netfilter/
H A Dnf_tables_core.c214 #define X(e, fun) \ in expr_call_ops_eval() argument
/linux/drivers/pinctrl/bcm/
H A Dpinctrl-bcm6368.c384 const struct bcm6368_function *fun = &bcm6368_funcs[selector]; in bcm6368_pinctrl_set_mux() local
/linux/arch/alpha/include/asm/
H A Dcore_irongate.h137 #define IGCSR(dev,fun,reg) ( IRONGATE_CONF | \ argument
/linux/drivers/net/ethernet/pasemi/
H A Dpasemi_mac.h54 int fun; member
/linux/drivers/edac/
H A Dskx_common.h239 u32 fun : 3; member
H A Di10nm_base.c399 unsigned int dev, unsigned int fun) in pci_get_dev_wrapper()