/kernel/linux/linux-5.10/drivers/remoteproc/ |
D | qcom_q6v5.c | 129 if (q6v5->handover) in q6v5_handover_interrupt() 130 q6v5->handover(q6v5); in q6v5_handover_interrupt() 199 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init() 206 q6v5->handover = handover; in qcom_q6v5_init()
|
D | qcom_q6v5.h | 34 void (*handover)(struct qcom_q6v5 *q6v5); member 39 void (*handover)(struct qcom_q6v5 *q6v5));
|
D | qcom_q6v5_adsp.c | 266 int handover; in adsp_stop() local 277 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop() 278 if (handover) in adsp_stop()
|
D | ti_sci_proc.h | 57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id); in ti_sci_proc_handover()
|
D | qcom_q6v5_pas.c | 217 int handover; in adsp_stop() local 229 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop() 230 if (handover) in adsp_stop()
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/remoteproc/ |
D | qcom,adsp.txt | 54 must be "wdog", "fatal", "ready", "handover", "stop-ack" 58 must be "wdog", "fatal", "ready", "handover", "stop-ack", 165 "handover", 199 "handover",
|
D | qcom,hexagon-v56.txt | 21 Definition: must list the watchdog, fatal IRQs ready, handover and 27 Definition: must be "wdog", "fatal", "ready", "handover", "stop-ack" 114 "handover", "stop-ack";
|
D | qcom,wcnss-pil.txt | 29 ready, handover and stop-ack IRQs 35 "handover", "stop-ack" 112 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
D | qcom,q6v5.txt | 44 must be "wdog", "fatal", "ready", "handover", "stop-ack" 49 must be "wdog", "fatal", "ready", "handover", "stop-ack", 226 "handover",
|
/kernel/linux/linux-5.10/arch/arm64/boot/dts/qcom/ |
D | sm8150.dtsi | 583 "handover", "stop-ack"; 768 interrupt-names = "wdog", "fatal", "ready", "handover", 802 "handover", "stop-ack"; 1000 "handover", "stop-ack";
|
D | qcs404.dtsi | 490 "handover", "stop-ack"; 750 "handover", "stop-ack"; 1255 "handover", "stop-ack";
|
D | ipq6018.dtsi | 452 "handover",
|
D | msm8998.dtsi | 1095 "handover", "stop-ack", 1160 "handover", "stop-ack"; 1988 "handover", "stop-ack";
|
D | sm8250.dtsi | 1396 "handover", "stop-ack"; 1435 "handover", "stop-ack"; 2169 "handover", "stop-ack";
|
D | msm8916.dtsi | 1264 "handover", "stop-ack"; 1667 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
D | sdm845.dtsi | 764 "handover", "stop-ack"; 863 "handover", "stop-ack"; 2771 "handover", "stop-ack",
|
D | msm8996.dtsi | 2053 "handover", "stop-ack";
|
D | sc7180.dtsi | 1860 interrupt-names = "wdog", "fatal", "ready", "handover",
|
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/mfd/ |
D | aspeed-lpc.txt | 31 hardware management protocols for handover between the host and baseboard
|
/kernel/linux/linux-5.10/include/linux/soc/ti/ |
D | ti_sci_protocol.h | 481 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
|
/kernel/linux/linux-5.10/arch/arm/boot/dts/ |
D | qcom-msm8974.dtsi | 352 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack"; 830 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack"; 881 interrupt-names = "wdog", "fatal", "ready", "handover", "stop-ack";
|
/kernel/linux/linux-5.10/Documentation/x86/ |
D | boot.rst | 61 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. 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::
|
/kernel/linux/linux-5.10/Documentation/admin-guide/device-mapper/ |
D | snapshot.rst | 82 stored in the <COW device> of an existing snapshot, through a handover
|
/kernel/linux/linux-5.10/Documentation/networking/device_drivers/wifi/intel/ |
D | ipw2200.rst | 444 of consecutive missed beacons that will trigger handover, i.e. roaming
|
/kernel/linux/linux-5.10/drivers/firmware/ |
D | ti_sci.c | 2936 pops->handover = ti_sci_cmd_proc_handover; in ti_sci_setup_ops()
|