Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/staging/brcm80211/brcmsmac/
Dwlc_main.h341 struct modulecb { struct
342 char name[32]; /* module name : NULL indicates empty array member */
343 const bcm_iovar_t *iovars; /* iovar table */
344 void *hdl; /* handle passed when handler 'doiovar' is called */
345 watchdog_fn_t watchdog_fn; /* watchdog handler */
346 iovar_fn_t iovar_fn; /* iovar handler */
347 down_fn_t down_fn; /* down handler. Note: the int returned
644 struct modulecb *modulecb; member