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 123 cmd_t dhd_cmds[] = { variable
438 for (cmd = dhd_cmds, nrows = 0; cmd->name; cmd++)
455 for (cmd = dhd_cmds; cmd->name; cmd++) {
490 for (cmd = dhd_cmds; cmd->name; cmd++) {
    [all...]

Completed in 56 milliseconds