Home
last modified time | relevance | path

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

12

/linux/drivers/iommu/
H A Dio-pgtable.c62 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local
70 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()
71 if (!fns) in alloc_io_pgtable_ops()
74 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
/linux/include/linux/platform_data/
H A Dsa11x0-serial.h26 void sa1100_register_uart_fns(struct sa1100_port_fns *fns);
29 static inline void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
/linux/arch/arm/mm/
H A 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 …]
H A Dproc-arm9tdmi.S69 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm7tdmi.S69 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm720.S168 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm740.S132 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-sa110.S195 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-fa526.S183 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-sa1100.S237 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-v6.S264 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm1022.S444 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm1026.S439 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm940.S341 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/linux/include/linux/
H A Dfind.h236 return val ? fns(val, n) : size; in find_nth_bit()
262 return val ? fns(val, n) : size; in find_nth_and_bit()
289 return val ? fns(val, n) : size; in find_nth_andnot_bit()
319 return val ? fns(val, n) : size; in find_nth_and_andnot_bit()
H A Dbitops.h283 * fns - find N'th set bit in a word
287 static inline unsigned int fns(unsigned long word, unsigned int n)
256 static inline unsigned int fns(unsigned long word, unsigned int n) fns() function
/linux/drivers/tty/serial/
H A Dsa1100.c623 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
625 if (fns->get_mctrl) in sa1100_register_uart_fns()
626 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
627 if (fns->set_mctrl) in sa1100_register_uart_fns()
628 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
630 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
/linux/tools/perf/util/intel-pt-decoder/
H 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/lib/zlib_dfltcc/
H 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()
H A Ddfltcc.h25 char fns[16]; member
H A Ddfltcc_inflate.c26 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) && in dfltcc_can_inflate()
/linux/tools/perf/util/
H A Ddlfilter.h51 struct perf_dlfilter_fns *fns; member
H A Ddlfilter.c410 d->fns = dlsym(d->handle, "perf_dlfilter_fns"); in dlfilter__open()
411 if (d->fns) in dlfilter__open()
412 memcpy(d->fns, &perf_dlfilter_fns, sizeof(struct perf_dlfilter_fns)); in dlfilter__open()
/linux/lib/
H A Dfind_bit.c90 sz = idx * BITS_PER_LONG + fns(tmp, nr); \
/linux/scripts/package/
H A Dkernel.spec68 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build

12