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

  /hardware/broadcom/wlan/bcm4329/dhdutil/include/
sdiovar.h 31 typedef struct sdreg { struct
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/
sdiovar.h 31 typedef struct sdreg { struct
  /hardware/broadcom/wlan/bcm4329/dhdutil/
dhdu.c 224 { "sdreg", dhd_sdreg, DHD_GET_VAR, DHD_SET_VAR,
862 sdreg_t sdreg; local
868 bzero(&sdreg, sizeof(sdreg));
880 sdreg.offset = strtoul(argv[1], &ptr, 0);
888 sdreg.func = strtol((ptr+1), &ptr, 0);
889 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4)) {
895 sdreg.func = 4;
900 sdreg.value = strtoul(argv[2], &ptr, 0)
2065 sdreg_t sdreg; local
    [all...]
  /hardware/broadcom/wlan/bcmdhd/dhdutil/
dhdu.c 224 { "sdreg", dhd_sdreg, DHD_GET_VAR, DHD_SET_VAR,
862 sdreg_t sdreg; local
868 bzero(&sdreg, sizeof(sdreg));
880 sdreg.offset = strtoul(argv[1], &ptr, 0);
888 sdreg.func = strtol((ptr+1), &ptr, 0);
889 if (*ptr || ((sdreg.func != 2) && sdreg.func != 4)) {
895 sdreg.func = 4;
900 sdreg.value = strtoul(argv[2], &ptr, 0)
2065 sdreg_t sdreg; local
    [all...]

Completed in 294 milliseconds