Searched refs:fns (Results 1 – 25 of 27) sorted by relevance
12
45 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local50 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()
218 idle_fn *fns; in qcom_cpuidle_init() local252 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()
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
694 struct outer_cache_fns *fns) in l2c310_fixup() argument703 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() local864 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 …]
61 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
173 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
124 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
191 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
182 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
233 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
258 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
336 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
455 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
440 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
434 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
418 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
391 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
474 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
483 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
466 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
491 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
573 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
641 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument643 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()