Home
last modified time | relevance | path

Searched full:so (Results 1 – 25 of 13060) sorted by relevance

12345678910>>...523

/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/runtime_lib/
H A Dreadme7 lib/ld-linux-aarch64.so.1
8 lib/ld-2.33.so
9 lib/libthread_db-1.0.so
10 lib/librt.so.1
11 lib/libutil.so
12 lib/libnss_db-2.33.so
13 lib/libitm.so.1.0.0
14 lib/libnss_dns.so
15 lib/libatomic.so.1
16 lib/libSegFault.so
[all …]
HDlib.tar.bz2
/OK3568_Linux_fs/external/rknn-toolkit2/packages/
H A Drknn_toolkit2-1.5.0+1fa95b5c-cp310-cp310-linux_x86_64.whl ... cpython-310-x86_64-linux-gnu.so rknn/api/bias_correction.cpython-310- ...
H A Drknn_toolkit2-1.5.0+1fa95b5c-cp38-cp38-linux_x86_64.whl ... cpython-38-x86_64-linux-gnu.so rknn/api/bias_correction.cpython-38- ...
H A Drknn_toolkit2-1.5.0+1fa95b5c-cp36-cp36m-linux_x86_64.whl ... -36m-x86_64-linux-gnu.so rknn/api/bias_correction.cpython-36m ...
/OK3568_Linux_fs/external/rknn-toolkit2/docker/docker_file/ubuntu_18_04_cp36/
H A Drknn_toolkit2-1.5.0+1fa95b5c-cp36-cp36m-linux_x86_64.whl ... -36m-x86_64-linux-gnu.so rknn/api/bias_correction.cpython-36m ...
/OK3568_Linux_fs/external/libmali/debian/
H A Dtargets1 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-gbm.so
2 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-only-cl.so
3 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-wayland-gbm.so
4 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-without-cl-wayland-gbm.so
5 aarch64-linux-gnu/libmali-bifrost-g31-g13p0-x11-gbm.so
6 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-gbm.so
7 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-only-cl.so
8 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-wayland-gbm.so
9 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-without-cl-wayland-gbm.so
10 aarch64-linux-gnu/libmali-bifrost-g31-g2p0-x11-gbm.so
[all …]
/OK3568_Linux_fs/kernel/arch/sh/boards/mach-kfr2r09/
H A Dlcd_wqvga.c60 struct sh_mobile_lcdc_sys_bus_ops *so) in read_reg() argument
62 return so->read_data(sohandle); in read_reg()
66 struct sh_mobile_lcdc_sys_bus_ops *so, in write_reg() argument
70 so->write_data(sohandle, v); /* PTH4/LCDRS High [param, 17:0] */ in write_reg()
72 so->write_index(sohandle, v); /* PTH4/LCDRS Low [cmd, 7:0] */ in write_reg()
76 struct sh_mobile_lcdc_sys_bus_ops *so, in write_data() argument
82 write_reg(sohandle, so, 1, data[i]); in write_data()
86 struct sh_mobile_lcdc_sys_bus_ops *so) in read_device_code() argument
91 write_reg(sohandle, so, 0, 0xb0); in read_device_code()
92 write_reg(sohandle, so, 1, 0x00); in read_device_code()
[all …]
/OK3568_Linux_fs/kernel/net/can/
H A Disotp.c164 struct isotp_sock *so = container_of(hrtimer, struct isotp_sock, in isotp_rx_timer_handler() local
166 struct sock *sk = &so->sk; in isotp_rx_timer_handler()
168 if (so->rx.state == ISOTP_WAIT_DATA) { in isotp_rx_timer_handler()
177 so->rx.state = ISOTP_IDLE; in isotp_rx_timer_handler()
188 struct isotp_sock *so = isotp_sk(sk); in isotp_send_fc() local
191 nskb = alloc_skb(so->ll.mtu + sizeof(struct can_skb_priv), gfp_any()); in isotp_send_fc()
195 dev = dev_get_by_index(sock_net(sk), so->ifindex); in isotp_send_fc()
208 skb_put_zero(nskb, so->ll.mtu); in isotp_send_fc()
211 ncf->can_id = so->txid; in isotp_send_fc()
213 if (so->opt.flags & CAN_ISOTP_TX_PADDING) { in isotp_send_fc()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/gt/
H A Dintel_renderstate.c9 * Software is furnished to do so, subject to the following conditions:
59 * right after the commands taking care of alignment so we should sufficient
69 static int render_state_setup(struct intel_renderstate *so, in render_state_setup() argument
72 const struct intel_renderstate_rodata *rodata = so->rodata; in render_state_setup()
77 d = i915_gem_object_pin_map(so->vma->obj, I915_MAP_WB); in render_state_setup()
85 u64 r = s + so->vma->node.start; in render_state_setup()
107 so->batch_offset = i915_ggtt_offset(so->vma); in render_state_setup()
108 so->batch_size = rodata->batch_items * sizeof(u32); in render_state_setup()
113 so->aux_offset = i * sizeof(u32); in render_state_setup()
143 so->aux_size = i * sizeof(u32) - so->aux_offset; in render_state_setup()
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/gcc/gcc/
H A D0006-Define-GLIBC_DYNAMIC_LINKER-and-UCLIBC_DYNAMIC_LINKE.patch50 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
51 … GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
54 -#define MUSL_DYNAMIC_LINKER "/lib/ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
55 …ne MUSL_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-musl-aarch64%{mbig-endian:_be}%{mabi=ilp32:_ilp32}.so.1"
67 -#define GLIBC_DYNAMIC_LINKER "/lib/ld-linux.so.2"
68 -#define UCLIBC_DYNAMIC_LINKER "/lib/ld-uClibc.so.0"
69 +#define GLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-linux.so.2"
70 +#define UCLIBC_DYNAMIC_LINKER SYSTEMLIBS_DIR "ld-uClibc.so.0"
82 -#define GLIBC_DYNAMIC_LINKER_SOFT_FLOAT "/lib/ld-linux.so.3"
83 -#define GLIBC_DYNAMIC_LINKER_HARD_FLOAT "/lib/ld-linux-armhf.so.3"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/gnu/
H A Dlib-names-lp64.h6 #define LD_LINUX_AARCH64_SO "ld-linux-aarch64.so.1"
7 #define LD_SO "ld-linux-aarch64.so.1"
8 #define LIBANL_SO "libanl.so.1"
9 #define LIBBROKENLOCALE_SO "libBrokenLocale.so.1"
10 #define LIBCRYPT_SO "libcrypt.so.1"
11 #define LIBC_SO "libc.so.6"
12 #define LIBDL_SO "libdl.so.2"
13 #define LIBGCC_S_SO "libgcc_s.so.1"
14 #define LIBMVEC_SO "libmvec.so.1"
15 #define LIBM_SO "libm.so.6"
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/gnu/
H A Dlib-names-hard.h6 #define LD_LINUX_ARMHF_SO "ld-linux-armhf.so.3"
7 #define LD_SO "ld-linux-armhf.so.3"
8 #define LIBANL_SO "libanl.so.1"
9 #define LIBBROKENLOCALE_SO "libBrokenLocale.so.1"
10 #define LIBCRYPT_SO "libcrypt.so.1"
11 #define LIBC_SO "libc.so.6"
12 #define LIBDL_SO "libdl.so.2"
13 #define LIBGCC_S_SO "libgcc_s.so.1"
14 #define LIBMVEC_SO "libmvec.so.1"
15 #define LIBM_SO "libm.so.6"
[all …]
/OK3568_Linux_fs/buildroot/package/nvidia-driver/
H A Dnvidia-driver.mk20 # are build dependencies of packages that depend on nvidia-driver, so
22 # way to do so is to make nvidia-driver depend on them.
26 # libGL.so.$(NVIDIA_DRIVER_VERSION) is the legacy libGL.so library; it
27 # has been replaced with libGL.so.1.0.0. Installing both is technically
29 # so that EGL still works. The legacy library exposes an NVidia-specific
30 # API, so it should not be needed, except for legacy, binary-only
33 # libGL.so.1.0.0 is the new vendor-neutral library, aimed at replacing
34 # the old libGL.so.$(NVIDIA_DRIVER_VERSION) library. The latter contains
42 # So we only install the legacy library for now.
44 libGLX.so.0 \
[all …]
/OK3568_Linux_fs/kernel/drivers/hwmon/
H A DKconfig23 This support can also be built as a module. If so, the module
51 This driver can also be built as a module. If so, the module
66 This driver can also be built as a module. If so, the module
80 This driver can also be built as a module. If so, the module
90 This driver can also be built as a module. If so, the module
100 This driver can also be built as a module. If so, the module
110 This driver can also be built as a module. If so, the module
121 This driver can also be built as a module. If so, the module
132 This driver can also be built as a module. If so, the module
143 This driver can also be built as a module. If so, the module
[all …]
/OK3568_Linux_fs/buildroot/package/ficl/
H A D0001-fix-Makefile.patch11 @@ -29,7 +29,7 @@ libficl.so.$(MAJOR).$(MINOR): $(OBJECTS)
12 -o libficl.so.$(MAJOR).$(MINOR) $(OBJECTS)
13 ln -sf libficl.so.$(MAJOR).$(MINOR) libficl.so
15 -main: main.o ficl.h sysdep.h libficl.so.$(MAJOR).$(MINOR)
16 +main: main.o ficl.h libficl.so.$(MAJOR).$(MINOR)
18 ln -sf libficl.so.$(MAJOR).$(MINOR) libficl.so.$(MAJOR)
24 @@ -29,7 +29,7 @@ libficl.so.$(MAJOR).$(MINOR): $(OBJECTS)
25 -o libficl.so.$(MAJOR).$(MINOR) $(OBJECTS)
26 ln -sf libficl.so.$(MAJOR).$(MINOR) libficl.so
28 -main: main.o ficl.h sysdep.h libficl.so.$(MAJOR).$(MINOR)
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-multimedia/recipes-multimedia/cdparanoia/files/
H A D0003-Fix-missing-shared-object-LDFLAGS.patch21 libcdda_interface.so: $(OFILES)
22 - $(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $…
23 + $(CC) -fpic -shared -o libcdda_interface.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_interface.so.0 $…
24 [ -e libcdda_interface.so.0 ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so.0
25 [ -e libcdda_interface.so ] || ln -s libcdda_interface.so.0.$(VERSION) libcdda_interface.so
34 libcdda_paranoia.so: $(OFILES)
35 - $(CC) -fpic -shared -o libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(O…
36 + $(CC) -fpic -shared -o libcdda_paranoia.so.0.$(VERSION) -Wl,-soname -Wl,libcdda_paranoia.so.0 $(L…
37 [ -e libcdda_paranoia.so.0 ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so.0
38 [ -e libcdda_paranoia.so ] || ln -s libcdda_paranoia.so.0.$(VERSION) libcdda_paranoia.so
/OK3568_Linux_fs/buildroot/package/pigpio/
H A Dpigpio.mk21 $(INSTALL) -D -m 0755 $(@D)/libpigpio.so.1 $(TARGET_DIR)/usr/lib/libpigpio.so.1
22 $(INSTALL) -D -m 0755 $(@D)/libpigpiod_if.so.1 $(TARGET_DIR)/usr/lib/libpigpiod_if.so.1
23 $(INSTALL) -D -m 0755 $(@D)/libpigpiod_if2.so.1 $(TARGET_DIR)/usr/lib/libpigpiod_if2.so.1
24 ln -sf libpigpio.so.1 $(TARGET_DIR)/usr/lib/libpigpio.so
25 ln -sf libpigpiod_if.so.1 $(TARGET_DIR)/usr/lib/libpigpiod_if.so
26 ln -sf libpigpiod_if2.so.1 $(TARGET_DIR)/usr/lib/libpigpiod_if2.so
30 $(INSTALL) -D -m 0755 $(@D)/libpigpio.so.1 $(STAGING_DIR)/usr/lib/libpigpio.so.1
31 $(INSTALL) -D -m 0755 $(@D)/libpigpiod_if.so.1 $(STAGING_DIR)/usr/lib/libpigpiod_if.so.1
32 $(INSTALL) -D -m 0755 $(@D)/libpigpiod_if2.so.1 $(STAGING_DIR)/usr/lib/libpigpiod_if2.so.1
36 ln -sf libpigpio.so.1 $(STAGING_DIR)/usr/lib/libpigpio.so
[all …]
/OK3568_Linux_fs/debian/packages-patches/cheese/
H A D0001-Fix-infinite-loop-if-thumbnailer-is-not-available.patch10 #0 0x00007f4a60e55314 in open64 () at /lib64/libc.so.6
11 #1 0x00007f4a60de6386 in _IO_file_open () at /lib64/libc.so.6
12 #2 0x00007f4a60de655a in __GI__IO_file_fopen () at /lib64/libc.so.6
13 #3 0x00007f4a60dd9aad in __fopen_internal () at /lib64/libc.so.6
14 #4 0x00007f4a6157a43f in gdk_pixbuf_new_from_file () at /lib64/libgdk_pixbuf-2.0.so.0
15 … 0x00007f4a61e84b3a in gnome_desktop_thumbnail_factory_lookup () at /lib64/libgnome-desktop-3.so.19
17 #7 0x00007f4a6124f47b in g_idle_dispatch () at /lib64/libglib-2.0.so.0
18 #8 0x00007f4a612537af in g_main_context_dispatch () at /lib64/libglib-2.0.so.0
19 #9 0x00007f4a61253b38 in g_main_context_iterate.constprop () at /lib64/libglib-2.0.so.0
20 #10 0x00007f4a61253c03 in g_main_context_iteration () at /lib64/libglib-2.0.so.0
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/samba/samba/
H A D0001-Fix-pyext_PATTERN-for-cross-compilation.patch8 pyext_PATTERN ='%s.cpython-310-x86_64-linux-gnu.so'
13 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so
14 /usr/lib/samba/libsamba-python.cpython-310-x86-64-linux-gnu-samba4.so
15 /usr/lib/samba/libsamba-net.cpython-310-x86-64-linux-gnu-samba4.so
16 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0
17 /usr/lib/libsamba-policy.cpython-310-x86-64-linux-gnu.so.0.0.1
18 /usr/lib/python3.10/site-packages/samba/dsdb_dns.cpython-310-x86_64-linux-gnu.so
19 /usr/lib/python3.10/site-packages/samba/dsdb.cpython-310-x86_64-linux-gnu.so
20 /usr/lib/python3.10/site-packages/samba/xattr_tdb.cpython-310-x86_64-linux-gnu.so
21 /usr/lib/python3.10/site-packages/samba/_ldb.cpython-310-x86_64-linux-gnu.so
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_streamoutput.c12 * permit persons to whom the Software is furnished to do so, subject to
92 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_unscrub() local
99 if (!list_empty(&so->cotable_head) || !so->committed ) in vmw_dx_streamoutput_unscrub()
102 cmd = VMW_FIFO_RESERVE_DX(dev_priv, sizeof(*cmd), so->ctx->id); in vmw_dx_streamoutput_unscrub()
108 cmd->body.soid = so->id; in vmw_dx_streamoutput_unscrub()
111 cmd->body.sizeInBytes = so->size; in vmw_dx_streamoutput_unscrub()
114 vmw_cotable_add_resource(so->cotable, &so->cotable_head); in vmw_dx_streamoutput_unscrub()
122 struct vmw_dx_streamoutput *so = vmw_res_to_dx_streamoutput(res); in vmw_dx_streamoutput_create() local
125 WARN_ON_ONCE(!so->committed); in vmw_dx_streamoutput_create()
133 res->id = so->id; in vmw_dx_streamoutput_create()
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-devtools/geany/
H A Dgeany-plugins_1.38.bb48 FILES:${PN}-addons = "${libdir}/geany/addons.so"
52 FILES:${PN}-autoclose = "${libdir}/geany/autoclose.so"
56 FILES:${PN}-automark = "${libdir}/geany/automark.so"
60 FILES:${PN}-codenav = "${libdir}/geany/codenav.so"
65 FILES:${PN}-commander = "${libdir}/geany/commander.so"
71 #FILES:${PN}-debugger = "${libdir}/geany/debugger.so ${datadir}/${PN}/debugger"
75 FILES:${PN}-defineformat = "${libdir}/geany/defineformat.so"
82 #FILES:${PN}-devhelp = "${libdir}/geany/devhelp.so"
86 FILES:${PN}-geanyctags = "${libdir}/geany/geanyctags.so"
91 FILES:${PN}-geanydoc = "${libdir}/geany/geanydoc.so"
[all …]
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-dbs/postgresql/
H A Dpostgresql.inc34 LEAD_SONAME = "libpq.so"
155 # workaround perl package's libperl.so problem
156 # we are using perlnative so this perl should have same version
159 if [ ! -h "${STAGING_LIBDIR}/perl/$perl_version/CORE/libperl.so" -a \
160 ! -h "${STAGING_LIBDIR}/libperl.so" ]; then
161 ln -sf ../../../libperl.so.5 \
162 ${STAGING_LIBDIR}/perl/$perl_version/CORE/libperl.so
252 ${libdir}/${BPN}/dict_snowball.so ${libdir}/${BPN}/plpgsql.so \
253 ${libdir}/${BPN}/euc2004_sjis2004.so \
254 ${libdir}/${BPN}/libpqwalreceiver.so \
[all …]
/OK3568_Linux_fs/yocto/poky/meta/recipes-core/glibc/
H A Dglibc-package.inc5 # The ld.so in this glibc supports the GNU_HASH
17so.* ${base_libdir}/libc-*.so ${base_libdir}/libm*.so.* ${base_libdir}/libm-*.so ${base_libdir}/li…
20 # /lib/ld-linux-aarch64{,_be}.so.1. With usrmerge, that may mean that
22 ARCH_DYNAMIC_LOADER:aarch64 = "ld-linux-${TARGET_ARCH}.so.1"
26 INSANE_SKIP:${MLPREFIX}ldso:append = " dev-so libdir"
28 FILES:${PN} = "${libc_baselibs} ${libexecdir}/* ${sysconfdir}/ld.so.conf"
32 FILES:ldso = "${bindir}/${MLPREFIX}ld.so"
33 FILES:libmemusage = "${base_libdir}/libmemusage.so"
34 FILES:malloc-debug = "${base_libdir}/libc_malloc_debug.so.0"
35 FILES:libnss-db = "${base_libdir}/libnss_db.so.* ${base_libdir}/libnss_db-*.so ${localstatedir}/db/…
[all …]
/OK3568_Linux_fs/kernel/drivers/rtc/
H A DKconfig44 This clock should be battery-backed, so that it reads the correct
119 You may want to set up a symbolic link so one of these
149 This driver can also be built as a module. If so, the module
163 This driver can also be built as a module. If so, the module
173 This driver can also be built as a module. If so, the module
183 This driver can also be built as a module. If so, the module
193 This driver can also be built as a module. If so, the module
204 This driver can also be built as a module. If so, the module
214 This driver can also be built as a module. If so, the module
225 This driver can also be built as a module. If so, the module will
[all …]

12345678910>>...523