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

  /hardware/broadcom/wlan/bcm4329/src/bcmsdio/sys/
bcmsdh_sdmmc.c 62 extern PBCMSDH_SDMMC_INSTANCE gInstance;
109 sdio_claim_host(gInstance->func[1]);
110 err_ret = sdio_enable_func(gInstance->func[1]);
111 sdio_release_host(gInstance->func[1]);
130 if (gInstance == NULL) {
152 gInstance->sd = sd;
155 sdio_claim_host(gInstance->func[1]);
158 err_ret = sdio_set_block_size(gInstance->func[1], 64);
164 sdio_release_host(gInstance->func[1]);
166 if (gInstance->func[2])
    [all...]
bcmsdh_sdmmc_linux.c 78 PBCMSDH_SDMMC_INSTANCE gInstance;
101 gInstance->func[0] = &sdio_func_0;
103 gInstance->func[2] = NULL;
109 gInstance->func[func->num] = func;
249 gInstance = kzalloc(sizeof(BCMSDH_SDMMC_INSTANCE), GFP_KERNEL);
250 if (!gInstance)
271 if (gInstance)
272 kfree(gInstance);
  /external/webkit/WebKit/win/
WebKitDLL.h 52 extern HINSTANCE gInstance;
WebKitDLL.cpp 49 HINSTANCE gInstance;
62 gInstance = hModule;
195 HRSRC resInfo = FindResource(gInstance, MAKEINTRESOURCE(idr), L"PNG");
198 HANDLE res = LoadResource(gInstance, resInfo);
204 int size = SizeofResource(gInstance, resInfo);
WebLocalizableStrings.cpp 115 DWORD length = ::GetModuleFileNameW(gInstance, pathStr, MAX_PATH);
FullscreenVideoController.cpp 336 wcex.hInstance = gInstance;
373 m_hudPosition.x(), m_hudPosition.y(), 0, 0, 0, 0, gInstance, 0);
WebView.cpp     [all...]

Completed in 77 milliseconds