Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Drxtx.c313 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
355 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
430 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
439 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
448 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
457 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
465 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
473 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
967 byFBOption = AUTO_FB_0; in s_vGenerateTxParameter()
1085 byFBOption = AUTO_FB_0; in s_cbFillTxBufHead()
[all …]
Ddevice.h67 #define AUTO_FB_0 1 macro
Ddevice_main.c191 priv->byAutoFBCtrl = AUTO_FB_0; in device_set_options()
/linux-4.4.14/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.c920 if (priv->auto_fb_ctrl == AUTO_FB_0) { in vnt_tx_packet()
929 fb_option = AUTO_FB_0; in vnt_tx_packet()