| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/phl/ |
| H A D | phl_chan.c | 185 &ch_param->new_chdef, &chctx_result)) { in phl_cmd_chg_op_chdef_start_hdl() 191 _os_mem_cpy(drv, &ch_param->wrole->chandef, &ch_param->new_chdef, in phl_cmd_chg_op_chdef_start_hdl() 194 _os_mem_cpy(drv, &sta->chandef, &ch_param->new_chdef, in phl_cmd_chg_op_chdef_start_hdl() 225 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout, in rtw_phl_cmd_chg_op_chdef() argument 239 _os_mem_cpy(drv, ¶m->new_chdef, new_chdef, in rtw_phl_cmd_chg_op_chdef()
|
| H A D | phl_api.h | 282 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout,
|
| H A D | phl_mr.c | 859 if(ch_param->new_chdef.chan == ch_param->ori_chdef.chan) { in _mrc_module_chg_op_chdef_end_pre_hdlr() 911 if (ch_param->new_chdef.chan == ch_param->ori_chdef.chan) { in _mrc_module_chg_op_chdef_start_hdlr()
|
| H A D | phl_def.h | 84 struct rtw_chan_def new_chdef; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/phl/ |
| H A D | phl_chan.c | 185 &ch_param->new_chdef, &chctx_result)) { in phl_cmd_chg_op_chdef_start_hdl() 191 _os_mem_cpy(drv, &ch_param->wrole->chandef, &ch_param->new_chdef, in phl_cmd_chg_op_chdef_start_hdl() 194 _os_mem_cpy(drv, &sta->chandef, &ch_param->new_chdef, in phl_cmd_chg_op_chdef_start_hdl() 225 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout, in rtw_phl_cmd_chg_op_chdef() argument 239 _os_mem_cpy(drv, ¶m->new_chdef, new_chdef, in rtw_phl_cmd_chg_op_chdef()
|
| H A D | phl_api.h | 285 struct rtw_chan_def *new_chdef, bool cmd_wait, u32 cmd_timeout,
|
| H A D | phl_mr.c | 859 if(ch_param->new_chdef.chan == ch_param->ori_chdef.chan) { in _mrc_module_chg_op_chdef_end_pre_hdlr() 911 if (ch_param->new_chdef.chan == ch_param->ori_chdef.chan) { in _mrc_module_chg_op_chdef_start_hdlr()
|
| H A D | phl_def.h | 84 struct rtw_chan_def new_chdef; member
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852bs/core/ |
| H A D | rtw_wlan_util.c | 1754 struct rtw_chan_def new_chdef = {0}; in rtw_check_bcn_info() local 1806 rtw_phl_mr_get_chandef(d->phl, adapter->phl_role, &new_chdef); in rtw_check_bcn_info() 1807 rtw_mi_update_union_chan_inf(adapter, new_chdef.chan, (u8)new_chdef.offset, (u8)new_chdef.bw); in rtw_check_bcn_info() 1812 , ifbmp_m, 0, new_chdef.chan, REQ_BW_ORI, REQ_OFFSET_NONE); in rtw_check_bcn_info() 1819 rtw_set_chbw_cmd(adapter, new_chdef.chan, (u8)new_chdef.bw, (u8)new_chdef.offset, 0); in rtw_check_bcn_info() 1822 (u8)new_chdef.bw, (u8)new_chdef.offset); in rtw_check_bcn_info()
|
| /OK3568_Linux_fs/external/rkwifibt/drivers/rtl8852be/core/ |
| H A D | rtw_wlan_util.c | 1809 struct rtw_chan_def new_chdef = {0}; in rtw_check_bcn_info() local 1861 rtw_phl_mr_get_chandef(d->phl, adapter->phl_role, &new_chdef); in rtw_check_bcn_info() 1862 rtw_mi_update_union_chan_inf(adapter, new_chdef.chan, (u8)new_chdef.offset, (u8)new_chdef.bw); in rtw_check_bcn_info() 1867 , ifbmp_m, 0, new_chdef.chan, REQ_BW_ORI, REQ_OFFSET_NONE); in rtw_check_bcn_info() 1874 rtw_set_chbw_cmd(adapter, new_chdef.chan, (u8)new_chdef.bw, (u8)new_chdef.offset, 0); in rtw_check_bcn_info() 1877 (u8)new_chdef.bw, (u8)new_chdef.offset); in rtw_check_bcn_info()
|