Lines Matching refs:pci_device
68 struct pci_dev *pci_device;
248 dev_err(&lynx->pci_device->dev,
253 dev_err(&lynx->pci_device->dev,
507 free_irq(lynx->pci_device->irq, lynx);
514 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl),
516 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl),
518 dma_free_coherent(&lynx->pci_device->dev, PAGE_SIZE, lynx->rcv_buffer,
552 lynx->pci_device = dev;
567 lynx->rcv_start_pcl = dma_alloc_coherent(&lynx->pci_device->dev,
571 lynx->rcv_pcl = dma_alloc_coherent(&lynx->pci_device->dev,
574 lynx->rcv_buffer = dma_alloc_coherent(&lynx->pci_device->dev,
670 free_irq(lynx->pci_device->irq, lynx);
674 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl),
678 dma_free_coherent(&lynx->pci_device->dev, sizeof(struct pcl),
681 dma_free_coherent(&lynx->pci_device->dev, PAGE_SIZE,