Searched refs:modulecb (Results 1 – 2 of 2) sorted by relevance
281 struct modulecb { struct520 struct modulecb *modulecb; member
437 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 …]