Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/device-tree/Bindings/soc/qcom/
H A Dqcom,apr.txt10 Definition: must be "qcom,apr-v<VERSION-NUMBER>", example "qcom,apr-v2"
12 - qcom,apr-domain
64 apr {
68 apr-service@3 {
73 apr-service@4 {
85 apr-service@7 {
91 apr-service@8 {
104 apr {
109 apr-service@3 {
114 q6afe: apr-service@4 {
[all …]
/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dip_proxy.c685 if ((apr == NULL) || (apr->apr_flags & APR_DELETE) ||
778 aproxy_t *apr; local
796 if ((apr == NULL) || (apr->apr_flags & APR_DELETE)) {
799 (u_long)apr, apr ? apr->apr_flags : 0);
833 aproxy_t *apr; local
851 apr->apr_flags, fin->fin_p, apr->apr_p);
868 if ((*apr->apr_new)(apr->apr_soft, fin, aps, nat) == -1) {
911 aproxy_t *apr; local
981 err = (*apr->apr_outpkt)(apr->apr_soft, fin,
985 err = (*apr->apr_inpkt)(apr->apr_soft, fin,
[all …]
/f-stack/freebsd/contrib/device-tree/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 {
H A Dqcom,q6afe.txt4 Please refer to qcom,apr.txt for details of the common apr service bindings
5 used by all apr services. Must contain the following properties.
103 apr-service@4 {
/f-stack/freebsd/x86/include/
H A Dapicreg.h137 u_int32_t apr; PAD3; member
/f-stack/freebsd/contrib/device-tree/src/arm64/qcom/
H A Dmsm8996.dtsi9 #include <dt-bindings/soc/qcom,apr.h>
2074 apr {
2076 compatible = "qcom,apr-v2";
2078 qcom,apr-domain = <APR_DOMAIN_ADSP>;
H A Dsdm845.dtsi22 #include <dt-bindings/soc/qcom,apr.h>
782 apr {
783 compatible = "qcom,apr-v2";
785 qcom,apr-domain = <APR_DOMAIN_ADSP>;
790 apr-service@3 {
796 q6afe: apr-service@4 {
808 q6asm: apr-service@7 {
821 q6adm: apr-service@8 {
/f-stack/freebsd/amd64/vmm/io/
H A Dvlapic.c1232 *data = lapic->apr; in vlapic_read()