HomeSort by relevance Sort by last modified time
    Searched refs:dhd_cmds (Results 1 - 3 of 3) sorted by null

  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu_cmd.h 37 extern cmd_t dhd_cmds[];
dhdu_linux.c 75 /* Search the dhd_cmds table for a matching command name.
82 /* search the dhd_cmds for a matching name */
83 for (cmd = dhd_cmds; cmd->name && strcmp(cmd->name, name); cmd++);
dhdu.c 122 cmd_t dhd_cmds[] = { variable
437 for (cmd = dhd_cmds, nrows = 0; cmd->name; cmd++)
454 for (cmd = dhd_cmds; cmd->name; cmd++) {
489 for (cmd = dhd_cmds; cmd->name; cmd++) {
    [all...]

Completed in 3056 milliseconds