Lines Matching full:tisci
619 * ti_sci_cmd_get_device() - command to request for device managed by TISCI
621 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
638 * TISCI that is exclusively owned by the
640 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
658 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
659 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
676 * TISCI that is exclusively owned by
678 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
696 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
697 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
714 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
730 * @handle: Pointer to TISCI handle
744 * @handle: Pointer to TISCI handle
770 * @handle: Pointer to TISCI handle
801 * @handle: Pointer to TISCI handle
832 * @handle: Pointer to TISCI handle
858 * by TISCI
859 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
913 * by TISCI
914 * @handle: Pointer to TISCI handle
1115 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1701 * @handle: Pointer to TISCI handle.
1702 * @dev_id: TISCI device ID.
1770 * @handle: Pointer to TISCI handle.
1771 * @dev_id: TISCI device ID.
1791 * @handle: Pointer to TISCI handle.
1792 * @dev_id: TISCI device ID.
1813 * @handle: Pointer to TISCI handle.
1888 * @handle: Pointer to TISCI handle.
1922 * @handle: Pointer to TISCI handle.
1956 * @handle: Pointer to TISCI handle.
1978 * @handle: Pointer to TISCI handle.
2004 * @handle: Pointer to TISCI handle.
2026 * @handle: Pointer to TISCI handle.
2868 * @info: pointer to TISCI pointer
3067 * @property: property name containing phandle on TISCI node
3115 * @dev: Device pointer requesting TISCI handle
3116 * @property: property name containing phandle on TISCI node
3148 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3149 * @res: Pointer to the TISCI resource
3175 * ti_sci_release_resource() - Release a resource from TISCI resource.
3176 * @res: Pointer to the TISCI resource
3196 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3197 * @res: Pointer to the TISCI resource
3213 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3214 * @handle: TISCI handle
3216 * @dev_id: TISCI device id to which the resource is assigned
3275 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3276 * @handle: TISCI handle
3278 * @dev_id: TISCI device id to which the resource is assigned
3314 * @handle: TISCI handle
3316 * @dev_id: TISCI device id to which the resource is assigned
3317 * @suub_type: TISCI resource subytpe representing the resource.
3477 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()