Home
last modified time | relevance | path

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

12

/linux-6.1.9/drivers/iommu/
Dio-pgtable.c42 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local
47 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()
48 if (!fns) in alloc_io_pgtable_ops()
51 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
/linux-6.1.9/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-6.1.9/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)
/linux-6.1.9/drivers/tty/serial/
Dsa1100.c648 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
650 if (fns->get_mctrl) in sa1100_register_uart_fns()
651 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
652 if (fns->set_mctrl) in sa1100_register_uart_fns()
653 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
655 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
/linux-6.1.9/tools/perf/util/intel-pt-decoder/
Dintel-pt-log.c130 cookie_io_functions_t fns = { in log_buf__open() local
140 file = fopencookie(b, "a", fns); in log_buf__open()
/linux-6.1.9/include/linux/
Dfind.h199 return val ? fns(val, n) : size; in find_nth_bit()
225 return val ? fns(val, n) : size; in find_nth_and_bit()
252 return val ? fns(val, n) : size; in find_nth_andnot_bit()
Dbitops.h255 static inline unsigned long fns(unsigned long word, unsigned int n) in fns() function
/linux-6.1.9/lib/zlib_dfltcc/
Ddfltcc_deflate.c31 if (!is_bit_set(dfltcc_state->af.fns, DFLTCC_GDHT) || in dfltcc_can_deflate()
32 !is_bit_set(dfltcc_state->af.fns, DFLTCC_CMPR) || in dfltcc_can_deflate()
Ddfltcc.h25 char fns[16]; member
Ddfltcc_inflate.c30 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) && in dfltcc_can_inflate()
/linux-6.1.9/tools/perf/util/
Ddlfilter.h51 struct perf_dlfilter_fns *fns; member
Ddlfilter.c364 d->fns = dlsym(d->handle, "perf_dlfilter_fns"); in dlfilter__open()
365 if (d->fns) in dlfilter__open()
366 memcpy(d->fns, &perf_dlfilter_fns, sizeof(struct perf_dlfilter_fns)); in dlfilter__open()
/linux-6.1.9/lib/
Dfind_bit.c90 sz = min(idx * BITS_PER_LONG + fns(tmp, nr), sz); \

12