Searched refs:pops (Results 1 – 5 of 5) sorted by relevance
55 const struct ti_sci_proc_ops *pops = &rproc->sci->ops.proc_ops; in k3_rproc_load() local61 ret = pops->proc_request(rproc->sci, rproc->proc_id); in k3_rproc_load()67 ret = pops->set_proc_boot_cfg(rproc->sci, rproc->proc_id, addr, 0, 0); in k3_rproc_load()87 const struct ti_sci_proc_ops *pops = &rproc->sci->ops.proc_ops; in k3_rproc_start() local113 ret = pops->proc_handover(rproc->sci, rproc->proc_id, in k3_rproc_start()120 ret = pops->proc_release(rproc->sci, rproc->proc_id); in k3_rproc_start()
22 + case that pops up when msgsndnotify tries to exit. */
1817 struct ti_sci_proc_ops *pops = &ops->proc_ops; in ti_sci_setup_ops() local1853 pops->proc_request = ti_sci_cmd_proc_request; in ti_sci_setup_ops()1854 pops->proc_release = ti_sci_cmd_proc_release; in ti_sci_setup_ops()1855 pops->proc_handover = ti_sci_cmd_proc_handover; in ti_sci_setup_ops()1856 pops->set_proc_boot_cfg = ti_sci_cmd_set_proc_boot_cfg; in ti_sci_setup_ops()1857 pops->set_proc_boot_ctrl = ti_sci_cmd_set_proc_boot_ctrl; in ti_sci_setup_ops()1858 pops->proc_auth_boot_image = ti_sci_cmd_proc_auth_boot_image; in ti_sci_setup_ops()1859 pops->get_proc_boot_status = ti_sci_cmd_get_proc_boot_status; in ti_sci_setup_ops()
[all...]