Home
last modified time | relevance | path

Searched refs:handover (Results 1 – 25 of 48) sorted by relevance

12

/linux-6.12.1/drivers/remoteproc/
Dqcom_q6v5.c170 if (q6v5->handover) in q6v5_handover_interrupt()
171 q6v5->handover(q6v5); in q6v5_handover_interrupt()
248 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
255 q6v5->handover = handover; 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()
Dqcom_q6v5_adsp.c465 int handover; in adsp_stop() local
478 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
479 if (handover) in adsp_stop()
Dqcom_q6v5_pas.c381 int handover; in adsp_stop() local
401 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
402 if (handover) in adsp_stop()
/linux-6.12.1/kernel/printk/
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
Dprintk.c3035 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()
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()
3180 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
3188 if (*handover) in console_flush_all()
[all …]
Dnbcon.c1418 bool nbcon_legacy_emit_next_record(struct console *con, bool *handover, in nbcon_legacy_emit_next_record() argument
1443 *handover = console_lock_spinning_disable_and_check(cookie); in nbcon_legacy_emit_next_record()
1447 *handover = false; in nbcon_legacy_emit_next_record()
/linux-6.12.1/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
/linux-6.12.1/include/linux/soc/ti/
Dti_sci_protocol.h520 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/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.
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::
/linux-6.12.1/arch/arm64/boot/dts/qcom/
Dqcs404.dtsi619 "handover", "stop-ack";
942 "handover", "stop-ack";
1449 "handover", "stop-ack";
Dmsm8953.dtsi1234 "handover", "stop-ack";
1727 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1862 "handover", "stop-ack";
Dsm6375.dtsi1532 "handover",
1570 "handover", "stop-ack";
1608 "handover", "stop-ack";
Dsm8350.dtsi2089 interrupt-names = "wdog", "fatal", "ready", "handover",
2131 "handover", "stop-ack";
3297 "handover", "stop-ack";
3602 "handover", "stop-ack";
Dsm6350.dtsi1294 "handover", "stop-ack";
1514 interrupt-names = "wdog", "fatal", "ready", "handover",
1554 "handover", "stop-ack";
Dsm6115.dtsi2038 interrupt-names = "wdog", "fatal", "ready", "handover",
2683 "handover", "stop-ack";
2755 "handover", "stop-ack";
Dmsm8998.dtsi1433 "handover", "stop-ack",
1626 "handover", "stop-ack";
3127 "handover", "stop-ack";
Dsa8775p.dtsi3803 "handover", "stop-ack";
3846 "handover", "stop-ack";
3971 "handover", "stop-ack";
4199 "handover", "stop-ack";
4458 interrupt-names = "wdog", "fatal", "ready", "handover",
/linux-6.12.1/Documentation/process/
Dembargoed-hardware-issues.rst236 response team about the handover. The affected silicon vendor must
247 The handover to the silicon vendor’s response team removes any
/linux-6.12.1/Documentation/admin-guide/device-mapper/
Dsnapshot.rst82 stored in the <COW device> of an existing snapshot, through a handover
/linux-6.12.1/tools/memory-model/
Dlinux-kernel.cat43 * smp_mb__after_unlock_lock() fence only affects a single lock handover.
/linux-6.12.1/arch/arm/boot/dts/qcom/
Dqcom-msm8974.dtsi743 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1536 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
2201 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom-sdx65.dtsi442 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom-sdx55.dtsi547 interrupt-names = "wdog", "fatal", "ready", "handover",

12