Home
last modified time | relevance | path

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

12

/Linux-v5.4/drivers/iommu/
Dio-pgtable.c34 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local
39 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()
40 if (!fns) in alloc_io_pgtable_ops()
43 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
/Linux-v5.4/drivers/soc/qcom/
Dspm.c210 idle_fn *fns; in qcom_cpuidle_init() local
247 fns = devm_kcalloc(get_cpu_device(cpu), state_count, sizeof(*fns), in qcom_cpuidle_init()
249 if (!fns) in qcom_cpuidle_init()
253 fns[i] = idle_fns[i]; in qcom_cpuidle_init()
262 per_cpu(qcom_idle_ops, cpu) = fns; in qcom_cpuidle_init()
/Linux-v5.4/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-v5.4/arch/arm/mm/
Dcache-l2x0.c682 struct outer_cache_fns *fns) in l2c310_fixup() argument
691 fns->inv_range == l2c210_inv_range) { in l2c310_fixup()
692 fns->inv_range = l2c310_inv_range_erratum; in l2c310_fixup()
693 fns->flush_range = l2c310_flush_range_erratum; in l2c310_fixup()
700 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup()
783 struct outer_cache_fns fns; in __l2c_init() local
852 fns = data->outer_cache; in __l2c_init()
853 fns.write_sec = outer_cache.write_sec; in __l2c_init()
854 fns.configure = outer_cache.configure; in __l2c_init()
856 data->fixup(l2x0_base, cache_id, &fns); in __l2c_init()
[all …]
Dproc-arm9tdmi.S57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm7tdmi.S57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm720.S159 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm740.S120 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-sa110.S188 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-fa526.S177 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-sa1100.S230 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm940.S332 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-v6.S255 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm922.S404 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1020e.S441 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1022.S435 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1026.S429 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm920.S426 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm946.S387 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm1020.S460 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm925.S469 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-arm926.S452 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-xsc3.S488 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
Dproc-feroceon.S560 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/Linux-v5.4/drivers/tty/serial/
Dsa1100.c656 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
658 if (fns->get_mctrl) in sa1100_register_uart_fns()
659 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
660 if (fns->set_mctrl) in sa1100_register_uart_fns()
661 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
663 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()

12