Home
last modified time | relevance | path

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

12

/Linux-v6.6/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.h57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
Dqcom_q6v5_adsp.c473 int handover; in adsp_stop() local
486 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
487 if (handover) in adsp_stop()
Dqcom_q6v5_pas.c365 int handover; in adsp_stop() local
385 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
386 if (handover) in adsp_stop()
/Linux-v6.6/kernel/printk/
Dprintk.c2864 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
2875 *handover = false; in console_emit_next_record()
2916 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2945 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2953 *handover = false; in console_flush_all()
2966 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
2972 if (*handover) in console_flush_all()
3015 bool handover; in console_unlock() local
3035 flushed = console_flush_all(do_cond_resched, &next_seq, &handover); in console_unlock()
3036 if (!handover) in console_unlock()
[all …]
/Linux-v6.6/Documentation/devicetree/bindings/remoteproc/
Dqcom,q6v5.txt32 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack"
/Linux-v6.6/include/linux/soc/ti/
Dti_sci_protocol.h520 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/Linux-v6.6/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
910 the EFI handover protocol entry point. Boot loaders using the EFI
911 handover protocol to boot the kernel should jump to this offset.
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::
/Linux-v6.6/Documentation/admin-guide/device-mapper/
Dsnapshot.rst82 stored in the <COW device> of an existing snapshot, through a handover
/Linux-v6.6/tools/memory-model/
Dlinux-kernel.cat43 * smp_mb__after_unlock_lock() fence only affects a single lock handover.
/Linux-v6.6/arch/arm64/boot/dts/qcom/
Dmsm8953.dtsi1072 "handover", "stop-ack";
1488 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1623 "handover", "stop-ack";
Dqcs404.dtsi628 "handover", "stop-ack";
935 "handover", "stop-ack";
1442 "handover", "stop-ack";
Dsm6375.dtsi1460 "handover",
1498 "handover", "stop-ack";
1536 "handover", "stop-ack";
Dqcm2290.dtsi1121 "handover",
1157 "handover",
Dmsm8998.dtsi1450 "handover", "stop-ack",
1617 "handover", "stop-ack";
3064 "handover", "stop-ack";
Dsm6115.dtsi1669 interrupt-names = "wdog", "fatal", "ready", "handover",
2314 "handover", "stop-ack";
2386 "handover", "stop-ack";
Dsm6350.dtsi1268 "handover", "stop-ack";
1488 interrupt-names = "wdog", "fatal", "ready", "handover",
1528 "handover", "stop-ack";
Dipq6018.dtsi707 "handover",
Dsm8350.dtsi2029 interrupt-names = "wdog", "fatal", "ready", "handover",
2071 "handover", "stop-ack";
3215 "handover", "stop-ack";
3520 "handover", "stop-ack";
/Linux-v6.6/arch/arm/boot/dts/qcom/
Dqcom-msm8974.dtsi722 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
1495 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
2167 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
Dqcom-sdx65.dtsi439 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom-sdx55.dtsi549 interrupt-names = "wdog", "fatal", "ready", "handover",
Dqcom-msm8226.dtsi762 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
/Linux-v6.6/Documentation/networking/device_drivers/wifi/intel/
Dipw2200.rst444 of consecutive missed beacons that will trigger handover, i.e. roaming

12