Lines Matching full:tisci

628  * ti_sci_cmd_get_device() - command to request for device managed by TISCI
630 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
647 * TISCI that is exclusively owned by the
649 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
667 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
668 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
685 * TISCI that is exclusively owned by
687 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
705 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
706 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
723 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
739 * @handle: Pointer to TISCI handle
753 * @handle: Pointer to TISCI handle
779 * @handle: Pointer to TISCI handle
810 * @handle: Pointer to TISCI handle
841 * @handle: Pointer to TISCI handle
867 * by TISCI
868 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
922 * by TISCI
923 * @handle: Pointer to TISCI handle
1124 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
2068 * @handle: Pointer to TISCI handle.
2069 * @dev_id: TISCI device ID.
2140 * @handle: Pointer to TISCI handle.
2141 * @dev_id: TISCI device ID.
2161 * @handle: Pointer to TISCI handle.
2162 * @dev_id: TISCI device ID.
2182 * @handle: Pointer to TISCI handle.
2257 * @handle: Pointer to TISCI handle.
2291 * @handle: Pointer to TISCI handle.
2325 * @handle: Pointer to TISCI handle.
2345 * @handle: Pointer to TISCI handle.
2371 * @handle: Pointer to TISCI handle.
2391 * @handle: Pointer to TISCI handle.
3152 * @info: pointer to TISCI pointer
3356 * @property: property name containing phandle on TISCI node
3402 * @dev: Device pointer requesting TISCI handle
3403 * @property: property name containing phandle on TISCI node
3435 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3436 * @res: Pointer to the TISCI resource
3468 * ti_sci_release_resource() - Release a resource from TISCI resource.
3469 * @res: Pointer to the TISCI resource
3493 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3494 * @res: Pointer to the TISCI resource
3510 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3511 * @handle: TISCI handle
3513 * @dev_id: TISCI device id to which the resource is assigned
3571 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3572 * @handle: TISCI handle
3574 * @dev_id: TISCI device id to which the resource is assigned
3610 * @handle: TISCI handle
3612 * @dev_id: TISCI device id to which the resource is assigned
3613 * @sub_type: TISCI resource subytpe representing the resource.
3640 * Map and validate the target Linux suspend state to TISCI LPM. in ti_sci_prepare_system_suspend()
3866 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()