Lines Matching defs:dev
50 setup_vga_console(struct pcdp_device *dev)
55 if_ptr = ((u8 *)dev + sizeof(struct pcdp_device));
90 struct pcdp_device *dev, *end;
121 for (dev = (struct pcdp_device *) (pcdp->uart + pcdp->num_uarts);
122 dev < end;
123 dev = (struct pcdp_device *) ((u8 *) dev + dev->length)) {
124 if (dev->flags & PCDP_PRIMARY_CONSOLE) {
125 if (dev->type == PCDP_CONSOLE_VGA) {
126 rc = setup_vga_console(dev);