Searched refs:modulecb (Results 1 – 2 of 2) sorted by relevance
281 struct modulecb { struct520 struct modulecb *modulecb; member
443 kfree(wlc->modulecb); in brcms_c_detach_mfree()523 wlc->modulecb = in brcms_c_attach_malloc()524 kcalloc(BRCMS_MAXMODULES, sizeof(struct modulecb), in brcms_c_attach_malloc()526 if (wlc->modulecb == NULL) { in brcms_c_attach_malloc()5186 if (wlc->modulecb[i].down_fn) in brcms_c_down()5188 wlc->modulecb[i].down_fn(wlc->modulecb[i].hdl); in brcms_c_down()5555 if (wlc->modulecb[i].name[0] == '\0') { in brcms_c_module_register()5556 strncpy(wlc->modulecb[i].name, name, in brcms_c_module_register()5557 sizeof(wlc->modulecb[i].name) - 1); in brcms_c_module_register()5558 wlc->modulecb[i].hdl = hdl; in brcms_c_module_register()[all …]