/openbmc/linux/drivers/remoteproc/ |
H A 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()
|
H A D | qcom_q6v5.h | 42 void (*handover)(struct qcom_q6v5 *q6v5); member 47 void (*handover)(struct qcom_q6v5 *q6v5));
|
H A 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()
|
/openbmc/linux/Documentation/devicetree/bindings/remoteproc/ |
H A D | qcom,qcs404-cdsp-pil.yaml | 31 - description: Handover interrupt 39 - const: handover 130 "handover", "stop-ack";
|
H A D | qcom,sdm845-adsp-pil.yaml | 31 - description: Handover interrupt 39 - const: handover 133 "handover", "stop-ack";
|
H A D | qcom,sc7280-adsp-pil.yaml | 35 - description: Handover interrupt 44 - const: handover 164 "handover", "stop-ack", "shutdown-ack";
|
H A D | qcom,pas-common.yaml | 33 - description: Handover interrupt 43 - const: handover
|
H A D | qcom,sc7280-wpss-pil.yaml | 31 - description: Handover interrupt 40 - const: handover 170 interrupt-names = "wdog", "fatal", "ready", "handover",
|
H A D | qcom,sc7180-mss-pil.yaml | 41 - description: Handover interrupt 50 - const: handover 210 interrupt-names = "wdog", "fatal", "ready", "handover",
|
H A D | qcom,sc7280-mss-pil.yaml | 45 - description: Handover interrupt 54 - const: handover 230 interrupt-names = "wdog", "fatal", "ready", "handover",
|
H A D | qcom,msm8916-mss-pil.yaml | 44 - description: Handover interrupt 52 - const: handover 261 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
H A D | qcom,msm8996-mss-pil.yaml | 45 - description: Handover interrupt 54 - const: handover 357 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack",
|
H A D | qcom,wcnss-pil.yaml | 50 - const: handover 237 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
H A D | qcom,qcs404-pas.yaml | 80 "handover", "stop-ack";
|
H A D | qcom,sdx55-pas.yaml | 91 interrupt-names = "wdog", "fatal", "ready", "handover",
|
H A D | qcom,q6v5.txt | 32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
|
H A D | qcom,sc7180-pas.yaml | 114 interrupt-names = "wdog", "fatal", "ready", "handover",
|
/openbmc/linux/drivers/char/tpm/eventlog/ |
H A 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()
|
/openbmc/linux/drivers/md/ |
H A 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, 1367 /* invalid handover, register_snapshot has set ti->error */ in snapshot_ctr() [all …]
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | mca.h | 64 /* 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 D | colibri_t30.c | 71 * Backlight off before OS handover
|
/openbmc/linux/include/asm-generic/ |
H A D | mmiowb.h | 10 * peripheral in the order corresponding to the lock handover, then you
|
/openbmc/openbmc/poky/meta/recipes-connectivity/neard/ |
H A D | neard_0.19.bb | 42 # Bluez & Wifi are not mandatory except for handover
|
/openbmc/linux/kernel/printk/ |
H A D | printk.c | 2887 * @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 D | signature.h | 81 * struct ib_sig_attrs - Parameters for signature handover operation
|