Lines Matching full:tisci
635 * ti_sci_cmd_get_device() - command to request for device managed by TISCI
637 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
654 * TISCI that is exclusively owned by the
656 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
674 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
675 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
692 * TISCI that is exclusively owned by
694 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
712 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
713 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
730 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
746 * @handle: Pointer to TISCI handle
760 * @handle: Pointer to TISCI handle
786 * @handle: Pointer to TISCI handle
817 * @handle: Pointer to TISCI handle
848 * @handle: Pointer to TISCI handle
874 * by TISCI
875 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
929 * by TISCI
930 * @handle: Pointer to TISCI handle
1131 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1717 * @handle: Pointer to TISCI handle.
1718 * @dev_id: TISCI device ID.
1789 * @handle: Pointer to TISCI handle.
1790 * @dev_id: TISCI device ID.
1810 * @handle: Pointer to TISCI handle.
1811 * @dev_id: TISCI device ID.
1831 * @handle: Pointer to TISCI handle.
1906 * @handle: Pointer to TISCI handle.
1940 * @handle: Pointer to TISCI handle.
1974 * @handle: Pointer to TISCI handle.
1994 * @handle: Pointer to TISCI handle.
2020 * @handle: Pointer to TISCI handle.
2040 * @handle: Pointer to TISCI handle.
2801 * @info: pointer to TISCI pointer
2999 * @property: property name containing phandle on TISCI node
3047 * @dev: Device pointer requesting TISCI handle
3048 * @property: property name containing phandle on TISCI node
3080 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3081 * @res: Pointer to the TISCI resource
3113 * ti_sci_release_resource() - Release a resource from TISCI resource.
3114 * @res: Pointer to the TISCI resource
3138 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3139 * @res: Pointer to the TISCI resource
3155 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3156 * @handle: TISCI handle
3158 * @dev_id: TISCI device id to which the resource is assigned
3216 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3217 * @handle: TISCI handle
3219 * @dev_id: TISCI device id to which the resource is assigned
3255 * @handle: TISCI handle
3257 * @dev_id: TISCI device id to which the resource is assigned
3258 * @sub_type: TISCI resource subytpe representing the resource.
3416 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()