Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/
H A Drtw_mp.c1859 u8 rtw_mp_phl_psd_cmd(_adapter *padapter, struct rtw_mp_cal_arg *psd_arg, u8 cmdid) in rtw_mp_phl_psd_cmd() argument
1865 psd_arg->mp_class = RTW_MP_CLASS_CAL; in rtw_mp_phl_psd_cmd()
1866 psd_arg->cmd = cmdid; in rtw_mp_phl_psd_cmd()
1868 rtw_mp_set_phl_cmd(padapter, (void*)psd_arg, cmd_size); in rtw_mp_phl_psd_cmd()
1871 rtw_mp_get_phl_cmd(padapter, (void*)psd_arg, cmd_size); in rtw_mp_phl_psd_cmd()
1872 if (psd_arg->cmd_ok && psd_arg->status == RTW_PHL_STATUS_SUCCESS) { in rtw_mp_phl_psd_cmd()
1874 return psd_arg->cmd_ok; in rtw_mp_phl_psd_cmd()
1877 RTW_DBG("%s,GET CMD FAIL !!! status %d\n", __func__, psd_arg->status); in rtw_mp_phl_psd_cmd()
/OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/
H A Drtw_mp.c2000 u8 rtw_mp_phl_psd_cmd(_adapter *padapter, struct rtw_mp_cal_arg *psd_arg, u8 cmdid) in rtw_mp_phl_psd_cmd() argument
2006 psd_arg->mp_class = RTW_MP_CLASS_CAL; in rtw_mp_phl_psd_cmd()
2007 psd_arg->cmd = cmdid; in rtw_mp_phl_psd_cmd()
2009 rtw_mp_set_phl_cmd(padapter, (void*)psd_arg, cmd_size); in rtw_mp_phl_psd_cmd()
2012 rtw_mp_get_phl_cmd(padapter, (void*)psd_arg, cmd_size); in rtw_mp_phl_psd_cmd()
2013 if (psd_arg->cmd_ok && psd_arg->status == RTW_PHL_STATUS_SUCCESS) { in rtw_mp_phl_psd_cmd()
2015 return psd_arg->cmd_ok; in rtw_mp_phl_psd_cmd()
2018 RTW_DBG("%s,GET CMD FAIL !!! status %d\n", __func__, psd_arg->status); in rtw_mp_phl_psd_cmd()