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

  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
dhdioctl.h 119 /* Values for idleclock iovar: other values are the sd_divisor to use when idle */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 139 { "idleclock", dhd_idleclock, DHD_GET_VAR, DHD_SET_VAR,
140 "idleclock active | stopped | <N>\n"
1162 int32 idleclock; local
1168 idleclock = DHD_IDLE_ACTIVE;
1170 idleclock = DHD_IDLE_STOP;
1172 idleclock = strtol(argv[1], &endptr, 0);
1180 strcpy(buf, "idleclock");
1182 memcpy(endptr, &idleclock, sizeof(int32));
1190 idleclock = *(int32*)buf;
1192 if (idleclock == DHD_IDLE_ACTIVE
    [all...]

Completed in 57 milliseconds