Home
last modified time | relevance | path

Searched refs:DIDD_Table (Results 1 – 1 of 1) sorted by relevance

/linux-2.4.37.9/drivers/isdn/eicon/
Dcommon.c60 DESCRIPTOR DIDD_Table[32]; variable
66 if (tablelength > sizeof(DIDD_Table)) in DIVA_DIDD_Read()
67 tablelength = sizeof(DIDD_Table); in DIVA_DIDD_Read()
75 memcpy((void *)table, (void *)DIDD_Table, tablelength); in DIVA_DIDD_Read()
82 if (tablelength > sizeof(DIDD_Table)) in DIVA_DIDD_Write()
83 tablelength = sizeof(DIDD_Table); in DIVA_DIDD_Write()
85 memcpy((void *)DIDD_Table, (void *)table, tablelength); in DIVA_DIDD_Write()