Home
last modified time | relevance | path

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

/openbmc/linux/drivers/staging/rtl8712/
H A Drtl871x_mp_ioctl.c489 u32 bStartTest; in oid_rt_pro_set_continuous_tx_hdl() local
493 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_continuous_tx_hdl()
494 r8712_SetContinuousTx(Adapter, (u8)bStartTest); in oid_rt_pro_set_continuous_tx_hdl()
502 u32 bStartTest; in oid_rt_pro_set_single_carrier_tx_hdl() local
506 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_single_carrier_tx_hdl()
507 r8712_SetSingleCarrierTx(Adapter, (u8)bStartTest); in oid_rt_pro_set_single_carrier_tx_hdl()
515 u32 bStartTest; in oid_rt_pro_set_carrier_suppression_tx_hdl() local
519 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_carrier_suppression_tx_hdl()
528 u32 bStartTest; in oid_rt_pro_set_single_tone_tx_hdl() local
532 bStartTest = *((u32 *)poid_par_priv->information_buf); in oid_rt_pro_set_single_tone_tx_hdl()
[all …]