libhd
5.0
|
isdn info More...
#include <hd.h>
Data Fields | |
union driver_info_u * | next |
enum driver_info_type | type |
driver info type More... | |
str_list_t * | hddb0 |
str_list_t * | hddb1 |
the actual driver database entries More... | |
int | i4l_type |
int | i4l_subtype |
I4L types. More... | |
char * | i4l_name |
I4L card name. More... | |
isdn_parm_t * | params |
isdn parameters More... | |
isdn info
str_list_t* driver_info_isdn_t::hddb0 |
str_list_t * driver_info_isdn_t::hddb1 |
the actual driver database entries
char* driver_info_isdn_t::i4l_name |
I4L card name.
Referenced by dump_normal(), free_driver_info(), and isdn_driver().
int driver_info_isdn_t::i4l_subtype |
I4L types.
Referenced by dump_normal(), and isdn_driver().
int driver_info_isdn_t::i4l_type |
Referenced by dump_normal(), and isdn_driver().
union driver_info_u* driver_info_isdn_t::next |
isdn_parm_t* driver_info_isdn_t::params |
isdn parameters
Referenced by dump_normal(), free_driver_info(), and isdn_driver().
enum driver_info_type driver_info_isdn_t::type |
driver info type
Referenced by isdn_driver().