Lines Matching full:service
14 * ARM SiP service provides the capability to send the
20 * The service support multiple clients.
23 * close the channel immediately after complete. The service only
26 * The service will return the SMC/HVC return value to the client
37 * incomplete transactions being left over. The service
52 /** @brief ARM sip service callback function prototype for response after completion
62 * @brief Register a client on ARM SiP service
64 * On success, the client will be at IDLE state in the service and
65 * the service will return a token to the client. The client can then
66 * use the token to open the channel on the service and communicate
69 * @param ctrl Pointer to controller instance whose service provides ARM SMC/HVC
80 * @brief Unregister a client on ARM SiP service
82 * On success, detach the client from the service. Unregistration
98 * @brief Client requests to open a channel on ARM SiP service.
103 * The service only allows one opened channel at one time and it is protected
142 * service will return a Transaction ID to the client if the request
170 * @param ctrl Pointer to controller instance which provides ARM SiP service.
179 * @brief get the ARM SiP service handle
181 * @param method Pointer to controller instance which provides ARM SiP service.