Lines Matching full:tisci

622  * ti_sci_cmd_get_device() - command to request for device managed by TISCI
624 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
641 * TISCI that is exclusively owned by the
643 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
661 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
662 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
679 * TISCI that is exclusively owned by
681 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
699 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
700 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
717 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
733 * @handle: Pointer to TISCI handle
747 * @handle: Pointer to TISCI handle
773 * @handle: Pointer to TISCI handle
804 * @handle: Pointer to TISCI handle
835 * @handle: Pointer to TISCI handle
861 * by TISCI
862 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
916 * by TISCI
917 * @handle: Pointer to TISCI handle
1118 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1704 * @handle: Pointer to TISCI handle.
1705 * @dev_id: TISCI device ID.
1776 * @handle: Pointer to TISCI handle.
1777 * @dev_id: TISCI device ID.
1797 * @handle: Pointer to TISCI handle.
1798 * @dev_id: TISCI device ID.
1818 * @handle: Pointer to TISCI handle.
1893 * @handle: Pointer to TISCI handle.
1927 * @handle: Pointer to TISCI handle.
1961 * @handle: Pointer to TISCI handle.
1981 * @handle: Pointer to TISCI handle.
2007 * @handle: Pointer to TISCI handle.
2027 * @handle: Pointer to TISCI handle.
2788 * @info: pointer to TISCI pointer
2984 * @property: property name containing phandle on TISCI node
3030 * @dev: Device pointer requesting TISCI handle
3031 * @property: property name containing phandle on TISCI node
3063 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3064 * @res: Pointer to the TISCI resource
3096 * ti_sci_release_resource() - Release a resource from TISCI resource.
3097 * @res: Pointer to the TISCI resource
3121 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3122 * @res: Pointer to the TISCI resource
3138 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3139 * @handle: TISCI handle
3141 * @dev_id: TISCI device id to which the resource is assigned
3199 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3200 * @handle: TISCI handle
3202 * @dev_id: TISCI device id to which the resource is assigned
3238 * @handle: TISCI handle
3240 * @dev_id: TISCI device id to which the resource is assigned
3241 * @sub_type: TISCI resource subytpe representing the resource.
3389 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()