Home
last modified time | relevance | path

Searched refs:fns (Results 1 – 25 of 27) sorted by relevance

12

/Linux-v4.19/drivers/iommu/
Dio-pgtable.c45 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local
50 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()
51 if (!fns) in alloc_io_pgtable_ops()
54 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
/Linux-v4.19/drivers/soc/qcom/
Dspm.c218 idle_fn *fns; in qcom_cpuidle_init() local
252 fns = devm_kcalloc(get_cpu_device(cpu), state_count, sizeof(*fns), in qcom_cpuidle_init()
254 if (!fns) in qcom_cpuidle_init()
258 fns[i] = idle_fns[i]; in qcom_cpuidle_init()
267 per_cpu(qcom_idle_ops, cpu) = fns; in qcom_cpuidle_init()
/Linux-v4.19/include/linux/platform_data/
Dsa11x0-serial.h27 void sa1100_register_uart_fns(struct sa1100_port_fns *fns);
30 static inline void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
/Linux-v4.19/arch/arm/mm/
Dcache-l2x0.c694 struct outer_cache_fns *fns) in l2c310_fixup() argument
703 fns->inv_range == l2c210_inv_range) { in l2c310_fixup()
704 fns->inv_range = l2c310_inv_range_erratum; in l2c310_fixup()
705 fns->flush_range = l2c310_flush_range_erratum; in l2c310_fixup()
712 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup()
795 struct outer_cache_fns fns; in __l2c_init() local
864 fns = data->outer_cache; in __l2c_init()
865 fns.write_sec = outer_cache.write_sec; in __l2c_init()
866 fns.configure = outer_cache.configure; in __l2c_init()
868 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init()
[all …]
Dproc-arm9tdmi.S61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm7tdmi.S61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm720.S173 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm740.S124 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-sa110.S191 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-fa526.S182 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-sa1100.S233 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-v6.S258 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm940.S336 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1020e.S455 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1022.S440 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1026.S434 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm922.S418 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm920.S440 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm946.S391 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1020.S474 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm925.S483 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm926.S466 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-xsc3.S491 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-feroceon.S573 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/Linux-v4.19/drivers/tty/serial/
Dsa1100.c641 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
643 if (fns->get_mctrl) in sa1100_register_uart_fns()
644 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
645 if (fns->set_mctrl) in sa1100_register_uart_fns()
646 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
648 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()

12