Home
last modified time | relevance | path

Searched refs:system_cmd (Results 1 – 3 of 3) sorted by relevance

/TwlSDK-5.4/build/libraries/wbt/common/src/
Dwbt_context.c454 WBTCommand *cmd = &work->system_cmd; in WBTi_NotifySystemCallback()
617 WBTCommand *system_cmd = &work->system_cmd; in WBTi_TryCreateResponse() local
618 system_cmd->prepare_send_data.block_id = id; in WBTi_TryCreateResponse()
619 system_cmd->prepare_send_data.block_seq_no = block_seq_no; in WBTi_TryCreateResponse()
620 system_cmd->prepare_send_data.own_packet_size = (s16)packet; in WBTi_TryCreateResponse()
621 system_cmd->prepare_send_data.data_ptr = NULL; in WBTi_TryCreateResponse()
625 block_seq_no, system_cmd->prepare_send_data.data_ptr); in WBTi_TryCreateResponse()
626 if (system_cmd->prepare_send_data.data_ptr != NULL) in WBTi_TryCreateResponse()
628 id = system_cmd->prepare_send_data.block_id; in WBTi_TryCreateResponse()
629 block_seq_no = system_cmd->prepare_send_data.block_seq_no; in WBTi_TryCreateResponse()
[all …]
Dwbt_api.c91 wbti_command_work->system_cmd.callback = callback; in WBT_InitParent()
116 wbti_command_work->system_cmd.callback = callback; in WBT_InitChild()
139 wbti_command_work->system_cmd.callback = NULL; in WBT_End()
/TwlSDK-5.4/include/nitro/wbt/
Dcontext.h205 WBTCommand system_cmd; member