Lines Matching refs:flexcop_pci
45 struct flexcop_pci { struct
79 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_read_ibi_reg() argument
94 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_write_ibi_reg()
107 struct flexcop_pci *fc_pci = in flexcop_pci_irq_check_work()
108 container_of(work, struct flexcop_pci, irq_check_work.work); in flexcop_pci_irq_check_work()
148 struct flexcop_pci *fc_pci = dev_id; in flexcop_pci_isr()
234 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_stream_control()
258 static int flexcop_pci_dma_init(struct flexcop_pci *fc_pci) in flexcop_pci_dma_init()
281 static void flexcop_pci_dma_exit(struct flexcop_pci *fc_pci) in flexcop_pci_dma_exit()
290 static int flexcop_pci_init(struct flexcop_pci *fc_pci) in flexcop_pci_init()
329 static void flexcop_pci_exit(struct flexcop_pci *fc_pci) in flexcop_pci_exit()
344 struct flexcop_pci *fc_pci; in flexcop_pci_probe()
347 if ((fc = flexcop_device_kmalloc(sizeof(struct flexcop_pci))) == NULL) { in flexcop_pci_probe()
408 struct flexcop_pci *fc_pci = pci_get_drvdata(pdev); in flexcop_pci_remove()