Searched refs:modulecb (Results 1 – 3 of 3) sorted by relevance
207 wlc->modulecb = wlc_calloc(unit, in wlc_attach_malloc()208 sizeof(struct modulecb) * WLC_MAXMODULES); in wlc_attach_malloc()209 if (wlc->modulecb == NULL) { in wlc_attach_malloc()305 kfree(wlc->modulecb); in wlc_detach_mfree()
2190 ASSERT(wlc->modulecb[i].name[0] == '\0'); in wlc_detach()2508 if (wlc->modulecb[i].watchdog_fn) in wlc_watchdog()2509 wlc->modulecb[i].watchdog_fn(wlc->modulecb[i].hdl); in wlc_watchdog()2696 if (wlc->modulecb[i].down_fn) in wlc_down()2698 wlc->modulecb[i].down_fn(wlc->modulecb[i].hdl); in wlc_down()4301 if (wlc->modulecb[i].name[0] == '\0') { in wlc_module_register()4302 strncpy(wlc->modulecb[i].name, name, in wlc_module_register()4303 sizeof(wlc->modulecb[i].name) - 1); in wlc_module_register()4304 wlc->modulecb[i].iovars = iovars; in wlc_module_register()4305 wlc->modulecb[i].hdl = hdl; in wlc_module_register()[all …]
341 struct modulecb { struct644 struct modulecb *modulecb; member