Home
last modified time | relevance | path

Searched refs:bChannelSwitch (Results 1 – 7 of 7) sorted by relevance

/linux-2.6.39/drivers/staging/vt6656/
Dint.c179 if (pDevice->bChannelSwitch) { in INTnsProcessData()
Ddevice.h814 BOOL bChannelSwitch; member
Dcard.c1099 pDevice->bChannelSwitch = TRUE; in CARDbChannelSwitch()
Dwcmd.c1040 pDevice->bChannelSwitch = FALSE; in vRunCommand()
/linux-2.6.39/drivers/staging/vt6655/
Ddevice.h780 bool bChannelSwitch; member
Ddevice_main.c2819 if ((pDevice->bChannelSwitch == true) && in device_intr()
2823 pDevice->bChannelSwitch = false; in device_intr()
2906 if (pDevice->bChannelSwitch == true) { in device_intr()
2909 pDevice->bChannelSwitch = false; in device_intr()
Dcard.c1290 pDevice->bChannelSwitch = true; in CARDbChannelSwitch()