Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dcmd.c1683 set_bit(ch_bit_idx, (long *)wl->reg_ch_conf_pending); in wlcore_set_pending_regdomain_ch()
1725 tmp_ch_bitmap[0] |= wl->reg_ch_conf_pending[0]; in wlcore_cmd_regdomain_config_locked()
1726 tmp_ch_bitmap[1] |= wl->reg_ch_conf_pending[1]; in wlcore_cmd_regdomain_config_locked()
1762 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.c2056 memcpy(wl->reg_ch_conf_pending, wl->reg_ch_conf_last, in wlcore_op_stop_locked()
2057 sizeof(wl->reg_ch_conf_pending)); in wlcore_op_stop_locked()