Searched refs:wlc_cm (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | channel.c | 230 struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr, in brcms_c_channel_min_txpower_limits_with_local_constraint() 309 brcms_c_set_country(struct brcms_cm_info *wlc_cm, in brcms_c_set_country() argument 312 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_set_country() 328 struct brcms_cm_info *wlc_cm; in brcms_c_channel_mgr_attach() local 334 wlc_cm = kzalloc(sizeof(struct brcms_cm_info), GFP_ATOMIC); in brcms_c_channel_mgr_attach() 335 if (wlc_cm == NULL) in brcms_c_channel_mgr_attach() 337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach() 338 wlc_cm->wlc = wlc; in brcms_c_channel_mgr_attach() 339 wlc->cmi = wlc_cm; in brcms_c_channel_mgr_attach() 342 wlc_cm in brcms_c_channel_mgr_attach() 229 brcms_c_channel_min_txpower_limits_with_local_constraint( struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr, u8 local_constraint_qdbm) brcms_c_channel_min_txpower_limits_with_local_constraint() argument 367 brcms_c_channel_mgr_detach(struct brcms_cm_info *wlc_cm) brcms_c_channel_mgr_detach() argument 373 brcms_c_channel_set_chanspec(struct brcms_cm_info *wlc_cm, u16 chanspec, u8 local_constraint_qdbm) brcms_c_channel_set_chanspec() argument 398 brcms_c_channel_reg_limits(struct brcms_cm_info *wlc_cm, u16 chanspec, struct txpwr_limits *txpwr) brcms_c_channel_reg_limits() argument 602 brcms_c_valid_chanspec_ext(struct brcms_cm_info *wlc_cm, u16 chspec) brcms_c_valid_chanspec_ext() argument 621 brcms_c_valid_chanspec_db(struct brcms_cm_info *wlc_cm, u16 chspec) brcms_c_valid_chanspec_db() argument [all...] |
H A D | channel.h | 37 void brcms_c_channel_mgr_detach(struct brcms_cm_info *wlc_cm); 39 bool brcms_c_valid_chanspec_db(struct brcms_cm_info *wlc_cm, u16 chspec); 41 void brcms_c_channel_reg_limits(struct brcms_cm_info *wlc_cm, u16 chanspec, 43 void brcms_c_channel_set_chanspec(struct brcms_cm_info *wlc_cm, u16 chanspec,
|
/kernel/linux/linux-6.6/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
H A D | channel.c | 230 struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr, in brcms_c_channel_min_txpower_limits_with_local_constraint() 309 brcms_c_set_country(struct brcms_cm_info *wlc_cm, in brcms_c_set_country() argument 312 struct brcms_c_info *wlc = wlc_cm->wlc; in brcms_c_set_country() 328 struct brcms_cm_info *wlc_cm; in brcms_c_channel_mgr_attach() local 334 wlc_cm = kzalloc(sizeof(struct brcms_cm_info), GFP_ATOMIC); in brcms_c_channel_mgr_attach() 335 if (wlc_cm == NULL) in brcms_c_channel_mgr_attach() 337 wlc_cm->pub = pub; in brcms_c_channel_mgr_attach() 338 wlc_cm->wlc = wlc; in brcms_c_channel_mgr_attach() 339 wlc->cmi = wlc_cm; in brcms_c_channel_mgr_attach() 342 wlc_cm in brcms_c_channel_mgr_attach() 229 brcms_c_channel_min_txpower_limits_with_local_constraint( struct brcms_cm_info *wlc_cm, struct txpwr_limits *txpwr, u8 local_constraint_qdbm) brcms_c_channel_min_txpower_limits_with_local_constraint() argument 367 brcms_c_channel_mgr_detach(struct brcms_cm_info *wlc_cm) brcms_c_channel_mgr_detach() argument 373 brcms_c_channel_set_chanspec(struct brcms_cm_info *wlc_cm, u16 chanspec, u8 local_constraint_qdbm) brcms_c_channel_set_chanspec() argument 398 brcms_c_channel_reg_limits(struct brcms_cm_info *wlc_cm, u16 chanspec, struct txpwr_limits *txpwr) brcms_c_channel_reg_limits() argument 602 brcms_c_valid_chanspec_ext(struct brcms_cm_info *wlc_cm, u16 chspec) brcms_c_valid_chanspec_ext() argument 621 brcms_c_valid_chanspec_db(struct brcms_cm_info *wlc_cm, u16 chspec) brcms_c_valid_chanspec_db() argument [all...] |
H A D | channel.h | 37 void brcms_c_channel_mgr_detach(struct brcms_cm_info *wlc_cm); 39 bool brcms_c_valid_chanspec_db(struct brcms_cm_info *wlc_cm, u16 chspec); 41 void brcms_c_channel_reg_limits(struct brcms_cm_info *wlc_cm, u16 chanspec, 43 void brcms_c_channel_set_chanspec(struct brcms_cm_info *wlc_cm, u16 chanspec,
|
Completed in 2 milliseconds