Home
last modified time | relevance | path

Searched refs:modulecb (Results 1 – 3 of 3) sorted by relevance

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/ !
Dwlc_alloc.c207 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()
Dwlc_main.c2190 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 …]
Dwlc_main.h341 struct modulecb { struct
644 struct modulecb *modulecb; member