Lines Matching defs:pdev
1492 struct pci_dev *pdev = priv->dev;
1500 pci_read_config_word(pdev, config_base + 4, &iobase);
1502 pci_dbg(pdev, "idx=%d iobase=0x%x", idx, iobase);
1508 data = devm_kzalloc(&pdev->dev, sizeof(u8), GFP_KERNEL);
1598 struct pci_dev *pdev = priv->dev;
1601 data = devm_kzalloc(&pdev->dev, sizeof(*data), GFP_KERNEL);
1611 port->port.mapbase = pci_resource_start(pdev, 0) + 8 * idx;
4149 struct pci_dev *pdev = to_pci_dev(dev);
4150 struct serial_private *priv = pci_get_drvdata(pdev);
4157 err = pci_enable_device(pdev);
4160 pci_err(pdev, "Unable to re-enable ports, trying to continue.\n");