Lines Matching full:tisci
638 * ti_sci_cmd_get_device() - command to request for device managed by TISCI
640 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
657 * TISCI that is exclusively owned by the
659 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
677 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
678 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
695 * TISCI that is exclusively owned by
697 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
715 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
716 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
733 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
749 * @handle: Pointer to TISCI handle
763 * @handle: Pointer to TISCI handle
789 * @handle: Pointer to TISCI handle
820 * @handle: Pointer to TISCI handle
851 * @handle: Pointer to TISCI handle
877 * by TISCI
878 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
932 * by TISCI
933 * @handle: Pointer to TISCI handle
1134 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1720 * @handle: Pointer to TISCI handle.
1721 * @dev_id: TISCI device ID.
1792 * @handle: Pointer to TISCI handle.
1793 * @dev_id: TISCI device ID.
1813 * @handle: Pointer to TISCI handle.
1814 * @dev_id: TISCI device ID.
1834 * @handle: Pointer to TISCI handle.
1909 * @handle: Pointer to TISCI handle.
1943 * @handle: Pointer to TISCI handle.
1977 * @handle: Pointer to TISCI handle.
1999 * @handle: Pointer to TISCI handle.
2025 * @handle: Pointer to TISCI handle.
2047 * @handle: Pointer to TISCI handle.
2803 * @info: pointer to TISCI pointer
3001 * @property: property name containing phandle on TISCI node
3049 * @dev: Device pointer requesting TISCI handle
3050 * @property: property name containing phandle on TISCI node
3082 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3083 * @res: Pointer to the TISCI resource
3115 * ti_sci_release_resource() - Release a resource from TISCI resource.
3116 * @res: Pointer to the TISCI resource
3140 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3141 * @res: Pointer to the TISCI resource
3157 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3158 * @handle: TISCI handle
3160 * @dev_id: TISCI device id to which the resource is assigned
3219 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3220 * @handle: TISCI handle
3222 * @dev_id: TISCI device id to which the resource is assigned
3258 * @handle: TISCI handle
3260 * @dev_id: TISCI device id to which the resource is assigned
3261 * @suub_type: TISCI resource subytpe representing the resource.
3450 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()