Lines Matching refs:sci
16 * @sci: cached TI-SCI protocol handle
24 const struct ti_sci_handle *sci;
35 ret = tsp->ops->request(tsp->sci, tsp->proc_id);
37 dev_err(tsp->dev, "ti-sci processor request failed: %d\n",
46 ret = tsp->ops->release(tsp->sci, tsp->proc_id);
48 dev_err(tsp->dev, "ti-sci processor release failed: %d\n",
57 ret = tsp->ops->handover(tsp->sci, tsp->proc_id, tsp->host_id);
59 dev_err(tsp->dev, "ti-sci processor handover of %d to %d failed: %d\n",
70 ret = tsp->ops->set_config(tsp->sci, tsp->proc_id, boot_vector,
73 dev_err(tsp->dev, "ti-sci processor set_config failed: %d\n",
83 ret = tsp->ops->set_control(tsp->sci, tsp->proc_id, ctrl_set, ctrl_clr);
85 dev_err(tsp->dev, "ti-sci processor set_control failed: %d\n",
96 ret = tsp->ops->get_status(tsp->sci, tsp->proc_id, boot_vector,
99 dev_err(tsp->dev, "ti-sci processor get_status failed: %d\n",