Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/vt6656/
Dint.c180 pDevice->byChannelSwitchCount--; in INTnsProcessData()
181 if (pDevice->byChannelSwitchCount == 0) in INTnsProcessData()
Ddevice.h816 BYTE byChannelSwitchCount; member
Dcard.c1097 pDevice->byChannelSwitchCount = byCount; in CARDbChannelSwitch()
/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h782 unsigned char byChannelSwitchCount; member
Ddevice_main.c2821 pDevice->byChannelSwitchCount--; in device_intr()
2822 if (pDevice->byChannelSwitchCount == 0) { in device_intr()
2907 pDevice->byChannelSwitchCount--; in device_intr()
2908 if (pDevice->byChannelSwitchCount == 0) { in device_intr()
Dcard.c1288 pDevice->byChannelSwitchCount = byCount; in CARDbChannelSwitch()