Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ti/wlcore/
Dcmd.c1703 set_bit(ch_bit_idx, (long *)wl->reg_ch_conf_pending); in wlcore_set_pending_regdomain_ch()
1745 tmp_ch_bitmap[0] |= wl->reg_ch_conf_pending[0]; in wlcore_cmd_regdomain_config_locked()
1746 tmp_ch_bitmap[1] |= wl->reg_ch_conf_pending[1]; in wlcore_cmd_regdomain_config_locked()
1782 memset(wl->reg_ch_conf_pending, 0, sizeof(wl->reg_ch_conf_pending)); in wlcore_cmd_regdomain_config_locked()
Dwlcore.h323 u32 reg_ch_conf_pending[2]; member
Dmain.c2021 memcpy(wl->reg_ch_conf_pending, wl->reg_ch_conf_last, in wlcore_op_stop_locked()
2022 sizeof(wl->reg_ch_conf_pending)); in wlcore_op_stop_locked()