Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/staging/vt6655/
Drxtx.c432 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
441 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
450 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
459 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
467 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
475 else if ((byFBOption == AUTO_FB_1) && (wRate >= RATE_18M) && (wRate <= RATE_54M)) in s_uGetRTSCTSDuration()
969 byFBOption = AUTO_FB_1; in s_vGenerateTxParameter()
1087 byFBOption = AUTO_FB_1; in s_cbFillTxBufHead()
1391 else if (priv->byAutoFBCtrl == AUTO_FB_1) in vnt_generate_fifo_header()
Ddevice.h68 #define AUTO_FB_1 2 macro
/linux-4.4.14/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.c930 } else if (priv->auto_fb_ctrl == AUTO_FB_1) { in vnt_tx_packet()
939 fb_option = AUTO_FB_1; in vnt_tx_packet()