| /OK3568_Linux_fs/u-boot/drivers/fpga/ |
| H A D | stratixII.c | 72 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 D | 0001-gcov_merge.py-scov_merge.py-switch-to-python3.patch | 38 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 D | engine.h | 825 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 D | variant_visitor.hpp | 26 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 D | io-pgtable.c | 34 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 D | tinfoil.py | 231 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 D | ConfHandler.py | 56 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 D | sa11x0-serial.h | 27 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 D | cache-l2x0.c | 682 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 D | proc-arm9tdmi.S | 57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
| H A D | proc-arm7tdmi.S | 57 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
| H A D | proc-arm720.S | 159 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
| H A D | proc-arm740.S | 120 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
| H A D | proc-sa110.S | 188 @ define struct processor (see <asm/proc-fns.h> and proc-macros.S)
|
| H A D | proc-fa526.S | 177 @ 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 D | makefile-add-ldflags.patch | 17 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 D | sa1100.c | 650 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 D | dfltcc_deflate.c | 31 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 D | dfltcc.h | 25 char fns[16]; member
|
| H A D | dfltcc_inflate.c | 30 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 D | ast.py | 206 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 D | makefile-add-ldflags.patch | 18 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 D | libpng-opencv-libpng.patch | 14 /* Memory model/platform independent fns */
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/qemu/qemu/ |
| H A D | CVE-2021-3750-1.patch | 14 actual MemoryRegionOps read/write fns like gicv3_dist_read()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | effects.c | 603 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()
|