Searched defs:modulecb (Results 1 – 1 of 1) sorted by relevance
341 struct modulecb { struct342 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 returned644 struct modulecb *modulecb; member