Home
last modified time | relevance | path

Searched refs:ZoneType (Results 1 – 6 of 6) sorted by relevance

/drivers/staging/vt6655/
Dioctl.c125 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()
Diocmd.h135 WZONETYPE ZoneType; member
/drivers/staging/vt6656/
Dbaseband.c960 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()
Dmain_usb.c1310 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()
Diocmd.h133 WZONETYPE ZoneType; member
Ddevice.h196 signed int ZoneType; member