Home
last modified time | relevance | path

Searched refs:fb_option (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/staging/vt6656/
Dint.c77 if (context->fb_option && !(tsr & (TSR_TMO | TSR_RETRYTMO))) { in vnt_int_report_rate()
87 if (context->fb_option == AUTO_FB_0) in vnt_int_report_rate()
89 else if (context->fb_option == AUTO_FB_1) in vnt_int_report_rate()
Drxtx.c613 if (tx_context->fb_option) in vnt_rxtx_rts()
641 if (tx_context->fb_option) in vnt_rxtx_cts()
671 if (tx_context->fb_option && in vnt_rxtx_ab()
799 u8 pkt_type, fb_option = AUTO_FB_NONE; in vnt_tx_packet() local
926 fb_option = AUTO_FB_0; in vnt_tx_packet()
936 fb_option = AUTO_FB_1; in vnt_tx_packet()
940 tx_context->fb_option = fb_option; in vnt_tx_packet()
Ddevice.h229 u8 fb_option; member
/Linux-v5.4/drivers/staging/vt6655/
Ddevice_main.c839 u16 fb_option; in vnt_int_report_rate() local
850 fb_option = (le16_to_cpu(fifo_head->fifo_ctl) & in vnt_int_report_rate()
856 if (fb_option && !(tsr1 & TSR1_TERR)) { in vnt_int_report_rate()
866 if (fb_option & FIFOCTL_AUTO_FB_0) in vnt_int_report_rate()
868 else if (fb_option & FIFOCTL_AUTO_FB_1) in vnt_int_report_rate()