Searched refs:fns (Results 1 - 72 of 72) sorted by relevance

/linux-4.1.27/include/linux/platform_data/
H A Dsa11x0-serial.h26 void sa1100_register_uart_fns(struct sa1100_port_fns *fns);
29 #define sa1100_register_uart_fns(fns) do { } while (0)
/linux-4.1.27/drivers/iommu/
H A Dio-pgtable.c48 const struct io_pgtable_init_fns *fns; alloc_io_pgtable_ops() local
53 fns = io_pgtable_init_table[fmt]; alloc_io_pgtable_ops()
54 if (!fns) alloc_io_pgtable_ops()
57 iop = fns->alloc(cfg, cookie); alloc_io_pgtable_ops()
/linux-4.1.27/arch/arm64/include/asm/
H A Dcpuidle.h4 #include <asm/proc-fns.h>
H A Dproc-fns.h2 * Based on arch/arm/include/asm/proc-fns.h
H A Dmmu_context.h26 #include <asm/proc-fns.h>
H A Dpgtable.h19 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-at91/
H A Dpm.h14 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-gemini/
H A Didle.c7 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mm/
H A Dproc-syms.c14 #include <asm/proc-fns.h>
H A Dproc-arm9tdmi.S61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm7tdmi.S61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dcache-l2x0.c685 struct outer_cache_fns *fns) l2c310_fixup()
694 fns->inv_range == l2c210_inv_range) { l2c310_fixup()
695 fns->inv_range = l2c310_inv_range_erratum; l2c310_fixup()
696 fns->flush_range = l2c310_flush_range_erratum; l2c310_fixup()
703 fns->flush_all = l2c310_flush_all_erratum; l2c310_fixup()
780 struct outer_cache_fns fns; __l2c_init() local
849 fns = data->outer_cache; __l2c_init()
850 fns.write_sec = outer_cache.write_sec; __l2c_init()
851 fns.configure = outer_cache.configure; __l2c_init()
853 data->fixup(l2x0_base, cache_id, &fns); __l2c_init()
862 outer_cache = fns; __l2c_init()
1384 struct outer_cache_fns *fns) aurora_fixup()
1630 #define L2C_ID(name, fns) { .compatible = name, .data = (void *)&fns }
684 l2c310_fixup(void __iomem *base, u32 cache_id, struct outer_cache_fns *fns) l2c310_fixup() argument
1383 aurora_fixup(void __iomem *base, u32 cache_id, struct outer_cache_fns *fns) aurora_fixup() argument
H A Dproc-arm740.S124 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-sa110.S191 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dcontext.c23 #include <asm/proc-fns.h>
H A Dproc-arm720.S173 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-fa526.S182 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-sa1100.S233 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm1022.S440 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm1026.S434 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm940.S336 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm946.S391 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-v6.S258 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm1020.S474 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm1020e.S455 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm920.S440 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm922.S418 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm925.S483 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm926.S466 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-mohawk.S419 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-feroceon.S573 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-v7.S471 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-xsc3.S491 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-xscale.S590 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/linux-4.1.27/arch/arm/include/asm/
H A Dcpuidle.h4 #include <asm/proc-fns.h>
H A Dmmu_context.h20 #include <asm/proc-fns.h>
H A Dproc-fns.h2 * arch/arm/include/asm/proc-fns.h
H A Dpgtable.h14 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-highbank/
H A Dsystem.c17 #include <asm/proc-fns.h>
/linux-4.1.27/security/apparmor/
H A Dsid.c4 * This file contains AppArmor security identifier (sid) manipulation fns
H A Dapparmorfs.c351 /** fns to setup dynamic per profile/namespace files **/ __aa_fs_profile_rmdir()
/linux-4.1.27/drivers/power/reset/
H A Dhisi-reboot.c22 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-pxa/
H A Dreset.c11 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-imx/
H A Dhotplug.c16 #include <asm/proc-fns.h>
H A Dsystem.c28 #include <asm/proc-fns.h>
H A Dpm-imx6.c27 #include <asm/proc-fns.h>
/linux-4.1.27/include/linux/
H A Ddm-kcopyd.h56 * previous three fns.
/linux-4.1.27/drivers/tty/serial/
H A Dsa1100.c656 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) sa1100_register_uart_fns() argument
658 if (fns->get_mctrl) sa1100_register_uart_fns()
659 sa1100_pops.get_mctrl = fns->get_mctrl; sa1100_register_uart_fns()
660 if (fns->set_mctrl) sa1100_register_uart_fns()
661 sa1100_pops.set_mctrl = fns->set_mctrl; sa1100_register_uart_fns()
663 sa1100_pops.pm = fns->pm; sa1100_register_uart_fns()
665 * FIXME: fns->set_wake is unused - this should be called from sa1100_register_uart_fns()
/linux-4.1.27/drivers/misc/mic/host/
H A Dmic_intr.h78 * @mask: Mask used by the main thread fn to call the underlying thread fns.
/linux-4.1.27/drivers/cpufreq/
H A Dkirkwood-cpufreq.c19 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Ds3c2412.c32 #include <asm/proc-fns.h>
H A Ds3c2416.c46 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dplatsmp-apmu.c22 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-vexpress/
H A Ddcscb.c21 #include <asm/proc-fns.h>
H A Dtc2_pm.c25 #include <asm/proc-fns.h>
/linux-4.1.27/drivers/clk/at91/
H A Dpmc.c23 #include <asm/proc-fns.h>
/linux-4.1.27/arch/arm/mach-omap2/
H A Dcommon.h37 #include <asm/proc-fns.h>
H A Dpowerdomain.c294 * pwrdm_register_platform_funcs - register powerdomain implementation fns
H A Dclockdomain.c360 * clkdm_register_platform_funcs - register clockdomain implementation fns
H A Domap_hwmod.c74 * | OMAP clock/PRCM/register fns |
/linux-4.1.27/arch/arm/mach-tegra/
H A Dpm.c36 #include <asm/proc-fns.h>
H A Dsleep-tegra20.S24 #include <asm/proc-fns.h>
/linux-4.1.27/tools/perf/util/scripting-engines/
H A Dtrace-event-perl.c295 /* common fields other than pid can be accessed via xsub fns */ perl_process_tracepoint()
/linux-4.1.27/drivers/md/
H A Ddm-region-hash.c114 * Conversion fns
/linux-4.1.27/drivers/ata/
H A Dpata_mpc52xx.c263 /* Aux fns */
/linux-4.1.27/drivers/staging/lustre/lustre/obdclass/
H A Dobd_config.c328 /********************** class fns **********************/
485 other fns check that status, and we're not actually set up yet. */ class_setup()
/linux-4.1.27/drivers/staging/lustre/lnet/lnet/
H A Dapi-ni.c1385 /* Teardown fns that use my own API functions BEFORE here */ LNetNIFini()
/linux-4.1.27/drivers/staging/lustre/lustre/llite/
H A Dllite_lib.c2161 proc fns must be able to handle that! */ ll_process_config()
/linux-4.1.27/drivers/usb/serial/
H A Dmos7720.c121 static const unsigned int dummy; /* for clarity in register access fns */
/linux-4.1.27/drivers/atm/
H A Dhorizon.c508 /* RX channels are 10 bit integers, these fns are quite paranoid */
/linux-4.1.27/drivers/video/console/
H A Dfbcon.c1224 * fbcon_clear_physical_8() -- of original fbcon_XXX fns.
/linux-4.1.27/drivers/net/wireless/brcm80211/brcmsmac/
H A Dmain.c4646 * low level fns, and cut over low only init when all fns brcms_b_attach()

Completed in 1399 milliseconds