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

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdspi_linux.c 175 if (enable && !sd->lockcount)
195 sd_trace(("%s: %d\n", __FUNCTION__, sd->lockcount));
198 if (sd->lockcount) {
200 ASSERT(sd->lockcount == 0);
203 sd->lockcount++;
214 sd_trace(("%s: %d, %d\n", __FUNCTION__, sd->lockcount, sd->client_intr_enabled));
215 ASSERT(sd->lockcount > 0);
221 if (--sd->lockcount == 0 && sd->client_intr_enabled) {
bcmsdstd_linux.c 165 if (enable && !sd->lockcount)
185 sd_trace(("%s: %d\n", __FUNCTION__, sd->lockcount));
188 if (sd->lockcount) {
192 ASSERT(sd->lockcount == 0);
195 sd->lockcount++;
206 sd_trace(("%s: %d, %d\n", __FUNCTION__, sd->lockcount, sd->client_intr_enabled));
207 ASSERT(sd->lockcount > 0);
213 if (--sd->lockcount == 0 && sd->client_intr_enabled) {
bcmpcispi.c 423 ASSERT(sd->lockcount == 0);
bcmsdstd.c     [all...]
  /hardware/broadcom/wlan/bcm4329/src/include/
bcmsdspi.h 64 uint lockcount; /* nest count of sdspi_lock() calls */ member in struct:sdioh_info
bcmspibrcm.h 55 uint lockcount; /* nest count of spi_lock() calls */ member in struct:sdioh_info
bcmsdstd.h 98 uint lockcount; /* nest count of sdstd_lock() calls */ member in struct:sdioh_info
  /external/quake/quake/src/QW/client/
vid_win.c 52 static int lockcount; variable
    [all...]
  /external/quake/quake/src/WinQuake/
vid_win.cpp 50 static int lockcount; variable
    [all...]

Completed in 241 milliseconds