Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
H A Dmain.h281 struct modulecb { struct
520 struct modulecb *modulecb; member
H A Dmain.c437 kfree(wlc->modulecb); in brcms_c_detach_mfree()
517 wlc->modulecb = in brcms_c_attach_malloc()
518 kzalloc_objs(struct modulecb, BRCMS_MAXMODULES, GFP_ATOMIC); in brcms_c_attach_malloc()
519 if (wlc->modulecb == NULL) { in brcms_c_attach_malloc()
5176 if (wlc->modulecb[i].down_fn) in brcms_c_down()
5178 wlc->modulecb[i].down_fn(wlc->modulecb[i].hdl); in brcms_c_down()
5545 if (wlc->modulecb[i].name[0] == '\0') { in brcms_c_module_register()
5546 strscpy(wlc->modulecb[i].name, name, in brcms_c_module_register()
5547 sizeof(wlc->modulecb[i].name)); in brcms_c_module_register()
5548 wlc->modulecb[i].hdl = hdl; in brcms_c_module_register()
[all …]