Searched refs:ConfigDev (Results 1 – 9 of 9) sorted by relevance
34 new = sizeof(struct ConfigDev) + off; in proc_bus_zorro_lseek()39 if (new < 0 || new > sizeof(struct ConfigDev)) in proc_bus_zorro_lseek()50 struct ConfigDev cd; in proc_bus_zorro_read()53 if (pos < 0 || pos >= sizeof(struct ConfigDev)) in proc_bus_zorro_read()55 if (nbytes > sizeof(struct ConfigDev) - pos) in proc_bus_zorro_read()56 nbytes = sizeof(struct ConfigDev) - pos; in proc_bus_zorro_read()
98 struct ConfigDev { struct108 struct ConfigDev *cd_NextCD; /* linked list of drivers to config */ argument
276 struct ConfigDev autocon[COMPAT_NUM_AUTO];
46 struct ConfigDev autocon[NUM_AUTO]; /* up to 16 autoconfig devices */
59 struct ConfigDev *esp_dev; in jazz_esp_detect()
62 struct ConfigDev *esp_dev; in sun3x_esp_detect()
105 struct ConfigDev *esp_dev; in dec_esp_detect()
198 const struct ConfigDev *cd = (struct ConfigDev *)data; in amiga_parse_bootinfo()
192 const struct ConfigDev *cd = (struct ConfigDev *)data; in amiga_parse_bootinfo()