Searched refs:fns (Results 1 – 25 of 27) sorted by relevance
12
34 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local39 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()
210 idle_fn *fns; in qcom_cpuidle_init() local247 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()
27 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
682 struct outer_cache_fns *fns) in l2c310_fixup() argument691 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() local852 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 …]
57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
159 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
120 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
188 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
177 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
230 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
332 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
255 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
404 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
441 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
435 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
429 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
426 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
387 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
460 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
469 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
452 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
488 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
560 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
656 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument658 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()