Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/staging/vt6655/
Drxtx.c303 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
344 if (byFBOption == AUTO_FB_0) { in s_uGetDataDuration()
419 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
428 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
437 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
446 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
454 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
462 if ((byFBOption == AUTO_FB_0) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
958 byFBOption = AUTO_FB_0; in s_vGenerateTxParameter()
1076 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-v5.4/drivers/staging/vt6656/
Dint.c87 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()
265 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()