Home
last modified time | relevance | path

Searched refs:apr (Results 1 – 25 of 118) sorted by relevance

12345

/OK3568_Linux_fs/kernel/drivers/soc/qcom/
H A Dapr.c18 struct apr { struct
47 struct apr *apr = dev_get_drvdata(adev->dev.parent); in apr_send_pkt() local
60 ret = rpmsg_trysend(apr->ch, pkt, hdr->pkt_size); in apr_send_pkt()
77 struct apr *apr = dev_get_drvdata(&rpdev->dev); in apr_callback() local
82 dev_err(apr->dev, "APR: Improper apr pkt received:%p %d\n", in apr_callback()
94 spin_lock_irqsave(&apr->rx_lock, flags); in apr_callback()
95 list_add_tail(&abuf->node, &apr->rx_list); in apr_callback()
96 spin_unlock_irqrestore(&apr->rx_lock, flags); in apr_callback()
98 queue_work(apr->rxwq, &apr->rx_work); in apr_callback()
104 static int apr_do_rx_callback(struct apr *apr, struct apr_rx_buf *abuf) in apr_do_rx_callback() argument
[all …]
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.txt10 Definition: must be "qcom,apr-v<VERSION-NUMBER>", example "qcom,apr-v2"
12 - qcom,apr-domain
26 Each subnode of the APR node represents service tied to this apr. The name
52 that the particular apr service has a dependency on.
62 which uses apr as communication between Apps and QDSP.
64 apr {
65 compatible = "qcom,apr-v2";
66 qcom,apr-domain = <APR_DOMAIN_ADSP>;
68 apr-service@3 {
73 apr-service@4 {
[all …]
/OK3568_Linux_fs/buildroot/package/apr/
H A D0002-sys-param-h.patch8 diff -uNr apr-1.7.0.orig/configure.in apr-1.7.0/configure.in
9 --- apr-1.7.0.orig/configure.in 2019-04-01 19:40:46.000000000 +0200
10 +++ apr-1.7.0/configure.in 2019-09-29 17:03:41.803326791 +0200
19 diff -uNr apr-1.7.0.orig/include/apr.h.in apr-1.7.0/include/apr.h.in
20 --- apr-1.7.0.orig/include/apr.h.in 2019-03-22 14:30:31.000000000 +0100
21 +++ apr-1.7.0/include/apr.h.in 2019-09-29 17:04:54.203815469 +0200
H A D0001-cross-compile.patch13 diff -uNr apr-1.5.1.org/configure.in apr-1.5.1/configure.in
14 --- apr-1.5.1.org/configure.in 2014-01-25 16:17:29.000000000 +0100
15 +++ apr-1.5.1/configure.in 2014-10-05 11:20:40.080746760 +0200
33 diff -uNr apr-1.5.1.org/Makefile.in apr-1.5.1/Makefile.in
34 --- apr-1.5.1.org/Makefile.in 2014-03-17 16:10:26.000000000 +0100
35 +++ apr-1.5.1/Makefile.in 2014-10-05 11:22:53.031070519 +0200
H A DConfig.in2 bool "apr"
3 # apr really needs shared library support
12 http://apr.apache.org/
14 comment "apr needs a toolchain w/ dynamic library"
H A Dapr.hash1 # From http://archive.apache.org/dist/apr/apr-1.7.0.tar.bz2.sha256
2 sha256 e2e148f0b2e99b8e5c6caa09f6d4fb4dd3e83f744aa72a952f94f5a14436f7ea apr-1.7.0.tar.bz2
H A Dapr.mk8 APR_SOURCE = apr-$(APR_VERSION).tar.bz2
9 APR_SITE = http://archive.apache.org/dist/apr
47 APR_CONFIG_SCRIPTS = apr-1-config
/OK3568_Linux_fs/buildroot/package/apr-util/
H A D0001-remove-checkapr.patch1 remove check apr
3 this patch removes the check of apr which fails the build
8 named apr, and our source-tree is called apr-versionnumber (e.g. apr-1.4.6)
10 diff -rupN apr-util-1.4.1/configure.in apr-util-1.4.1-fix/configure.in
11 --- apr-util-1.4.1/configure.in 2009-12-17 20:15:19.000000000 +0100
12 +++ apr-util-1.4.1-fix/configure.in 2012-04-24 10:10:32.000000000 +0200
21 dnl even though we use apr_rules.mk for building apr-util, we need
H A DConfig.in2 bool "apr-util"
3 # apr really needs shared library support
5 depends on BR2_USE_MMU # apr
11 http://apr.apache.org/
13 comment "apr-util needs a toolchain w/ dynamic library"
H A Dapr-util.mk8 APR_UTIL_SOURCE = apr-util-$(APR_UTIL_VERSION).tar.bz2
9 APR_UTIL_SITE = http://archive.apache.org/dist/apr
15 APR_UTIL_DEPENDENCIES = apr expat
17 --with-apr=$(STAGING_DIR)/usr/bin/apr-1-config
H A Dapr-util.hash1 # From http://www.apache.org/dist/apr/apr-util-1.6.1.tar.bz2.sha256
2 sha256 d3e12f7b6ad12687572a3a39475545a072608f4ba03a6ce8a3778f607dd0035b apr-util-1.6.1.tar.bz2
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/
H A Dapr-util_1.6.3.bb2 HOMEPAGE = "http://apr.apache.org/"
4 DEPENDS = "apr expat"
12 SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.gz \
20 EXTRA_OECONF = "--with-apr=${STAGING_BINDIR_CROSS}/apr-1-config \
35 cp ${STAGING_DATADIR}/apr/apr_rules.mk ${B}/build/rules.mk
41 cp ${STAGING_DATADIR_NATIVE}/apr/apr_rules.mk ${B}/build/rules.mk
50 cp ${STAGING_DATADIR}/apr/apr_rules.mk ${S}/build/rules.mk
73 #files ${libdir}/apr-util-1/*.so are not symlinks but loadable modules thus they are packaged in ${…
74 FILES:${PN} += "${libdir}/apr-util-1/apr*${SOLIBS} ${libdir}/apr-util-1/apr*${SOLIBSDEV}"
75 FILES:${PN}-dev += "${libdir}/aprutil.exp ${libdir}/apr-util-1/*.la"
[all …]
H A Dapr_1.7.2.bb6 HOMEPAGE = "http://apr.apache.org/"
16 SRC_URI = "${APACHE_MIRROR}/apr/${BPN}-${PV}.tar.bz2 \
18 file://0002-apr-Remove-workdir-path-references-from-installed-ap.patch \
71 MULTILIB_SCRIPTS = "${PN}-dev:${bindir}/apr-1-config \
74 FILES:${PN}-dev += "${libdir}/apr.exp ${datadir}/build-1/*"
87 oe_multilib_header apr.h
88 install -d ${D}${datadir}/apr
98 -e 's,APR_BUILD_DIR=.*,APR_BUILD_DIR=,g' ${D}${bindir}/apr-1-config
106 d=${SYSROOT_DESTDIR}${datadir}/apr
112 sed -i s,\$\(apr_builders\),${STAGING_DATADIR}/apr/,g $d/apr_rules.mk
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr/
H A D0002-apr-Remove-workdir-path-references-from-installed-ap.patch4 Subject: [PATCH] apr: Remove workdir path references from installed apr files
10 The generated `apr-1-config' is used by other recipes at build time or
18 apr-config.in | 32 ++------------------------------
21 diff --git a/apr-config.in b/apr-config.in
23 --- a/apr-config.in
24 +++ b/apr-config.in
H A D0001-Add-option-to-disable-timed-dependant-tests.patch15 include/apr.h.in | 1 +
36 diff --git a/include/apr.h.in b/include/apr.h.in
38 --- a/include/apr.h.in
39 +++ b/include/apr.h.in
/OK3568_Linux_fs/yocto/meta-openembedded/meta-webserver/recipes-httpd/apache2/apache2/
H A D0003-apache2-do-not-export-apr-apr-util-symbols-when-usin.patch4 Subject: [PATCH] apache2: do not export apr/apr-util symbols when using shared
7 There is no need to "suck in" the apr/apr-util symbols when using
12 Note: EXPORT_DIRS change is conditional on using shared apr
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dqcom,q6core.txt4 Please refer to qcom,apr.txt for details of the common apr service bindings
5 used by the apr service device.
18 apr-service@3 {
H A Dqcom,q6adm.txt4 Please refer to qcom,apr.txt for details of the coommon apr service bindings
5 used by the apr service device.
32 apr-service@8 {
H A Dqcom,q6asm.txt4 Please refer to qcom,apr.txt for details of the common apr service bindings
5 used by the apr service device.
55 apr-service@7 {
/OK3568_Linux_fs/buildroot/package/subversion/
H A Dsubversion.mk15 apr \
16 apr-util \
26 --with-apr=$(STAGING_DIR)/usr \
27 --with-apr-util=$(STAGING_DIR)/usr \
/OK3568_Linux_fs/buildroot/package/log4cxx/
H A Dlog4cxx.mk15 -DAPR_CONFIG_EXECUTABLE=$(STAGING_DIR)/usr/bin/apr-1-config \
18 LOG4CXX_DEPENDENCIES = apr apr-util
/OK3568_Linux_fs/buildroot/package/apache/
H A Dapache.mk20 APACHE_DEPENDENCIES = apr apr-util pcre
44 --with-apr=$(STAGING_DIR)/usr \
45 --with-apr-util=$(STAGING_DIR)/usr \
H A D0003-server-Makefile.in-handle-separate-APR_INCLUDE_DIR-A.patch8 but for example APU_INCLUDEDIR contains both the apr headers and apu
13 This commit fixes that by making sure we only use the apr headers from
41 + ls $(APR_INCLUDE_DIR)/{apr.h,apr_*.h} 2>/dev/null; \
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/apr/apr-util/
H A Dconfigure_fixes.patch3 Index: apr-util-1.4.1/configure.in
5 --- apr-util-1.4.1.orig/configure.in 2009-12-18 03:15:19.000000000 +0800
6 +++ apr-util-1.4.1/configure.in 2011-12-30 13:32:07.000000000 +0800
/OK3568_Linux_fs/yocto/poky/meta/recipes-support/serf/
H A Dserf_1.3.9.bb26 DEPENDS += " openssl apr apr-util util-linux expat"
34 APR=`which apr-1-config` \

12345