driver_info_module_t Struct Reference
[Driver information]

module info More...

#include <hd.h>


Data Fields

union driver_info_unext
enum driver_info_type type
 driver info type
str_list_thddb0
str_list_thddb1
 the actual driver database entries
unsigned active:1
 if module is currently active
unsigned modprobe:1
 modprobe or insmod
str_list_tnames
 (ordered) list of module names
str_list_tmod_args
 list of module args (corresponds to the module name list)
char * conf
 conf.modules entry, if any (e.g.


Detailed Description

module info

Field Documentation

driver info type

Referenced by expand_driver_info().

the actual driver database entries

Referenced by expand_driver_info().

if module is currently active

Referenced by dump_normal(), and expand_driver_info().

modprobe or insmod

Referenced by dump_normal(), hd_module_list(), and hddb_to_device_driver().

(ordered) list of module names

Referenced by dump_normal(), expand_driver_info(), free_driver_info(), hd_module_list(), and int_wlan().

list of module args (corresponds to the module name list)

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().

conf.modules entry, if any (e.g.

for sb.o)

Referenced by dump_normal(), expand_driver_info(), and free_driver_info().


The documentation for this struct was generated from the following file: