Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/usb/
Dauermain.h44 #define AUER_MAX_DEVICES 16 macro
159 extern struct auerswald *auerdev_table[AUER_MAX_DEVICES];
Dauermain.c69 struct auerswald *auerdev_table[AUER_MAX_DEVICES];
624 for (dtindex = 0; dtindex < AUER_MAX_DEVICES; ++dtindex) { in auerswald_probe()
628 if (dtindex >= AUER_MAX_DEVICES) { in auerswald_probe()
629 err("more than %d devices plugged in, can not handle this device", AUER_MAX_DEVICES); in auerswald_probe()
Dauerisdn.c59 static struct auerhisax auerhisax_table[AUER_MAX_DEVICES];
884 for (u = 0; u < AUER_MAX_DEVICES; u++) { in auerisdn_probe()
1047 for (u = 0; u < AUER_MAX_DEVICES; u++) { in auerisdn_init()
1066 for (i = AUER_MAX_DEVICES - 1; i >= 0; i--) { in auerisdn_cleanup()
Dauerchar.c118 if ((dtindex < 0) || (dtindex >= AUER_MAX_DEVICES)) { in auerchar_open()