Home
last modified time | relevance | path

Searched refs:byCurrentCh (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/staging/vt6655/
Dchannel.c182 if (pDevice->byCurrentCh == ch->hw_value) in set_channel()
200 RFbAL7230SelectChannelPostProcess(pDevice, pDevice->byCurrentCh, in set_channel()
203 pDevice->byCurrentCh = ch->hw_value; in set_channel()
220 RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); in set_channel()
223 RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); in set_channel()
232 RFbSetPower(pDevice, RATE_1M, pDevice->byCurrentCh); in set_channel()
234 RFbSetPower(pDevice, RATE_6M, pDevice->byCurrentCh); in set_channel()
Ddevice.h259 u16 byCurrentCh; member