Lines Matching defs:port
46 struct gameport *port;
50 port = gameport_allocate_port();
51 if (!emu || !port) {
65 emu->gameport = port;
67 gameport_set_name(port, "EMU10K1");
68 gameport_set_phys(port, "pci%s/gameport0", pci_name(pdev));
69 port->dev.parent = &pdev->dev;
70 port->io = emu->io;
81 gameport_register_port(port);
88 gameport_free_port(port);