Lines Matching refs:flexcop_pci
45 struct flexcop_pci {
79 struct flexcop_pci *fc_pci = fc->bus_specific;
94 struct flexcop_pci *fc_pci = fc->bus_specific;
107 struct flexcop_pci *fc_pci =
108 container_of(work, struct flexcop_pci, irq_check_work.work);
148 struct flexcop_pci *fc_pci = dev_id;
237 struct flexcop_pci *fc_pci = fc->bus_specific;
261 static int flexcop_pci_dma_init(struct flexcop_pci *fc_pci)
284 static void flexcop_pci_dma_exit(struct flexcop_pci *fc_pci)
293 static int flexcop_pci_init(struct flexcop_pci *fc_pci)
332 static void flexcop_pci_exit(struct flexcop_pci *fc_pci)
347 struct flexcop_pci *fc_pci;
350 if ((fc = flexcop_device_kmalloc(sizeof(struct flexcop_pci))) == NULL) {
411 struct flexcop_pci *fc_pci = pci_get_drvdata(pdev);