Lines Matching defs:port
43 struct gameport *port;
47 port = gameport_allocate_port();
48 if (!emu || !port) {
62 emu->gameport = port;
64 gameport_set_name(port, "EMU10K1");
65 gameport_set_phys(port, "pci%s/gameport0", pci_name(pdev));
66 port->dev.parent = &pdev->dev;
67 port->io = emu->io;
78 gameport_register_port(port);
85 gameport_free_port(port);