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 kzalloc(sizeof(struct modulecb) * BRCMS_MAXMODULES, GFP_ATOMIC); in brcms_c_attach_malloc()525 if (wlc->modulecb == NULL) { in brcms_c_attach_malloc()5214 if (wlc->modulecb[i].down_fn) in brcms_c_down()5216 wlc->modulecb[i].down_fn(wlc->modulecb[i].hdl); in brcms_c_down()5606 if (wlc->modulecb[i].name[0] == '\0') { in brcms_c_module_register()5607 strncpy(wlc->modulecb[i].name, name, in brcms_c_module_register()5608 sizeof(wlc->modulecb[i].name) - 1); in brcms_c_module_register()5609 wlc->modulecb[i].hdl = hdl; in brcms_c_module_register()[all …]