Home
last modified time | relevance | path

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

123

/Linux-v6.1/drivers/remoteproc/
Dqcom_q6v5.c83 * Return: 0 on success, 1 if handover hasn't yet been called
90 /* Disable interconnect vote, in case handover never happened */ in qcom_q6v5_unprepare()
176 if (q6v5->handover) in q6v5_handover_interrupt()
177 q6v5->handover(q6v5); in q6v5_handover_interrupt()
248 * @handover: function to be called when proxy resources should be released
254 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
261 q6v5->handover = handover; in qcom_q6v5_init()
305 q6v5->handover_irq = platform_get_irq_byname(pdev, "handover"); in qcom_q6v5_init()
312 "q6v5 handover", q6v5); in qcom_q6v5_init()
314 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.h57 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()
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-v6.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,qcs404-cdsp-pil.yaml31 - description: Handover interrupt
39 - const: handover
130 "handover", "stop-ack";
Dqcom,sdm845-adsp-pil.yaml31 - description: Handover interrupt
39 - const: handover
133 "handover", "stop-ack";
Dqcom,sc7280-wpss-pil.yaml31 - description: Handover interrupt
40 - const: handover
170 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,wcnss-pil.txt29 ready, handover and stop-ack IRQs
35 "handover", "stop-ack"
130 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom,sc7180-mss-pil.yaml41 - description: Handover interrupt
50 - const: handover
209 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom,sc7280-mss-pil.yaml45 - description: Handover interrupt
54 - const: handover
229 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,adsp.yaml79 - description: Handover interrupt
89 - const: handover
592 "handover",
/Linux-v6.1/drivers/char/tpm/eventlog/
Dof.c48 * sml-handover which is run during kernel init even before in tpm_read_log_of()
49 * device tree is setup. This sml-handover function takes care in tpm_read_log_of()
/Linux-v6.1/drivers/md/
Ddm-snap.c431 * snap_src - a snapshot suitable for use as a source of exception handover
432 * snap_dest - a snapshot capable of receiving exception handover.
439 * 2: snap_src, snap_dest - waiting for handover
441 * 1: NULL, snap_dest - source got destroyed without handover
481 * On success, returns 1 if this snapshot is a handover destination,
494 "table handover failed"; in __validate_exception_handover()
499 * If no snap_src was found, snap cannot become a handover in __validate_exception_handover()
506 * Non-snapshot-merge handover? in __validate_exception_handover()
545 * On success, returns 1 if this registration is a handover destination,
1368 /* invalid handover, register_snapshot has set ti->error */ in snapshot_ctr()
[all …]
/Linux-v6.1/arch/ia64/include/asm/
Dmca.h64 /* Handover state from SAL to OS and vice versa, for both MCA and INIT events.
65 * Besides the handover state, it also contains some saved registers from the
/Linux-v6.1/include/asm-generic/
Dmmiowb.h10 * peripheral in the order corresponding to the lock handover, then you
/Linux-v6.1/include/rdma/
Dsignature.h81 * struct ib_sig_attrs - Parameters for signature handover operation
/Linux-v6.1/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.
912 See EFI HANDOVER PROTOCOL below for more details.
1402 EFI Handover Protocol (deprecated)
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::
1434 NOTE: The EFI Handover Protocol is deprecated in favour of the ordinary PE/COFF
/Linux-v6.1/include/linux/soc/ti/
Dti_sci_protocol.h506 * @handover: Handover a physical processor control to another host
520 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/Linux-v6.1/kernel/printk/
Dprintk.c2666 * @handover will be set to true if a printk waiter has taken over the
2676 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()
2752 * @handover will be set to true if a printk waiter has taken over the
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()
[all …]
/Linux-v6.1/Documentation/devicetree/bindings/mfd/
Daspeed-lpc.yaml31 hardware management protocols for handover between the host and baseboard
/Linux-v6.1/arch/x86/boot/
Dheader.S414 # define XLF23 XLF_EFI_HANDOVER_64 /* 64-bit EFI handover ok */
416 # define XLF23 XLF_EFI_HANDOVER_32 /* 32-bit EFI handover ok */
/Linux-v6.1/Documentation/admin-guide/device-mapper/
Dsnapshot.rst82 stored in the <COW device> of an existing snapshot, through a handover
/Linux-v6.1/include/uapi/linux/
Dif_ether.h110 #define ETH_P_80221 0x8917 /* IEEE 802.21 Media Independent Handover Protocol */

123