Searched refs:proc_ops (Results 1 – 8 of 8) sorted by relevance
19 struct ti_sci_proc_ops *proc_ops = &ti_sci->ops.proc_ops; in board_fit_image_post_process() local29 ret = proc_ops->proc_auth_boot_image(ti_sci, &image_addr, &image_size); in board_fit_image_post_process()
200 struct ti_sci_proc_ops *proc_ops; in release_resources_for_core_shutdown() local211 proc_ops = &ti_sci->ops.proc_ops; in release_resources_for_core_shutdown()236 ret = proc_ops->proc_shutdown_no_wait(ti_sci, id); in release_resources_for_core_shutdown()
232 struct ti_sci_proc_ops *proc_ops = &ti_sci->ops.proc_ops; in release_resources_for_core_shutdown() local264 ret = proc_ops->proc_shutdown_no_wait(ti_sci, id); in release_resources_for_core_shutdown()
139 tsp->ops = &tsp->sci->ops.proc_ops; in ti_sci_proc_of_to_priv()
217 tsp->ops = &tsp->sci->ops.proc_ops; in ti_sci_proc_of_to_priv()
621 tsp->ops = &tsp->sci->ops.proc_ops; in ti_sci_proc_of_to_priv()
601 struct ti_sci_proc_ops proc_ops; member
2890 struct ti_sci_proc_ops *pops = &ops->proc_ops; in ti_sci_setup_ops()