Home
last modified time | relevance | path

Searched refs:handover (Results 1 – 25 of 40) sorted by relevance

12

/linux-6.1.9/drivers/remoteproc/
Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
Dqcom_q6v5.c176 if (q6v5->handover) in q6v5_handover_interrupt()
177 q6v5->handover(q6v5); in q6v5_handover_interrupt()
254 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
261 q6v5->handover = handover; in qcom_q6v5_init()
Dti_sci_proc.h57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
Dqcom_q6v5_adsp.c410 int handover; in adsp_stop() local
421 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
422 if (handover) in adsp_stop()
Dqcom_q6v5_pas.c273 int handover; in adsp_stop() local
287 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
288 if (handover) in adsp_stop()
/linux-6.1.9/Documentation/devicetree/bindings/remoteproc/
Dqcom,wcnss-pil.txt29 ready, handover and stop-ack IRQs
35 "handover", "stop-ack"
130 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,qcs404-cdsp-pil.yaml39 - const: handover
130 "handover", "stop-ack";
Dqcom,sdm845-adsp-pil.yaml39 - const: handover
133 "handover", "stop-ack";
Dqcom,sc7280-wpss-pil.yaml40 - const: handover
170 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,q6v5.txt45 must be "wdog", "fatal", "ready", "handover", "stop-ack"
49 must be "wdog", "fatal", "ready", "handover", "stop-ack",
227 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,sc7180-mss-pil.yaml50 - const: handover
209 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,sc7280-mss-pil.yaml54 - const: handover
229 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,adsp.yaml89 - const: handover
592 "handover",
/linux-6.1.9/kernel/printk/
Dprintk.c2676 char *dropped_text, bool *handover) in console_emit_next_record() argument
2687 *handover = false; in console_emit_next_record()
2736 *handover = console_lock_spinning_disable_and_check(); in console_emit_next_record()
2765 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2775 *handover = false; in console_flush_all()
2791 handover); in console_flush_all()
2795 handover); in console_flush_all()
2797 if (*handover) in console_flush_all()
2835 bool handover; in console_unlock() local
2860 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
[all …]
/linux-6.1.9/Documentation/devicetree/bindings/mfd/
Daspeed-lpc.yaml31 hardware management protocols for handover between the host and baseboard
/linux-6.1.9/include/linux/soc/ti/
Dti_sci_protocol.h520 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/linux-6.1.9/arch/arm64/boot/dts/qcom/
Dqcs404.dtsi484 "handover", "stop-ack";
767 "handover", "stop-ack";
1272 "handover", "stop-ack";
Dsm6350.dtsi865 "handover", "stop-ack";
932 interrupt-names = "wdog", "fatal", "ready", "handover",
972 "handover", "stop-ack";
Dsc8280xp.dtsi1130 "handover", "stop-ack", "shutdown-ack";
1813 "handover", "stop-ack";
1944 "handover", "stop-ack";
Dmsm8998.dtsi1323 "handover", "stop-ack",
1486 "handover", "stop-ack";
2460 "handover", "stop-ack";
/linux-6.1.9/Documentation/x86/
Dboot.rst61 Protocol 2.11 (Kernel 3.6) Added a field for offset of EFI handover
227 0264/4 2.11+ handover_offset Offset of handover entry point
909 the EFI handover protocol entry point. Boot loaders using the EFI
910 handover protocol to boot the kernel should jump to this offset.
1407 from the boot media and jump to the EFI handover protocol entry point
1417 The function prototype for the handover entry point looks like this::
/linux-6.1.9/Documentation/admin-guide/device-mapper/
Dsnapshot.rst82 stored in the <COW device> of an existing snapshot, through a handover
/linux-6.1.9/arch/arm/boot/dts/
Dqcom-msm8974.dtsi719 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1186 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1688 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom-msm8226.dtsi550 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom-sdx65.dtsi311 interrupt-names = "wdog", "fatal", "ready", "handover",

12