63                                const char* pluginpath);
    72                      const char* pluginpath);
 void hw_print_drivers(FILE *)
Prints all drivers known to the system to the file given as argument. 
struct driver *(* plugin_guest_func)(const char *, drv_guest_func, void *)
Argument to for_each_plugin. 
int hw_choose_driver(const char *name)
Search for driver with given name, update global drv with driver data if found. 
Interface to the userspace drivers. 
struct driver *(* drv_guest_func)(struct driver *, void *)
Argument to for_each_driver(). 
void for_each_plugin(plugin_guest_func plugin_guest, void *arg, const char *pluginpath)
Apply func to all plugins (i. 
The data the driver exports i. 
const char * name
Driver name, as listed by -H help and used as argument to i –driver. 
struct driver * for_each_driver(drv_guest_func func, void *arg, const char *pluginpath)
Apply func to all existing drivers.