HomeSort by relevance Sort by last modified time
    Searched full:idleclock (Results 1 - 4 of 4) sorted by null

  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 130 { "idleclock", dhd_idleclock, DHD_GET_VAR, DHD_SET_VAR,
131 "idleclock active | stopped | <N>\n"
1134 int32 idleclock; local
1140 idleclock = DHD_IDLE_ACTIVE;
1142 idleclock = DHD_IDLE_STOP;
1144 idleclock = strtol(argv[1], &endptr, 0);
1152 strcpy(buf, "idleclock");
1154 memcpy(endptr, &idleclock, sizeof(int32));
1162 idleclock = *(int32*)buf;
1164 if (idleclock == DHD_IDLE_ACTIVE
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 130 { "idleclock", dhd_idleclock, DHD_GET_VAR, DHD_SET_VAR,
131 "idleclock active | stopped | <N>\n"
1134 int32 idleclock; local
1140 idleclock = DHD_IDLE_ACTIVE;
1142 idleclock = DHD_IDLE_STOP;
1144 idleclock = strtol(argv[1], &endptr, 0);
1152 strcpy(buf, "idleclock");
1154 memcpy(endptr, &idleclock, sizeof(int32));
1162 idleclock = *(int32*)buf;
1164 if (idleclock == DHD_IDLE_ACTIVE
    [all...]
  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
dhdioctl.h 114 /* Values for idleclock iovar: other values are the sd_divisor to use when idle */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 114 /* Values for idleclock iovar: other values are the sd_divisor to use when idle */

Completed in 2345 milliseconds