Home
last modified time | relevance | path

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

/drivers/staging/vt6655/
Drxtx.c498 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
540 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
616 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
625 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
634 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
643 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
651 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
659 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
1177 byFBOption = AUTO_FB_0; in s_vGenerateTxParameter()
1395 byFBOption = AUTO_FB_0; in s_cbFillTxBufHead()
[all …]
Dbssdb.c1230 byFallBack = AUTO_FB_0; in BSSvUpdateNodeTxCounter()
1249 } else if (byFallBack == AUTO_FB_0) { in BSSvUpdateNodeTxCounter()
1270 } else if (byFallBack == AUTO_FB_0) { in BSSvUpdateNodeTxCounter()
1302 } else if (byFallBack == AUTO_FB_0) { in BSSvUpdateNodeTxCounter()
1323 } else if (byFallBack == AUTO_FB_0) { in BSSvUpdateNodeTxCounter()
Ddevice.h109 #define AUTO_FB_0 1 macro
Ddevice_main.c385 pDevice->byAutoFBCtrl = AUTO_FB_0; in device_set_options()
/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.c114 priv->auto_fb_ctrl = AUTO_FB_0; in vnt_set_options()
271 priv->auto_fb_ctrl = AUTO_FB_0; in vnt_init_registers()
Drxtx.c909 if (priv->auto_fb_ctrl == AUTO_FB_0) { in vnt_tx_packet()
918 fb_option = AUTO_FB_0; in vnt_tx_packet()