Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/staging/vt6655/
Drxtx.c313 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
355 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
431 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
440 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
449 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
458 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
466 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
474 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
968 byFBOption = AUTO_FB_0; in s_vGenerateTxParameter()
1086 byFBOption = AUTO_FB_0; in s_cbFillTxBufHead()
[all …]
Ddevice.h116 #define AUTO_FB_0 1 macro
Ddevice_main.c223 pDevice->byAutoFBCtrl = AUTO_FB_0; in device_set_options()
/linux-4.1.27/drivers/staging/vt6656/
Dint.c99 if (context->fb_option == AUTO_FB_0) in vnt_int_report_rate()
Ddevice.h94 #define AUTO_FB_0 1 macro
Dmain_usb.c115 priv->auto_fb_ctrl = AUTO_FB_0; in vnt_set_options()
272 priv->auto_fb_ctrl = AUTO_FB_0; in vnt_init_registers()
Drxtx.c914 if (priv->auto_fb_ctrl == AUTO_FB_0) { in vnt_tx_packet()
923 fb_option = AUTO_FB_0; in vnt_tx_packet()