Searched refs:client (Results 1 – 4 of 4) sorted by relevance
86 void phyHook(RCL *rclState, RCL_Handle client, RCL_Command *cmd);96 void scheduleHook(RCL_SchedulerState *rclSchedulerState, RCL_Handle client, RCL_Command *cmd);111 RCL_Client *client = cmd->runtime.client; in rclCommandHwi() local187 if (rclState.lrfConfig != client->lrfConfig) in rclCommandHwi()190 rclState.lrfConfig = client->lrfConfig; in rclCommandHwi()273 client->deferredRclEvents.value |= rclEventMask.value & rclEventsOut.value; in rclCommandHwi()276 if (cmd->status >= RCL_CommandStatus_Finished || client->deferredRclEvents.value) in rclCommandHwi()305 RCL_Client *currClient = currCmd->runtime.client; in rclDispatchHwi()321 if (doneCmd->runtime.client->pendCmd == doneCmd) in rclDispatchHwi()323 Log_printf(RclCore, Log_INFO, "Unpending client: 0x%08X", doneCmd->runtime.client); in rclDispatchHwi()[all …]
60 RCL_Client *client; /*!< Client */ member
147 importKeyMsg.attributes = &attributes->client; in KeyStore_PSA_importKey()185 getKeyAttributesMsg.attributes = &attributes->client; in KeyStore_PSA_getKeyAttributes()212 resetKeyAttributeMsg.attributes = &attributes->client; in KeyStore_PSA_resetKeyAttributes()
84 RCL_close(cmd->runtime.client); in adcNoiseCallback()