Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/drivers/iommu/
A 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.3-rc2/include/linux/platform_data/
A 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.3-rc2/arch/arm/mm/
A Dcache-l2x0.c682 struct outer_cache_fns *fns) in l2c310_fixup() argument
691 fns->inv_range == l2c210_inv_range) { 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()
859 fns.sync = NULL; in __l2c_init()
872 outer_cache = fns; in __l2c_init()
1482 struct outer_cache_fns *fns) in aurora_fixup() argument
[all …]
A Dproc-arm9tdmi.S57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm7tdmi.S57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm720.S159 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm740.S120 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-sa110.S188 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-fa526.S177 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-sa1100.S230 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-v6.S257 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm940.S332 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm1020e.S441 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm1022.S435 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
A Dproc-arm1026.S429 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/linux-6.3-rc2/include/linux/
A Dfind.h202 return val ? fns(val, n) : size; in find_nth_bit()
228 return val ? fns(val, n) : size; in find_nth_and_bit()
255 return val ? fns(val, n) : size; in find_nth_andnot_bit()
285 return val ? fns(val, n) : size; in find_nth_and_andnot_bit()
A Dbitops.h255 static inline unsigned long fns(unsigned long word, unsigned int n) in fns() function
/linux-6.3-rc2/drivers/tty/serial/
A Dsa1100.c622 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
624 if (fns->get_mctrl) in sa1100_register_uart_fns()
625 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
626 if (fns->set_mctrl) in sa1100_register_uart_fns()
627 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
629 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
/linux-6.3-rc2/tools/perf/util/intel-pt-decoder/
A 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.3-rc2/lib/zlib_dfltcc/
A Ddfltcc_deflate.c33 if (!is_bit_set(dfltcc_state->common.af.fns, DFLTCC_GDHT) || in dfltcc_can_deflate()
34 !is_bit_set(dfltcc_state->common.af.fns, DFLTCC_CMPR) || in dfltcc_can_deflate()
A Ddfltcc.h25 char fns[16]; member
A Ddfltcc_inflate.c26 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) && in dfltcc_can_inflate()
/linux-6.3-rc2/tools/perf/util/
A Ddlfilter.h51 struct perf_dlfilter_fns *fns; member
A 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.3-rc2/lib/
A Dfind_bit.c90 sz = min(idx * BITS_PER_LONG + fns(tmp, nr), sz); \

Completed in 27 milliseconds

12