Lines Matching full:tisci

631  * ti_sci_cmd_get_device() - command to request for device managed by TISCI
633 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
650 * TISCI that is exclusively owned by the
652 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
670 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
671 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
688 * TISCI that is exclusively owned by
690 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
708 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
709 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
726 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
742 * @handle: Pointer to TISCI handle
756 * @handle: Pointer to TISCI handle
782 * @handle: Pointer to TISCI handle
813 * @handle: Pointer to TISCI handle
844 * @handle: Pointer to TISCI handle
870 * by TISCI
871 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
925 * by TISCI
926 * @handle: Pointer to TISCI handle
1127 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
2116 * @handle: Pointer to TISCI handle.
2117 * @dev_id: TISCI device ID.
2188 * @handle: Pointer to TISCI handle.
2189 * @dev_id: TISCI device ID.
2209 * @handle: Pointer to TISCI handle.
2210 * @dev_id: TISCI device ID.
2230 * @handle: Pointer to TISCI handle.
2305 * @handle: Pointer to TISCI handle.
2339 * @handle: Pointer to TISCI handle.
2373 * @handle: Pointer to TISCI handle.
2393 * @handle: Pointer to TISCI handle.
2419 * @handle: Pointer to TISCI handle.
2439 * @handle: Pointer to TISCI handle.
3200 * @info: pointer to TISCI pointer
3404 * @property: property name containing phandle on TISCI node
3450 * @dev: Device pointer requesting TISCI handle
3451 * @property: property name containing phandle on TISCI node
3483 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3484 * @res: Pointer to the TISCI resource
3516 * ti_sci_release_resource() - Release a resource from TISCI resource.
3517 * @res: Pointer to the TISCI resource
3541 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3542 * @res: Pointer to the TISCI resource
3558 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3559 * @handle: TISCI handle
3561 * @dev_id: TISCI device id to which the resource is assigned
3619 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3620 * @handle: TISCI handle
3622 * @dev_id: TISCI device id to which the resource is assigned
3658 * @handle: TISCI handle
3660 * @dev_id: TISCI device id to which the resource is assigned
3661 * @sub_type: TISCI resource subytpe representing the resource.
3760 * Map and validate the target Linux suspend state to TISCI LPM. in ti_sci_prepare_system_suspend()
4007 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()