Searched refs:AUER_MAX_DEVICES (Results 1 – 4 of 4) sorted by relevance
44 #define AUER_MAX_DEVICES 16 macro159 extern struct auerswald *auerdev_table[AUER_MAX_DEVICES];
69 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()
59 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()
118 if ((dtindex < 0) || (dtindex >= AUER_MAX_DEVICES)) { in auerchar_open()