Home
last modified time | relevance | path

Searched refs:handover (Results 1 - 15 of 15) sorted by relevance

/kernel/linux/linux-5.10/drivers/remoteproc/
H A Dqcom_q6v5.c44 * Return: 0 on success, 1 if handover hasn't yet been called
129 if (q6v5->handover) in q6v5_handover_interrupt()
130 q6v5->handover(q6v5); in q6v5_handover_interrupt()
193 * @handover: function to be called when proxy resources should be released
199 void (*handover)(struct qcom_q6v5 *q6v5)) in qcom_q6v5_init()
206 q6v5->handover = handover; in qcom_q6v5_init()
250 q6v5->handover_irq = platform_get_irq_byname(pdev, "handover"); in qcom_q6v5_init()
257 "q6v5 handover", q6v5); in qcom_q6v5_init()
259 dev_err(&pdev->dev, "failed to acquire handover IR in qcom_q6v5_init()
[all...]
H A Dqcom_q6v5.h34 void (*handover)(struct qcom_q6v5 *q6v5); member
39 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()
H A Dqcom_q6v5_adsp.c266 int handover; in adsp_stop() local
277 handover = qcom_q6v5_unprepare(&adsp->q6v5); in adsp_stop()
278 if (handover) in adsp_stop()
H A Dqcom_q6v5_pas.c217 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-6.6/drivers/remoteproc/
H A Dqcom_q6v5.h42 void (*handover)(struct qcom_q6v5 *q6v5); member
47 void (*handover)(struct qcom_q6v5 *q6v5));
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", q6v in qcom_q6v5_init()
[all...]
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()
H A 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()
H A 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()
/kernel/linux/linux-6.6/kernel/printk/
H A Dprintk.c2882 * @handover will be set to true if a printk waiter has taken over the
2893 static bool console_emit_next_record(struct console *con, bool *handover, int cookie) in console_emit_next_record() argument
2904 *handover = false; in console_emit_next_record()
2945 *handover = console_lock_spinning_disable_and_check(cookie); in console_emit_next_record()
2961 * @handover will be set to true if a printk waiter has taken over the
2974 static bool console_flush_all(bool do_cond_resched, u64 *next_seq, bool *handover) in console_flush_all() argument
2982 *handover = false; in console_flush_all()
2995 progress = console_emit_next_record(con, handover, cookie); in console_flush_all()
2998 * If a handover has occurred, the SRCU read lock in console_flush_all()
3001 if (*handover) in console_flush_all()
3044 bool handover; console_unlock() local
3173 bool handover; console_flush_on_panic() local
3381 bool handover; console_init_seq() local
[all...]
/kernel/linux/linux-5.10/include/linux/soc/ti/
H A Dti_sci_protocol.h467 * @handover: Handover a physical processor control to another host
481 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/kernel/linux/linux-6.6/include/linux/soc/ti/
H A Dti_sci_protocol.h506 * @handover: Handover a physical processor control to another host
520 int (*handover)(const struct ti_sci_handle *handle, u8 pid, u8 hid); member
/kernel/linux/linux-5.10/drivers/firmware/
H A Dti_sci.c2616 * ti_sci_cmd_proc_handover() - Command to handover a physical processor
2923 pops->handover = ti_sci_cmd_proc_handover; in ti_sci_setup_ops()
/kernel/linux/linux-6.6/drivers/firmware/
H A Dti_sci.c2544 * ti_sci_cmd_proc_handover() - Command to handover a physical processor
2855 pops->handover = ti_sci_cmd_proc_handover; in ti_sci_setup_ops()

Completed in 23 milliseconds