Searched defs:command (Results 1 - 16 of 16) sorted by relevance

/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A Dipc.c121 void ipc_send_command_to_main_process(int module_index, unsigned char *command, int size) argument
131 command[0] = command[1] = 0xFF;
136 command[0] = (pid & 0x00FF);
137 command[1] = ((pid & 0xFF00) >> 8);
138 command[2] = '-';
143 command[0] = (pid & 0x00FF);
144 command[1] = ((pid & 0xFF00) >> 8);
145 command[2] = '+';
149 command[
[all...]
/system/core/init/
H A Dinit.h70 struct command struct
92 struct command *current;
/system/wlan/ti/wilink_6_1/TWD/Ctrl/
H A DCmdQueue.c36 * \brief Handle the wlan command queue
227 * in the queue after sending a previous command.
228 * There is no need to send another awake command to TwIf.
257 /* send the command to TNET */
282 /* We are in the middle of other command transaction so there is nothing top be done */
304 * Delete the command from the queue before calling a callback
316 /* Read the latest command return status */
338 /* If the command had a CB, then call it with the proper results buffer */
366 /* If queue isn't empty, send the next command */
372 /* If queue is empty, we can permit TwIf to send sleep a command i
769 cmdQueue_Error(TI_HANDLE hCmdQueue, TI_UINT32 command, TI_UINT32 status, void *param) argument
[all...]
H A DCmdBldCfg.c1041 * command - Add or remove the filter
1053 TI_UINT8 command,
1066 pFilters->uCommand = command;
1074 command,
1051 cmdBld_CfgRxDataFilter(TI_HANDLE hCmdBld, TI_UINT8 index, TI_UINT8 command, filter_e eAction, TI_UINT8 uNumFieldPatterns, TI_UINT8 uLenFieldPatterns, TI_UINT8 *pFieldPatterns, void *fCb, TI_HANDLE hCb) argument
H A DCmdBldCfgIE.c222 * command - Add or remove the filter
234 TI_UINT8 command,
251 TRACE5(pCmdBld->hReport, REPORT_SEVERITY_INFORMATION, ": command = %d, index = %d, action = %d, numFieldPatterns = %d, lenFieldPatterns = %d\n", command, index, action, numFieldPatterns, lenFieldPatterns);
254 pCfg->command = command;
256 pCfg->EleHdr.len += sizeof(pCfg->command) + sizeof(pCfg->index);
258 /* When removing a filter only the index and command are to be sent */
259 if (command == ADD_FILTER)
439 /* Send the configuration command */
232 cmdBld_CfgIeRxDataFilter(TI_HANDLE hCmdBld, TI_UINT8 index, TI_UINT8 command, filter_e action, TI_UINT8 numFieldPatterns, TI_UINT8 lenFieldPatterns, TI_UINT8 *pFieldPatterns, void *fCb, TI_HANDLE hCb) argument
[all...]
/system/core/fastboot/
H A Dfastboot.c162 // at the command line with the -s option.
213 "usage: fastboot [ <option> ] <command>\n"
530 char command[256]; local
533 command[0] = 0;
535 strcat(command,*argv);
538 strcat(command," ");
541 fb_queue_command(command,"");
/system/core/adb/
H A Dadb.h48 unsigned command; /* command identifier constant */ member in struct:amessage
53 unsigned magic; /* command ^ 0xffffffff */
274 /* this should only be used for the "adb disconnect" command */
H A Dcommandline.c94 " -d - directs command to the only connected USB device\n"
96 " -e - directs command to the only running emulator.\n"
98 " -s <serial number> - directs command to the USB device or emulator with\n"
117 " adb shell <command> - run remote shell command\n"
118 " adb emu <command> - run emulator console command\n"
388 static void format_host_command(char* buffer, size_t buflen, const char* command, transport_type ttype, const char* serial) argument
391 snprintf(buffer, buflen, "host-serial:%s:%s", serial, command);
399 snprintf(buffer, buflen, "%s:%s", prefix, command);
405 char command[4096]; local
937 char command[100]; local
[all...]
H A Dtransport.c111 unsigned command = (*ppacket)->msg.command; local
117 int b = (command >> (n*8)) & 255;
126 fd, command, cmd, (*ppacket)->msg.arg0, (*ppacket)->msg.arg1, len);
142 unsigned command = (*ppacket)->msg.command; local
148 int b = (command >> (n*8)) & 255;
157 fd, command, cmd, (*ppacket)->msg.arg0, (*ppacket)->msg.arg1, len);
194 p->msg.magic = p->msg.command ^ 0xffffffff;
238 p->msg.command
[all...]
/system/core/sh/
H A Dparser.c67 * Shell command parser.
107 STATIC union node *command(void);
123 * Read and parse a command. Returns NEOF on end of file. (NULL is a
258 n1 = command();
269 lp->n = command();
288 command(void) function
301 /* Check for redirection which may precede command */
310 TRACE(("command: TNOT recognized\n"));
476 /* Handle an empty command like other simple commands. */
479 * An empty command befor
[all...]
/system/wlan/ti/wilink_6_1/TWD/TWDriver/
H A DTWDriverCtrl.c703 TI_UINT8 command,
715 command,
701 TWD_CfgRxDataFilter(TI_HANDLE hTWD, TI_UINT8 index, TI_UINT8 command, filter_e eAction, TI_UINT8 uNumFieldPatterns, TI_UINT8 uLenFieldPatterns, TI_UINT8 *pFieldPatterns) argument
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hw_ctrl/
H A DwhalHwMboxConfig.c174 * Send the configuration command
216 /* Send the configuration command*/
240 /* Send the interrogation command*/
277 * Send the interrogation command, and fill the structure
329 /* Send the configuration command */
361 /* Send the configuration command */
400 /* Send the configuration command */
432 /* Send the configuration command */
467 /* Send the configuration command */
516 * command
526 whal_hwInfoElemSetRxDataFilter(HwMboxConfig_T * pHwMboxConfig, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns) argument
[all...]
H A DwhalHwCtrl.c157 * DESCRIPTION: Enable Rx/Tx and send Start/Join command
186 * Recovery -> Saved parameters from last Join command
194 * set RxFilter (but don't write it to the FW, this is done in the join command),
263 * DESCRIPTION: Enable Rx/Tx and send Start/Join command
295 * DESCRIPTION: Enable Rx/Tx and send Start/Join command
438 * command - Add or remove the filter
448 int whal_hwCtrl_setRxDataFilter(HwCtrl_T * pHwCtrl, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns) argument
451 index, command, action, numFieldPatterns, lenFieldPatterns, fieldPatterns);
2071 * DESCRIPTION: Send Start Scan command
2087 * DESCRIPTION: Send Start SPS Scan command
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/hl_ctrl/
H A DwhalCtrl.c1326 * command - Disable or enable the filter
1336 int whalCtrl_setRxDataFilter(TI_HANDLE hWhalCtrl, UINT8 index, UINT8 command, filter_e action, UINT8 numFieldPatterns, UINT8 lenFieldPatterns, UINT8 * fieldPatterns) argument
1340 pWhalCtrl->pWhalParams->WlanParams.rxFilterCgf[index].rxFilterCommand = command;
1348 return whal_hwCtrl_setRxDataFilter(pWhalCtrl->pHwCtrl, index, command, action, numFieldPatterns, lenFieldPatterns, fieldPatterns);
1553 /* Send the scan command*/
1646 /* Send the scan command*/
1798 * Save the frame rates in whalParams and configure it to the Fw later. That command was previously included
1799 * in the join command and it is now separated.
1845 * Process : Send command to the ACX to instruct it to enter a low-power sleep
2591 * upon starting configuring the firmware via command mailbo
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/common/src/hal/FirmwareApi/
H A Dpublic_infoele.h625 match the SSID specified by the host in the START/JOIN command.
936 uint32 Cmd_Cmplt; /* Host command complete */
1260 Desc: Noise Histogram activation is done by special command from host which
1508 /* START/JOIN command is issued. */
1813 Desc: This command instructs the WiLink to set the Soft Gemini (BT co-existence)
1887 Desc: This command instructs the WiLink to set the Soft Gemini (BT co-existence)
2306 /* data filter command */
2317 uint8 command; // 0-remove, 1-add member in struct:__anon881
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/
H A Dpublic_infoele.h507 match the SSID specified by the host in the START/JOIN command.
1227 Desc: Noise Histogram activation is done by special command from host which
1543 Desc: This command instructs the WiLink to set the Soft Gemini (BT co-existence)
1633 Desc: This command instructs the WiLink to set the Soft Gemini (BT co-existence)
1651 Desc: This command instructs the WiLink to set the FM co-existence
1909 /* data filter command */
1920 uint8 command; /* 0-remove, 1-add */ member in struct:__anon1202
1971 Desc: This command instructs the WiLink to set the Radio Scope functionality
1988 Desc: This command instructs the WiLink to set the Radio Scope
2198 FwStaticData_t - information stored in command mailbo
[all...]

Completed in 4902 milliseconds