Searched refs:proc_ops (Results 1 – 8 of 8) sorted by relevance
24 struct ti_sci_proc_ops *proc_ops = &ti_sci->ops.proc_ops; in board_fit_image_post_process() local40 ret = proc_ops->proc_auth_boot_image(ti_sci, &image_addr, &image_size); in board_fit_image_post_process()
318 struct ti_sci_proc_ops *proc_ops; in release_resources_for_core_shutdown() local329 proc_ops = &ti_sci->ops.proc_ops; in release_resources_for_core_shutdown()354 ret = proc_ops->proc_shutdown_no_wait(ti_sci, id); in release_resources_for_core_shutdown()
359 struct ti_sci_proc_ops *proc_ops = &ti_sci->ops.proc_ops; in release_resources_for_core_shutdown() local391 ret = proc_ops->proc_shutdown_no_wait(ti_sci, id); in release_resources_for_core_shutdown()
150 tsp->ops = &tsp->sci->ops.proc_ops; in ti_sci_proc_of_to_priv()
302 tsp->ops = &tsp->sci->ops.proc_ops; in ti_sci_proc_of_to_priv()
662 tsp->ops = &tsp->sci->ops.proc_ops; in ti_sci_proc_of_to_priv()
596 struct ti_sci_proc_ops proc_ops; member
2792 struct ti_sci_proc_ops *pops = &ops->proc_ops; in ti_sci_setup_ops()
Completed in 17 milliseconds