Home
last modified time | relevance | path

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

/linux-3.4.99/drivers/staging/rtl8712/
Drtl871x_mp_ioctl.c534 u32 bStartTest; in oid_rt_pro_set_continuous_tx_hdl() local
538 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_continuous_tx_hdl()
539 r8712_SetContinuousTx(Adapter, (u8)bStartTest); in oid_rt_pro_set_continuous_tx_hdl()
548 u32 bStartTest; in oid_rt_pro_set_single_carrier_tx_hdl() local
552 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_single_carrier_tx_hdl()
553 r8712_SetSingleCarrierTx(Adapter, (u8)bStartTest); in oid_rt_pro_set_single_carrier_tx_hdl()
562 u32 bStartTest; in oid_rt_pro_set_carrier_suppression_tx_hdl() local
566 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_carrier_suppression_tx_hdl()
567 r8712_SetCarrierSuppressionTx(Adapter, (u8)bStartTest); in oid_rt_pro_set_carrier_suppression_tx_hdl()
576 u32 bStartTest; in oid_rt_pro_set_single_tone_tx_hdl() local
[all …]