Lines Matching full:tisci
606 * ti_sci_cmd_get_device() - command to request for device managed by TISCI
608 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
625 * TISCI that is exclusively owned by the
627 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
645 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
646 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
663 * TISCI that is exclusively owned by
665 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
683 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
684 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
701 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
717 * @handle: Pointer to TISCI handle
731 * @handle: Pointer to TISCI handle
757 * @handle: Pointer to TISCI handle
788 * @handle: Pointer to TISCI handle
819 * @handle: Pointer to TISCI handle
845 * by TISCI
846 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
900 * by TISCI
901 * @handle: Pointer to TISCI handle
1102 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1688 * @handle: Pointer to TISCI handle.
1689 * @dev_id: TISCI device ID.
1757 * @handle: Pointer to TISCI handle.
1758 * @dev_id: TISCI device ID.
1778 * @handle: Pointer to TISCI handle.
1779 * @dev_id: TISCI device ID.
1800 * @handle: Pointer to TISCI handle.
1875 * @handle: Pointer to TISCI handle.
1909 * @handle: Pointer to TISCI handle.
1943 * @handle: Pointer to TISCI handle.
1965 * @handle: Pointer to TISCI handle.
1991 * @handle: Pointer to TISCI handle.
2013 * @handle: Pointer to TISCI handle.
2855 * @info: pointer to TISCI pointer
3054 * @property: property name containing phandle on TISCI node
3102 * @dev: Device pointer requesting TISCI handle
3103 * @property: property name containing phandle on TISCI node
3135 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3136 * @res: Pointer to the TISCI resource
3162 * ti_sci_release_resource() - Release a resource from TISCI resource.
3163 * @res: Pointer to the TISCI resource
3183 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3184 * @res: Pointer to the TISCI resource
3200 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3201 * @handle: TISCI handle
3203 * @dev_id: TISCI device id to which the resource is assigned
3262 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3263 * @handle: TISCI handle
3265 * @dev_id: TISCI device id to which the resource is assigned
3301 * @handle: TISCI handle
3303 * @dev_id: TISCI device id to which the resource is assigned
3304 * @suub_type: TISCI resource subytpe representing the resource.
3464 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()