Home
last modified time | relevance | path

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

12345

/openbmc/linux/drivers/remoteproc/
H A 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()
H A Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
H A 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()
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/
H A Dqcom,qcs404-cdsp-pil.yaml31 - description: Handover interrupt
39 - const: handover
130 "handover", "stop-ack";
H A Dqcom,sdm845-adsp-pil.yaml31 - description: Handover interrupt
39 - const: handover
133 "handover", "stop-ack";
H A Dqcom,sc7280-adsp-pil.yaml35 - description: Handover interrupt
44 - const: handover
164 "handover", "stop-ack", "shutdown-ack";
H A Dqcom,pas-common.yaml33 - description: Handover interrupt
43 - const: handover
H A Dqcom,sc7280-wpss-pil.yaml31 - description: Handover interrupt
40 - const: handover
170 interrupt-names = "wdog", "fatal", "ready", "handover",
H A Dqcom,sc7180-mss-pil.yaml41 - description: Handover interrupt
50 - const: handover
210 interrupt-names = "wdog", "fatal", "ready", "handover",
H A Dqcom,sc7280-mss-pil.yaml45 - description: Handover interrupt
54 - const: handover
230 interrupt-names = "wdog", "fatal", "ready", "handover",
H A Dqcom,msm8916-mss-pil.yaml44 - description: Handover interrupt
52 - const: handover
261 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
H A Dqcom,msm8996-mss-pil.yaml45 - description: Handover interrupt
54 - const: handover
357 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack",
H A Dqcom,wcnss-pil.yaml50 - const: handover
237 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
H A Dqcom,qcs404-pas.yaml80 "handover", "stop-ack";
H A Dqcom,sdx55-pas.yaml91 interrupt-names = "wdog", "fatal", "ready", "handover",
H A Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
H A Dqcom,sc7180-pas.yaml114 interrupt-names = "wdog", "fatal", "ready", "handover",
/openbmc/linux/drivers/char/tpm/eventlog/
H A 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()
/openbmc/linux/drivers/md/
H A 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 …]
/openbmc/linux/arch/ia64/include/asm/
H A 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
/openbmc/u-boot/board/toradex/colibri_t30/
H A Dcolibri_t30.c71 * Backlight off before OS handover
/openbmc/linux/include/asm-generic/
H A Dmmiowb.h10 * peripheral in the order corresponding to the lock handover, then you
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/
H A Dneard_0.19.bb42 # Bluez & Wifi are not mandatory except for handover
/openbmc/linux/kernel/printk/
H A Dprintk.c2887 * @handover will be set to true if a printk waiter has taken over the
2898 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
2909 *handover = false; in console_emit_next_record()
2950 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2966 * @handover will be set to true if a printk waiter has taken over the
2979 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2987 *handover = false; in console_flush_all()
3000 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
3003 * If a handover has occurred, the SRCU read lock in console_flush_all()
3006 if (*handover) in console_flush_all()
[all …]
/openbmc/linux/include/rdma/
H A Dsignature.h81 * struct ib_sig_attrs - Parameters for signature handover operation

12345