Home
last modified time | relevance | path

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

123

/linux-6.3-rc2/drivers/remoteproc/
A Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
A 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()
A Dti_sci_proc.h57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
A Dqcom_q6v5_adsp.c473 int handover; in adsp_stop() local
486 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
487 if (handover) in adsp_stop()
/linux-6.3-rc2/Documentation/devicetree/bindings/remoteproc/
A Dqcom,qcs404-cdsp-pil.yaml39 - const: handover
130 "handover", "stop-ack";
A Dqcom,sdm845-adsp-pil.yaml39 - const: handover
133 "handover", "stop-ack";
A Dqcom,sc7280-adsp-pil.yaml44 - const: handover
164 "handover", "stop-ack", "shutdown-ack";
A Dqcom,sc7280-wpss-pil.yaml40 - const: handover
170 interrupt-names = "wdog", "fatal", "ready", "handover",
A Dqcom,qcs404-pas.yaml79 "handover", "stop-ack";
A Dqcom,pas-common.yaml43 - const: handover
A Dqcom,sc7180-mss-pil.yaml50 - const: handover
210 interrupt-names = "wdog", "fatal", "ready", "handover",
A Dqcom,wcnss-pil.yaml50 - const: handover
237 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
A Dqcom,sdx55-pas.yaml90 interrupt-names = "wdog", "fatal", "ready", "handover",
A Dqcom,msm8916-mss-pil.yaml52 - const: handover
259 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
A Dqcom,sc7280-mss-pil.yaml54 - const: handover
230 interrupt-names = "wdog", "fatal", "ready", "handover",
A Dqcom,sc7180-pas.yaml113 interrupt-names = "wdog", "fatal", "ready", "handover",
A Dqcom,sc8280xp-pas.yaml123 "handover", "stop-ack", "shutdown-ack";
A Dqcom,sm6115-pas.yaml124 "handover", "stop-ack";
A Dqcom,sm6350-pas.yaml143 "handover", "stop-ack";
A Dqcom,msm8996-mss-pil.yaml53 - const: handover
355 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack",
A Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
A Dqcom,sm8550-pas.yaml152 "handover", "stop-ack";
A Dqcom,sm8150-pas.yaml155 "handover", "stop-ack";
A Dqcom,sm8350-pas.yaml159 "handover", "stop-ack";
/linux-6.3-rc2/kernel/printk/
A Dprintk.c2851 *handover = false; in console_emit_next_record()
2892 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2929 *handover = false; in console_flush_all()
2942 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
2948 if (*handover) in console_flush_all()
2991 bool handover; in console_unlock() local
3016 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
3017 if (!handover) in console_unlock()
3280 bool handover; in console_init_seq() local
3310 if (!console_flush_all(true, &newcon->seq, &handover)) { in console_init_seq()
[all …]

Completed in 20 milliseconds

123