Searched refs:ZoneType (Results 1 – 6 of 6) sorted by relevance
125 if (sZoneTypeCmd.ZoneType == ZoneType_USA) { in private_ioctl()128 } else if (sZoneTypeCmd.ZoneType == ZoneType_Japan) { in private_ioctl()131 } else if (sZoneTypeCmd.ZoneType == ZoneType_Europe) { in private_ioctl()140 sZoneTypeCmd.ZoneType = ZoneType_USA; in private_ioctl()142 sZoneTypeCmd.ZoneType = ZoneType_Japan; in private_ioctl()144 sZoneTypeCmd.ZoneType = ZoneType_Europe; in private_ioctl()
135 WZONETYPE ZoneType; member
960 if(pDevice->config_file.ZoneType >= 0) { //read zonetype file ok! in BBbVT3184Init()961 if ((pDevice->config_file.ZoneType == 0)&& in BBbVT3184Init()967 else if((pDevice->config_file.ZoneType == 1)&& in BBbVT3184Init()973 else if((pDevice->config_file.ZoneType == 2)&& in BBbVT3184Init()980 if(pDevice->config_file.ZoneType !=pDevice->abyEEPROM[EEP_OFS_ZONETYPE]) in BBbVT3184Init()981 …printk("zonetype in file[%02x] mismatch with in EEPROM[%02x]\n",pDevice->config_file.ZoneType,pDev… in BBbVT3184Init()983 …k("Read Zonetype file success,use default zonetype setting[%02x]\n",pDevice->config_file.ZoneType); in BBbVT3184Init()
1310 pDevice->config_file.ZoneType = -1; in Read_config_file()1325 pDevice->config_file.ZoneType=ZoneType_USA; in Read_config_file()1328 pDevice->config_file.ZoneType=ZoneType_Japan; in Read_config_file()1331 pDevice->config_file.ZoneType=ZoneType_Europe; in Read_config_file()
133 WZONETYPE ZoneType; member
196 signed int ZoneType; member