Lines Matching full:tisci
634 * ti_sci_cmd_get_device() - command to request for device managed by TISCI
635 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
654 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
655 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
672 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
673 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
690 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
706 * @handle: Pointer to TISCI handle
720 * @handle: Pointer to TISCI handle
746 * @handle: Pointer to TISCI handle
777 * @handle: Pointer to TISCI handle
808 * @handle: Pointer to TISCI handle
834 * by TISCI
835 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
889 * by TISCI
890 * @handle: Pointer to TISCI handle
1080 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1620 * @info: pointer to TISCI pointer
1904 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()