Searched refs:byCurrentCh (Results 1 – 2 of 2) sorted by relevance
/linux-4.4.14/drivers/staging/vt6655/ |
D | channel.c | 182 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()
|
D | device.h | 259 u16 byCurrentCh; member
|