Searched refs:fns (Results 1 – 26 of 26) sorted by relevance
48 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local53 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()54 if (!fns) in alloc_io_pgtable_ops()57 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
26 void sa1100_register_uart_fns(struct sa1100_port_fns *fns);29 #define sa1100_register_uart_fns(fns) do { } while (0) argument
685 struct outer_cache_fns *fns) in l2c310_fixup() argument694 fns->inv_range == l2c210_inv_range) { in l2c310_fixup()695 fns->inv_range = l2c310_inv_range_erratum; in l2c310_fixup()696 fns->flush_range = l2c310_flush_range_erratum; in l2c310_fixup()703 fns->flush_all = l2c310_flush_all_erratum; in l2c310_fixup()780 struct outer_cache_fns fns; in __l2c_init() local849 fns = data->outer_cache; in __l2c_init()850 fns.write_sec = outer_cache.write_sec; in __l2c_init()851 fns.configure = outer_cache.configure; in __l2c_init()853 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)
418 @ 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)
434 @ 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)
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)
466 @ 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)
491 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
590 @ 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)
471 @ 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()