need_mic          584 drivers/staging/vt6656/rxtx.c 			union vnt_tx_head *tx_head, bool need_mic)
need_mic          606 drivers/staging/vt6656/rxtx.c 	if (need_mic)
need_mic          616 drivers/staging/vt6656/rxtx.c 			union vnt_tx_head *tx_head, bool need_mic)
need_mic          633 drivers/staging/vt6656/rxtx.c 	if (need_mic)
need_mic          644 drivers/staging/vt6656/rxtx.c 		       union vnt_tx_head *tx_head, bool need_rts, bool need_mic)
need_mic          656 drivers/staging/vt6656/rxtx.c 	if (need_mic)
need_mic          684 drivers/staging/vt6656/rxtx.c 				     struct vnt_mic_hdr **mic_hdr, u32 need_mic,
need_mic          690 drivers/staging/vt6656/rxtx.c 			if (need_mic)
need_mic          695 drivers/staging/vt6656/rxtx.c 					    need_mic);
need_mic          698 drivers/staging/vt6656/rxtx.c 		if (need_mic)
need_mic          701 drivers/staging/vt6656/rxtx.c 		return vnt_rxtx_cts(tx_context, &tx_buffer->tx_head, need_mic);
need_mic          704 drivers/staging/vt6656/rxtx.c 	if (need_mic)
need_mic          707 drivers/staging/vt6656/rxtx.c 	return vnt_rxtx_ab(tx_context, &tx_buffer->tx_head, need_rts, need_mic);
need_mic          797 drivers/staging/vt6656/rxtx.c 	bool need_mic = false;
need_mic          906 drivers/staging/vt6656/rxtx.c 			need_mic = true;
need_mic          943 drivers/staging/vt6656/rxtx.c 						need_mic, need_rts);