Home
last modified time | relevance | path

Searched full:handover (Results 1 – 25 of 103) sorted by relevance

12345

/linux-6.12.1/drivers/remoteproc/
Dqcom_q6v5.c77 * Return: 0 on success, 1 if handover hasn't yet been called
84 /* Disable interconnect vote, in case handover never happened */ in qcom_q6v5_unprepare()
170 if (q6v5->handover) in q6v5_handover_interrupt()
171 q6v5->handover(q6v5); in q6v5_handover_interrupt()
242 * @handover: function to be called when proxy resources should be released
248 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
255 q6v5->handover = handover; in qcom_q6v5_init()
299 q6v5->handover_irq = platform_get_irq_byname(pdev, "handover"); in qcom_q6v5_init()
306 "q6v5 handover", q6v5); in qcom_q6v5_init()
308 dev_err(&pdev->dev, "failed to acquire handover IRQ\n"); in qcom_q6v5_init()
Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
Dti_sci_proc.h83 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
85 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n", in ti_sci_proc_handover()
/linux-6.12.1/kernel/printk/
Dnbcon.c45 * - The 'req_prio' field is used by the handover approach to make the
47 * waiting for the friendly handover.
64 * 2) Friendly handover mechanism uses a request/grant handshake. It is used
235 * the handover acquire method.
313 * requested a handover
378 /* Handover success. This context now owns the console. */ in nbcon_context_try_acquire_requested()
383 * nbcon_context_try_acquire_handover - Try to acquire via handover
406 * console or the handover request.
415 * -EAGAIN: @cur has changed when creating the handover request.
428 * Check that the handover is called when the direct acquire failed in nbcon_context_try_acquire_handover()
[all …]
Dprintk.c3024 * @handover will be set to true if a printk waiter has taken over the
3035 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3044 *handover = false; in console_emit_next_record()
3099 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
3108 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
3110 *handover = false; in console_emit_next_record()
3128 * @handover will be set to true if a printk waiter has taken over the
3141 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
3150 *handover = false; in console_flush_all()
3176 progress = nbcon_legacy_emit_next_record(con, handover, cookie, in console_flush_all()
[all …]
Dinternal.h105 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover,
197 static inline bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record() argument
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,qcs404-cdsp-pil.yaml31 - description: Handover interrupt
39 - const: handover
134 "handover", "stop-ack";
Dqcom,sdm845-adsp-pil.yaml31 - description: Handover interrupt
39 - const: handover
137 "handover", "stop-ack";
Dqcom,sc7280-adsp-pil.yaml35 - description: Handover interrupt
44 - const: handover
164 "handover", "stop-ack", "shutdown-ack";
Dqcom,pas-common.yaml33 - description: Handover interrupt
43 - const: handover
Dqcom,sc7280-wpss-pil.yaml31 - description: Handover interrupt
40 - const: handover
174 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,sc7180-mss-pil.yaml41 - description: Handover interrupt
50 - const: handover
210 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,sc7280-mss-pil.yaml45 - description: Handover interrupt
54 - const: handover
230 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,msm8916-mss-pil.yaml44 - description: Handover interrupt
52 - const: handover
261 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,msm8996-mss-pil.yaml45 - description: Handover interrupt
54 - const: handover
354 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack",
Dqcom,wcnss-pil.yaml50 - const: handover
237 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,qcs404-pas.yaml80 "handover", "stop-ack";
Dqcom,sdx55-pas.yaml91 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
Dqcom,sm6375-pas.yaml119 "handover", "stop-ack";
/linux-6.12.1/drivers/char/tpm/eventlog/
Dof.c79 * sml-handover which is run during kernel init even before in tpm_read_log_of()
80 * device tree is setup. This sml-handover function takes care in tpm_read_log_of()
/linux-6.12.1/drivers/md/
Ddm-snap.c436 * snap_src - a snapshot suitable for use as a source of exception handover
437 * snap_dest - a snapshot capable of receiving exception handover.
444 * 2: snap_src, snap_dest - waiting for handover
446 * 1: NULL, snap_dest - source got destroyed without handover
486 * On success, returns 1 if this snapshot is a handover destination,
498 snap->ti->error = "Snapshot cow pairing for exception table handover failed"; in __validate_exception_handover()
503 * If no snap_src was found, snap cannot become a handover in __validate_exception_handover()
510 * Non-snapshot-merge handover? in __validate_exception_handover()
548 * On success, returns 1 if this registration is a handover destination,
1367 /* invalid handover, register_snapshot has set ti->error */ in snapshot_ctr()
[all …]
/linux-6.12.1/include/asm-generic/
Dmmiowb.h10 * peripheral in the order corresponding to the lock handover, then you
/linux-6.12.1/include/rdma/
Dsignature.h81 * struct ib_sig_attrs - Parameters for signature handover operation
/linux-6.12.1/Documentation/arch/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
911 the EFI handover protocol entry point. Boot loaders using the EFI
912 handover protocol to boot the kernel should jump to this offset.
914 See EFI HANDOVER PROTOCOL below for more details.
1404 EFI Handover Protocol (deprecated)
1409 from the boot media and jump to the EFI handover protocol entry point
1419 The function prototype for the handover entry point looks like this::
1436 NOTE: The EFI Handover Protocol is deprecated in favour of the ordinary PE/COFF

12345