libhd  5.0
Data Fields
isdn_parm_s Struct Reference

ISDN configuration parameter Notes on isdn_parm_t: More...

#include <hd.h>

Data Fields

struct isdn_parm_snext
 
char * name
 parameter name More...
 
unsigned valid:1
 1: entry is valid, 0: some inconsistencies More...
 
unsigned conflict:1
 1: ressource conflict (eg. More...
 
uint64_t value
 value of the parameter More...
 
unsigned type
 CDBISDN type (P_...) More...
 
unsigned flags
 CDBISDN flags (P_...) More...
 
unsigned def_value
 default value More...
 
int alt_values
 length of alt_value[] More...
 
unsigned * alt_value
 possible values More...
 

Detailed Description

ISDN configuration parameter Notes on isdn_parm_t:

Field Documentation

◆ alt_value

unsigned* isdn_parm_s::alt_value

possible values

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

◆ alt_values

int isdn_parm_s::alt_values

length of alt_value[]

Referenced by dump_normal(), and isdn_driver().

◆ conflict

unsigned isdn_parm_s::conflict

1: ressource conflict (eg.

no free irq)

Referenced by dump_normal(), and isdn_driver().

◆ def_value

unsigned isdn_parm_s::def_value

default value

Referenced by dump_normal(), and isdn_driver().

◆ flags

unsigned isdn_parm_s::flags

CDBISDN flags (P_...)

Referenced by dump_normal(), and isdn_driver().

◆ name

char* isdn_parm_s::name

parameter name

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

◆ next

struct isdn_parm_s* isdn_parm_s::next

Referenced by dump_normal(), and free_driver_info().

◆ type

unsigned isdn_parm_s::type

CDBISDN type (P_...)

Referenced by dump_normal(), and isdn_driver().

◆ valid

unsigned isdn_parm_s::valid

1: entry is valid, 0: some inconsistencies

Referenced by dump_normal(), and isdn_driver().

◆ value

uint64_t isdn_parm_s::value

value of the parameter

Referenced by dump_normal(), and isdn_driver().


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