Home
last modified time | relevance | path

Searched refs:byBBVGACurrent (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/staging/vt6655/
Dchannel.c187 pDevice->byBBVGACurrent != pDevice->abyBBVGA[0]) { in set_channel()
188 pDevice->byBBVGACurrent = pDevice->abyBBVGA[0]; in set_channel()
190 BBvSetVGAGainOffset(pDevice, pDevice->byBBVGACurrent); in set_channel()
Ddevice.h380 unsigned char byBBVGACurrent; member
Ddevice_main.c407 pDevice->byBBVGACurrent = pDevice->abyBBVGA[0]; in device_init_registers()
408 pDevice->byBBVGANew = pDevice->byBBVGACurrent; in device_init_registers()
1031 if (priv->byBBVGANew == priv->byBBVGACurrent) { in vnt_check_bb_vga()
1045 priv->byBBVGACurrent, in vnt_check_bb_vga()
1053 priv->byBBVGACurrent, in vnt_check_bb_vga()
Dbaseband.c2239 priv->byBBVGACurrent = byData; in BBvSetVGAGainOffset()