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.
1773 * @handle: Pointer to TISCI handle.
1774 * @dev_id: TISCI device ID.
1794 * @handle: Pointer to TISCI handle.
1795 * @dev_id: TISCI device ID.
1815 * @handle: Pointer to TISCI handle.
1890 * @handle: Pointer to TISCI handle.
1924 * @handle: Pointer to TISCI handle.
1958 * @handle: Pointer to TISCI handle.
1980 * @handle: Pointer to TISCI handle.
2006 * @handle: Pointer to TISCI handle.
2028 * @handle: Pointer to TISCI handle.
2784 * @info: pointer to TISCI pointer
2982 * @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
3200 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3201 * @handle: TISCI handle
3203 * @dev_id: TISCI device id to which the resource is assigned
3239 * @handle: TISCI handle
3241 * @dev_id: TISCI device id to which the resource is assigned
3242 * @suub_type: TISCI resource subytpe representing the resource.
3402 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()