Searched refs:pName (Results 1 – 7 of 7) sorted by relevance
| /OK3568_Linux_fs/external/rkupdate/ |
| H A D | RKBoot.cpp | 87 …GetEntryProperty(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, tchar *pName) in GetEntryProperty() argument 119 if (pName) in GetEntryProperty() 121 WCHAR_To_char(pEntry->szName, pName, 20); in GetEntryProperty() 158 CHAR CRKBoot::GetIndexByName(ENUM_RKBOOTENTRY type, tchar *pName) in GetIndexByName() argument 190 if (_tcsicmp(pName, szName) == 0) in GetIndexByName()
|
| H A D | RKBoot.h | 65 …Property(ENUM_RKBOOTENTRY type, UCHAR ucIndex, DWORD &dwSize, DWORD &dwDelay, tchar *pName = NULL); 66 CHAR GetIndexByName(ENUM_RKBOOTENTRY type, tchar *pName);
|
| /OK3568_Linux_fs/external/xserver/hw/dmx/config/ |
| H A D | dmxparse.c | 268 DMXConfigStringPtr pName, in dmxConfigCreateDisplay() argument 275 pDisplay->dname = pName; in dmxConfigCreateDisplay() 280 pDisplay->name = pName ? pName->string : NULL; in dmxConfigCreateDisplay() 586 DMXConfigStringPtr pName, in dmxConfigCreateVirtual() argument 594 pVirtual->vname = pName; in dmxConfigCreateVirtual() 600 pVirtual->name = pName ? pName->string : NULL; in dmxConfigCreateVirtual()
|
| H A D | dmxparse.h | 236 DMXConfigStringPtr pName, 274 DMXConfigStringPtr pName,
|
| /OK3568_Linux_fs/external/xserver/xfixes/ |
| H A D | cursor.c | 715 Atom *pName = closure; in TestForCursorName() local 717 return pCursor->name == *pName; in TestForCursorName()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/bcmdhd/ |
| H A D | dhd_config.c | 1322 const char *pName = NULL; in dhd_conf_get_filename() local 1326 pName = strrchr(pFilename, '/'); in dhd_conf_get_filename() 1327 if (NULL == pName) { in dhd_conf_get_filename() 1328 pName = pFilename; in dhd_conf_get_filename() 1330 if (pName[1]) { in dhd_conf_get_filename() 1331 pName++; in dhd_conf_get_filename() 1333 pName = NULL; in dhd_conf_get_filename() 1338 if (pName) in dhd_conf_get_filename() 1339 strcpy(pFilename, pName); in dhd_conf_get_filename()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd/ |
| H A D | dhd_config.c | 1282 const char *pName = NULL; in dhd_conf_get_filename() local 1286 pName = strrchr(pFilename, '/'); in dhd_conf_get_filename() 1287 if (NULL == pName) { in dhd_conf_get_filename() 1288 pName = pFilename; in dhd_conf_get_filename() 1290 if (pName[1]) { in dhd_conf_get_filename() 1291 pName++; in dhd_conf_get_filename() 1293 pName = NULL; in dhd_conf_get_filename() 1298 if (pName) in dhd_conf_get_filename() 1299 strcpy(pFilename, pName); in dhd_conf_get_filename()
|