Home
last modified time | relevance | path

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

123

/linux-6.6.21/drivers/remoteproc/
Dqcom_q6v5.c170 if (q6v5->handover) in q6v5_handover_interrupt()
171 q6v5->handover(q6v5); in q6v5_handover_interrupt()
248 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
255 q6v5->handover = handover; in qcom_q6v5_init()
Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
Dti_sci_proc.h57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
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.6.21/kernel/printk/
Dprintk.c2864 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
2875 *handover = false; in console_emit_next_record()
2916 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2945 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2953 *handover = false; in console_flush_all()
2966 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
2972 if (*handover) in console_flush_all()
3015 bool handover; in console_unlock() local
3035 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
3036 if (!handover) in console_unlock()
[all …]
/linux-6.6.21/Documentation/devicetree/bindings/remoteproc/
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,sc7280-adsp-pil.yaml44 - const: handover
164 "handover", "stop-ack", "shutdown-ack";
Dqcom,qcs404-pas.yaml80 "handover", "stop-ack";
Dqcom,pas-common.yaml43 - const: handover
Dqcom,sc7180-mss-pil.yaml50 - const: handover
210 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,wcnss-pil.yaml50 - const: handover
237 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,sdx55-pas.yaml91 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,msm8916-mss-pil.yaml52 - const: handover
261 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,sc7280-mss-pil.yaml54 - const: handover
230 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,sc8280xp-pas.yaml124 "handover", "stop-ack", "shutdown-ack";
Dqcom,sc7180-pas.yaml114 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,sm6115-pas.yaml137 "handover", "stop-ack";
Dqcom,sm6350-pas.yaml144 "handover", "stop-ack";
Dqcom,sm8150-pas.yaml156 "handover", "stop-ack";
Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
Dqcom,sm8550-pas.yaml153 "handover", "stop-ack";
Dqcom,msm8996-mss-pil.yaml54 - const: handover
357 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack",
Dqcom,sm8350-pas.yaml160 "handover", "stop-ack";

123