Home
last modified time | relevance | path

Searched refs:fc_dev (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/media/pci/b2c2/
Dflexcop-pci.c70 struct flexcop_device *fc_dev; member
108 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work()
148 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr()
171 flexcop_pass_dmx_packets(fc_pci->fc_dev, in flexcop_pci_isr()
175 flexcop_pass_dmx_packets(fc_pci->fc_dev, in flexcop_pci_isr()
201 flexcop_pass_dmx_data(fc_pci->fc_dev, in flexcop_pci_isr()
212 flexcop_pass_dmx_data(fc_pci->fc_dev, in flexcop_pci_isr()
272 flexcop_sram_set_dest(fc_pci->fc_dev, FC_SRAM_DEST_MEDIA | in flexcop_pci_dma_init()
274 flexcop_sram_set_dest(fc_pci->fc_dev, FC_SRAM_DEST_CAO | in flexcop_pci_dma_init()
353 fc_pci->fc_dev = fc; in flexcop_pci_probe()
[all …]
/Linux-v4.19/drivers/media/usb/b2c2/
Dflexcop-usb.c354 fc_usb->fc_dev, b+2, 1); in flexcop_usb_process_frame()
491 flexcop_sram_set_dest(fc_usb->fc_dev, FC_SRAM_DEST_MEDIA | in flexcop_usb_transfer_init()
494 flexcop_wan_set_speed(fc_usb->fc_dev, FC_WAN_SPEED_8MBITS); in flexcop_usb_transfer_init()
495 flexcop_sram_ctrl(fc_usb->fc_dev, 1, 1, 1); in flexcop_usb_transfer_init()
547 fc_usb->fc_dev = fc; in flexcop_usb_probe()
593 flexcop_device_exit(fc_usb->fc_dev); in flexcop_usb_disconnect()
595 flexcop_device_kfree(fc_usb->fc_dev); in flexcop_usb_disconnect()
Dflexcop-usb.h29 struct flexcop_device *fc_dev; member