Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/staging/vt6655/
Drxtx.c302 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
343 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
418 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
427 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
436 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
445 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
453 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
461 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
957 byFBOption = AUTO_FB_0; in s_vGenerateTxParameter()
1075 byFBOption = AUTO_FB_0; in s_cbFillTxBufHead()
[all …]
Ddevice.h54 #define AUTO_FB_0 1 macro
Ddevice_main.c180 priv->byAutoFBCtrl = AUTO_FB_0; in device_set_options()
/Linux-v4.19/drivers/staging/vt6656/
Dint.c85 if (context->fb_option == AUTO_FB_0) in vnt_int_report_rate()
Ddevice.h81 #define AUTO_FB_0 1 macro
Dmain_usb.c102 priv->auto_fb_ctrl = AUTO_FB_0; in vnt_set_options()
259 priv->auto_fb_ctrl = AUTO_FB_0; in vnt_init_registers()
Drxtx.c917 if (priv->auto_fb_ctrl == AUTO_FB_0) { in vnt_tx_packet()
926 fb_option = AUTO_FB_0; in vnt_tx_packet()