Home
last modified time | relevance | path

Searched refs:AUTO_FB_1 (Results 1 – 5 of 5) sorted by relevance

/linux-4.1.27/drivers/staging/vt6655/
Drxtx.c433 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
442 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
451 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
460 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
468 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
476 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
970 byFBOption = AUTO_FB_1; in s_vGenerateTxParameter()
1088 byFBOption = AUTO_FB_1; in s_cbFillTxBufHead()
1394 else if (priv->byAutoFBCtrl == AUTO_FB_1) in vnt_generate_fifo_header()
Ddevice.h117 #define AUTO_FB_1 2 macro
/linux-4.1.27/drivers/staging/vt6656/
Dint.c101 else if (context->fb_option == AUTO_FB_1) in vnt_int_report_rate()
Ddevice.h95 #define AUTO_FB_1 2 macro
Drxtx.c924 } else if (priv->auto_fb_ctrl == AUTO_FB_1) { in vnt_tx_packet()
933 fb_option = AUTO_FB_1; in vnt_tx_packet()