Home
last modified time | relevance | path

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

123

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A DstratixII.c72 altera_board_specific_func *fns; in StratixII_ps_fpp_load() local
97 fns = (altera_board_specific_func *) (desc->iface_fns); in StratixII_ps_fpp_load()
101 (fns->config && fns->status && fns->done && fns->data in StratixII_ps_fpp_load()
102 && fns->abort)) { in StratixII_ps_fpp_load()
110 if (fns->pre) { in StratixII_ps_fpp_load()
111 if ((ret_val = fns->pre (cookie)) < 0) { in StratixII_ps_fpp_load()
119 fns->config (0, 1, cookie); in StratixII_ps_fpp_load()
121 fns->config (1, 1, cookie); in StratixII_ps_fpp_load()
126 fns->clk (0, 1, cookie); in StratixII_ps_fpp_load()
131 if (fns->status (cookie) != 1) { in StratixII_ps_fpp_load()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/mcelog/mce-test/
H A D0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch38 def gcov_merge(fns, of):
39 - f = file(fns[0])
40 + f = open(fns[0])
43 for fn in fns[1:]:
49 @@ -67,10 +67,10 @@ def gcov_merge(fns, of):
84 def scov_merge(fns, of):
85 - f = file(fns[0])
86 + f = open(fns[0])
89 for fn in fns[1:]:
95 @@ -59,10 +59,10 @@ def scov_merge(fns, of):
/OK3568_Linux_fs/external/security/rk_tee_user/v2/host/openssl/include/openssl/
H A Dengine.h825 const dynamic_fns *fns);
828 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns); \
830 int bind_engine(ENGINE *e, const char *id, const dynamic_fns *fns) { \
831 if(ENGINE_get_static_state() == fns->static_state) goto skip_cbs; \
832 if(!CRYPTO_set_mem_functions(fns->mem_fns.malloc_cb, \
833 fns->mem_fns.realloc_cb, fns->mem_fns.free_cb)) \
835 CRYPTO_set_locking_callback(fns->lock_fns.lock_locking_cb); \
836 CRYPTO_set_add_lock_callback(fns->lock_fns.lock_add_lock_cb); \
837 CRYPTO_set_dynlock_create_callback(fns->lock_fns.dynlock_create_cb); \
838 CRYPTO_set_dynlock_lock_callback(fns->lock_fns.dynlock_lock_cb); \
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/variant/1.1.4/include/mapbox/
H A Dvariant_visitor.hpp26 visitor(Fn fn, Fns... fns) : Fn(fn), visitor<Fns...>(fns...) {} in visitor()
30 visitor<Fns...> make_visitor(Fns... fns) in make_visitor() argument
32 return visitor<Fns...>(fns...); in make_visitor()
/OK3568_Linux_fs/kernel/drivers/iommu/
H A Dio-pgtable.c34 const struct io_pgtable_init_fns *fns; in alloc_io_pgtable_ops() local
39 fns = io_pgtable_init_table[fmt]; in alloc_io_pgtable_ops()
40 if (!fns) in alloc_io_pgtable_ops()
43 iop = fns->alloc(cfg, cookie); in alloc_io_pgtable_ops()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Dtinfoil.py231 def __init__(self, recipecache, d, pn, fn, fns): argument
236 self.fns = fns
246 return [x for x in self.fns if x != self.fn]
256 for pkg, fns in self._recipecache.packages.items():
257 if self.fn in fns:
263 for pkg, fns in self._recipecache.packages_dynamic.items():
264 if self.fn in fns:
270 for pkg, fns in self._recipecache.rproviders.items():
271 if self.fn in fns:
565 for pn, fns in recipes:
[all …]
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/parse_py/
H A DConfHandler.py56 def include(parentfn, fns, lineno, data, error_out): argument
62 fns = data.expand(fns)
66 for fn in fns.split():
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H 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
/OK3568_Linux_fs/kernel/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.S57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm7tdmi.S57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm720.S159 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-arm740.S120 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-sa110.S188 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
H A Dproc-fa526.S177 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-support/aoetools/aoetools/
H A Dmakefile-add-ldflags.patch17 aoeping.o : aoeping.c dat.h fns.h
24 aoecfg.o : aoecfg.c dat.h fns.h
/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dsa1100.c650 void sa1100_register_uart_fns(struct sa1100_port_fns *fns) in sa1100_register_uart_fns() argument
652 if (fns->get_mctrl) in sa1100_register_uart_fns()
653 sa1100_pops.get_mctrl = fns->get_mctrl; in sa1100_register_uart_fns()
654 if (fns->set_mctrl) in sa1100_register_uart_fns()
655 sa1100_pops.set_mctrl = fns->set_mctrl; in sa1100_register_uart_fns()
657 sa1100_pops.pm = fns->pm; in sa1100_register_uart_fns()
/OK3568_Linux_fs/kernel/lib/zlib_dfltcc/
H A 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()
H A Ddfltcc.h25 char fns[16]; member
H A Ddfltcc_inflate.c30 return is_bit_set(dfltcc_state->af.fns, DFLTCC_XPND) && in dfltcc_can_inflate()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/parse/
H A Dast.py206 def __init__(self, filename, lineno, fns, classname): argument
208 self.n = fns.split()
261 def __init__(self, filename, lineno, fns): argument
263 self.hs = fns.split()
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/vblade/files/
H A Dmakefile-add-ldflags.patch18 aoe.o : aoe.c config.h dat.h fns.h makefile
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/share/OpenCV/licenses/
H A Dlibpng-opencv-libpng.patch14 /* Memory model/platform independent fns */
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/
H A DCVE-2021-3750-1.patch14 actual MemoryRegionOps read/write fns like gicv3_dist_read()
/OK3568_Linux_fs/buildroot/dl/sox/git/src/
H A Deffects.c603 sox_effect_fn_t const * fns = sox_get_effect_fns(); in sox_find_effect() local
604 for (e = 0; fns[e]; ++e) { in sox_find_effect()
605 const sox_effect_handler_t *eh = fns[e] (); in sox_find_effect()

123