/linux-6.8/drivers/remoteproc/ |
D | qcom_q6v5.c | 77 * 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()
|
D | qcom_q6v5.h | 42 void (*handover)(struct qcom_q6v5 *q6v5); member 47 void (*handover)(struct qcom_q6v5 *q6v5));
|
D | ti_sci_proc.h | 57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover() 59 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n", in ti_sci_proc_handover()
|
/linux-6.8/kernel/printk/ |
D | nbcon.c | 31 * - The 'req_prio' field is used by the handover approach to make the 33 * waiting for the friendly handover. 50 * 2) Friendly handover mechanism uses a request/grant handshake. It is used 257 * the handover acquire method. 317 * requested a handover 382 /* Handover success. This context now owns the console. */ in nbcon_context_try_acquire_requested() 387 * nbcon_context_try_acquire_handover - Try to acquire via handover 410 * console or the handover request. 419 * -EAGAIN: @cur has changed when creating the handover request. 432 * Check that the handover is called when the direct acquire failed in nbcon_context_try_acquire_handover() [all …]
|
D | printk.c | 2846 * @handover will be set to true if a printk waiter has taken over the 2857 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument 2866 *handover = false; in console_emit_next_record() 2907 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record() 2915 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument 2917 *handover = false; in console_emit_next_record() 2933 * @handover will be set to true if a printk waiter has taken over the 2946 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument 2954 *handover = false; in console_flush_all() 2967 progress = console_emit_next_record(con, handover, cookie); in console_flush_all() [all …]
|
/linux-6.8/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,sdm845-adsp-pil.yaml | 31 - description: Handover interrupt 39 - const: handover 133 "handover", "stop-ack";
|
D | qcom,qcs404-cdsp-pil.yaml | 31 - description: Handover interrupt 39 - const: handover 130 "handover", "stop-ack";
|
D | qcom,sc7280-adsp-pil.yaml | 35 - description: Handover interrupt 44 - const: handover 164 "handover", "stop-ack", "shutdown-ack";
|
D | qcom,pas-common.yaml | 33 - description: Handover interrupt 43 - const: handover
|
D | qcom,sc7280-wpss-pil.yaml | 31 - description: Handover interrupt 40 - const: handover 170 interrupt-names = "wdog", "fatal", "ready", "handover",
|
D | qcom,sc7180-mss-pil.yaml | 41 - description: Handover interrupt 50 - const: handover 210 interrupt-names = "wdog", "fatal", "ready", "handover",
|
D | qcom,msm8916-mss-pil.yaml | 44 - description: Handover interrupt 52 - const: handover 261 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
D | qcom,sc7280-mss-pil.yaml | 45 - description: Handover interrupt 54 - const: handover 230 interrupt-names = "wdog", "fatal", "ready", "handover",
|
D | qcom,msm8996-mss-pil.yaml | 45 - description: Handover interrupt 54 - const: handover 355 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack",
|
D | qcom,wcnss-pil.yaml | 50 - const: handover 237 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
D | qcom,qcs404-pas.yaml | 80 "handover", "stop-ack";
|
D | qcom,q6v5.txt | 32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
|
D | qcom,sdx55-pas.yaml | 91 interrupt-names = "wdog", "fatal", "ready", "handover",
|
D | qcom,sc8280xp-pas.yaml | 124 "handover", "stop-ack", "shutdown-ack";
|
/linux-6.8/drivers/char/tpm/eventlog/ |
D | of.c | 79 * 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.8/drivers/md/ |
D | dm-snap.c | 436 * 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, 1365 /* invalid handover, register_snapshot has set ti->error */ in snapshot_ctr() [all …]
|
/linux-6.8/include/asm-generic/ |
D | mmiowb.h | 10 * peripheral in the order corresponding to the lock handover, then you
|
/linux-6.8/arch/x86/boot/compressed/ |
D | efi_mixed.S | 28 * whether the EFI handover protocol or the compat entry point was used to 238 * the EFI handover protocol)
|
/linux-6.8/include/rdma/ |
D | signature.h | 81 * struct ib_sig_attrs - Parameters for signature handover operation
|
/linux-6.8/Documentation/arch/x86/ |
D | boot.rst | 61 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 910 the EFI handover protocol entry point. Boot loaders using the EFI 911 handover protocol to boot the kernel should jump to this offset. 913 See EFI HANDOVER PROTOCOL below for more details. 1403 EFI Handover Protocol (deprecated) 1408 from the boot media and jump to the EFI handover protocol entry point 1418 The function prototype for the handover entry point looks like this:: 1435 NOTE: The EFI Handover Protocol is deprecated in favour of the ordinary PE/COFF
|