Home
last modified time | relevance | path

Searched full:apr (Results 1 – 25 of 121) sorted by relevance

12345

/linux/drivers/soc/qcom/
H A Dapr.c13 #include <linux/soc/qcom/apr.h>
48 * apr_send_pkt() - Send a apr message from apr device
50 * @adev: Pointer to previously registered apr device.
51 * @pkt: Pointer to apr packet to send
57 struct packet_router *apr = dev_get_drvdata(adev->dev.parent); in apr_send_pkt() local
70 ret = rpmsg_trysend(apr->ch, pkt, hdr->pkt_size); in apr_send_pkt()
164 struct packet_router *apr = dev_get_drvdata(&rpdev->dev); in apr_callback() local
169 dev_err(apr->dev, "APR: Improper apr pkt received:%p %d\n", in apr_callback()
181 spin_lock_irqsave(&apr->rx_lock, flags); in apr_callback()
182 list_add_tail(&abuf->node, &apr->rx_list); in apr_callback()
[all …]
/linux/Documentation/devicetree/bindings/soc/qcom/
H A Dqcom,apr.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,apr.yaml#
7 title: Qualcomm APR/GPR (Asynchronous/Generic Packet Router)
13 This binding describes the Qualcomm APR/GPR, APR/GPR is a IPC protocol for
14 communication between Application processor and QDSP. APR/GPR is mainly
20 - qcom,apr
21 - qcom,apr-v2
27 qcom,apr-domain:
31 Selects the processor domain for apr
32 1 = APR simulator
46 Selects the processor domain for apr
[all …]
H A Dqcom,apr-services.yaml4 $id: http://devicetree.org/schemas/soc/qcom/qcom,apr-services.yaml#
7 title: Qualcomm APR/GPR services shared parts
13 Common parts of a static service in Qualcomm APR/GPR (Asynchronous/Generic
21 APR Service ID
42 Protection domain service name and path for APR service (if supported).
/linux/Documentation/ABI/testing/
H A Dsysfs-class-scsi_tape2 Date: Apr 2015
12 Date: Apr 2015
29 Date: Apr 2015
39 Date: Apr 2015
50 Date: Apr 2015
60 Date: Apr 2015
70 Date: Apr 2015
81 Date: Apr 2015
91 Date: Apr 2015
101 Date: Apr 2015
H A Dsysfs-bus-nfit15 Date: Apr, 2015
24 Date: Apr, 2015
40 Date: Apr, 2015
69 Date: Apr, 2016
85 Date: Apr, 2016
103 Date: Apr, 2016
119 Date: Apr, 2016
128 Date: Apr, 2016
137 Date: Apr, 2016
147 Date: Apr, 2016
[all …]
H A Dsysfs-block-aoe2 Date: Apr, 2005
10 Date: Apr, 2005
19 Date: Apr, 2005
33 Date: Apr, 2005
H A Dsysfs-platform-dell-privacy-wmi2 Date: Apr 2021
38 Date: Apr 2021
H A Dsysfs-platform-asus-wmi132 Date: Apr 2024
199 Date: Apr 2024
208 Date: Apr 2024
H A Dsysfs-class-rapidio14 Date: Apr, 2014
26 Date: Apr, 2014
H A Dsysfs-class-rc2 Date: Apr 2010
11 Date: Apr 2010
/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,glink-edge.yaml17 apr:
18 $ref: /schemas/soc/qcom/qcom,apr.yaml#
22 Qualcomm APR (Asynchronous Packet Router)
32 $ref: /schemas/soc/qcom/qcom,apr.yaml#
64 - apr
74 apr: false
/linux/Documentation/input/
H A Dinput.rst99 crw-r--r-- 1 root root 13, 64 Apr 1 10:49 event0
100 crw-r--r-- 1 root root 13, 65 Apr 1 10:50 event1
101 crw-r--r-- 1 root root 13, 66 Apr 1 10:50 event2
102 crw-r--r-- 1 root root 13, 67 Apr 1 10:50 event3
128 crw-r--r-- 1 root root 13, 35 Apr 1 10:50 mouse3
131 crw-r--r-- 1 root root 13, 62 Apr 1 10:50 mouse30
132 crw-r--r-- 1 root root 13, 63 Apr 1 10:50 mice
161 crw-r--r-- 1 root root 13, 0 Apr 1 10:50 js0
162 crw-r--r-- 1 root root 13, 1 Apr 1 10:50 js1
163 crw-r--r-- 1 root root 13, 2 Apr 1 10:50 js2
[all …]
/linux/Documentation/devicetree/bindings/sound/
H A Dqcom,q6core.yaml14 - $ref: /schemas/soc/qcom/qcom,apr-services.yaml#
28 #include <dt-bindings/soc/qcom,apr.h>
30 apr {
H A Dqcom,q6adm.yaml14 - $ref: /schemas/soc/qcom/qcom,apr-services.yaml#
35 #include <dt-bindings/soc/qcom,apr.h>
37 apr {
H A Dqcom,q6asm.yaml14 - $ref: /schemas/soc/qcom/qcom,apr-services.yaml#
35 #include <dt-bindings/soc/qcom,apr.h>
37 apr {
H A Dqcom,q6afe.yaml14 - $ref: /schemas/soc/qcom/qcom,apr-services.yaml#
46 #include <dt-bindings/soc/qcom,apr.h>
48 apr {
/linux/arch/arm64/include/asm/
H A Darch_gicv3.h67 u64 irqstat, apr; in gic_read_iar_cavium_thunderx() local
69 apr = read_sysreg_s(SYS_ICC_AP1R0_EL1); in gic_read_iar_cavium_thunderx()
76 if (likely(apr != read_sysreg_s(SYS_ICC_AP1R0_EL1))) in gic_read_iar_cavium_thunderx()
/linux/sound/soc/qcom/qdsp6/
H A Dq6adm.c15 #include <linux/soc/qcom/apr.h>
57 struct apr_device *apr; member
247 ret = apr_send_pkt(adm->apr, pkt); in q6adm_apr_send_copp_pkt()
249 dev_err(dev, "Failed to send APR packet\n"); in q6adm_apr_send_copp_pkt()
532 ret = apr_send_pkt(adm->apr, pkt); in q6adm_matrix_map()
594 adm->apr = adev; in q6adm_probe()
/linux/drivers/net/ethernet/renesas/
H A Dsh_eth.h68 APR, enumerator
336 /* APR */
505 unsigned apr:1; /* EtherC has APR */ member
/linux/arch/arm64/kvm/
H A Dvgic-sys-reg-v3.c208 static void set_apr_reg(struct kvm_vcpu *vcpu, u64 val, u8 apr, u8 idx) in set_apr_reg() argument
212 if (apr) in set_apr_reg()
218 static u64 get_apr_reg(struct kvm_vcpu *vcpu, u8 apr, u8 idx) in get_apr_reg() argument
222 if (apr) in get_apr_reg()
/linux/Documentation/scsi/
H A DChangeLog.ncr53c8xx42 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr)
48 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr)
164 Sun Apr 11 10:00 1999 Gerard Roudier (groudier@club-internet.fr)
386 Sat Apr 25 21:00 1998 Gerard Roudier (groudier@club-internet.fr)
401 Wed Apr 15 21:00 1998 Gerard Roudier (groudier@club-internet.fr)
414 Sat Apr 4 20:00 1998 Gerard Roudier (groudier@club-internet.fr)
H A DChangeLog.sym53c8xx12 Sat Apr 7 19:30 2001 Gerard Roudier (groudier@club-internet.fr)
115 Mon Apr 24 12:00 2000 Gerard Roudier (groudier@club-internet.fr)
121 Fri Apr 14 9:00 2000 Pam Delaney (pam.delaney@lsil.com)
128 Sat Apr 1 12:00 2000 Gerard Roudier (groudier@club-internet.fr)
359 Tue Apr 15 10:00 1999 Gerard Roudier (groudier@club-internet.fr)
364 Sun Apr 11 10:00 1999 Gerard Roudier (groudier@club-internet.fr)
/linux/include/linux/soc/qcom/
H A Dapr.h9 #include <dt-bindings/soc/qcom,apr.h>
40 /* APR Basic Response Message */
/linux/Documentation/ABI/stable/
H A Dsysfs-driver-w1_ds28ea002 Date: Apr 2015
/linux/arch/powerpc/include/asm/
H A Dmpc5xxx.h5 * Author: John Rigby, <jrigby@freescale.com>, Friday Apr 13 2007

12345