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 kcalloc(BRCMS_MAXMODULES, sizeof(struct modulecb), in brcms_c_attach_malloc()
520 if (wlc->modulecb == NULL) { in brcms_c_attach_malloc()
5177 if (wlc->modulecb[i].down_fn) in brcms_c_down()
5179 wlc->modulecb[i].down_fn(wlc->modulecb[i].hdl); in brcms_c_down()
5546 if (wlc->modulecb[i].name[0] == '\0') { in brcms_c_module_register()
5547 strscpy(wlc->modulecb[i].name, name, in brcms_c_module_register()
5548 sizeof(wlc->modulecb[i].name)); in brcms_c_module_register()
5549 wlc->modulecb[i].hdl = hdl; in brcms_c_module_register()
[all …]