Lines Matching full:tisci

625  * ti_sci_cmd_get_device() - command to request for device managed by TISCI
627 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
644 * TISCI that is exclusively owned by the
646 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
664 * ti_sci_cmd_idle_device() - Command to idle a device managed by TISCI
665 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
682 * TISCI that is exclusively owned by
684 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
702 * ti_sci_cmd_put_device() - command to release a device managed by TISCI
703 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
720 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
736 * @handle: Pointer to TISCI handle
750 * @handle: Pointer to TISCI handle
776 * @handle: Pointer to TISCI handle
807 * @handle: Pointer to TISCI handle
838 * @handle: Pointer to TISCI handle
864 * by TISCI
865 * @handle: Pointer to TISCI handle as retrieved by *ti_sci_get_handle
919 * by TISCI
920 * @handle: Pointer to TISCI handle
1121 * ti_sci_cmd_put_clock() - Release a clock from our control back to TISCI
1707 * @handle: Pointer to TISCI handle.
1708 * @dev_id: TISCI device ID.
1779 * @handle: Pointer to TISCI handle.
1780 * @dev_id: TISCI device ID.
1800 * @handle: Pointer to TISCI handle.
1801 * @dev_id: TISCI device ID.
1821 * @handle: Pointer to TISCI handle.
1896 * @handle: Pointer to TISCI handle.
1930 * @handle: Pointer to TISCI handle.
1964 * @handle: Pointer to TISCI handle.
1984 * @handle: Pointer to TISCI handle.
2010 * @handle: Pointer to TISCI handle.
2030 * @handle: Pointer to TISCI handle.
2791 * @info: pointer to TISCI pointer
2987 * @property: property name containing phandle on TISCI node
3033 * @dev: Device pointer requesting TISCI handle
3034 * @property: property name containing phandle on TISCI node
3066 * ti_sci_get_free_resource() - Get a free resource from TISCI resource.
3067 * @res: Pointer to the TISCI resource
3099 * ti_sci_release_resource() - Release a resource from TISCI resource.
3100 * @res: Pointer to the TISCI resource
3124 * ti_sci_get_num_resources() - Get the number of resources in TISCI resource
3125 * @res: Pointer to the TISCI resource
3141 * devm_ti_sci_get_resource_sets() - Get a TISCI resources assigned to a device
3142 * @handle: TISCI handle
3144 * @dev_id: TISCI device id to which the resource is assigned
3202 * devm_ti_sci_get_of_resource() - Get a TISCI resource assigned to a device
3203 * @handle: TISCI handle
3205 * @dev_id: TISCI device id to which the resource is assigned
3241 * @handle: TISCI handle
3243 * @dev_id: TISCI device id to which the resource is assigned
3244 * @sub_type: TISCI resource subytpe representing the resource.
3396 dev_err(dev, "Unable to communicate with TISCI(%d)\n", ret); in ti_sci_probe()