Searched refs:AuraPortRoot (Results 1 – 6 of 6) sorted by relevance
/linux-2.4.37.9/drivers/net/wan/8253x/ |
D | 8253xini.c | 76 SAB_PORT *AuraPortRoot = NULL; /* ports grouped by board and by chip, chip0, chip1, etc */ variable 430 pptr->next = AuraPortRoot; in CreateESCC2Port() 431 AuraPortRoot = pptr; in CreateESCC2Port() 645 pptr->next = AuraPortRoot; in CreateESCC8Port() 646 AuraPortRoot = pptr; in CreateESCC8Port() 849 pptr->next = AuraPortRoot; in CreateESCC8PortWithCIM() 850 AuraPortRoot = pptr; in CreateESCC8PortWithCIM() 2232 AuraPortRoot = NULL; in init_module() 2331 for(portno = 0, portptr = AuraPortRoot; portptr != NULL; ++portno, portptr = portptr->next) in init_module() 2339 for(portno = 0, portptr = AuraPortRoot; portptr != NULL; ++portno, portptr = portptr->next) in init_module() [all …]
|
D | 8253xchr.c | 591 for(counter = 0, port = AuraPortRoot; in sab8253xc_open()
|
D | 8253x.h | 926 extern SAB_PORT *AuraPortRoot;
|
D | 8253xtty.c | 2093 for(counter = 0, port = AuraPortRoot; in sab8253x_open() 2273 extern struct sab_port * AuraPortRoot; in sab8253x_read_proc() 2274 struct sab_port *port = AuraPortRoot; in sab8253x_read_proc()
|
D | 8253xsyn.c | 1170 for(counter = 0, port = AuraPortRoot; in sab8253x_openS()
|
D | sab8253xds.txt | 4504 while(AuraPortRoot) /* free up port memory */ 4508 portptr = AuraPortRoot; 4510 AuraPortRoot = portptr->next;
|