Searched refs:fc_dev (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/media/pci/b2c2/ |
A D | flexcop-pci.c | 71 struct flexcop_device *fc_dev; member 109 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_irq_check_work() 149 struct flexcop_device *fc = fc_pci->fc_dev; in flexcop_pci_isr() 172 flexcop_pass_dmx_packets(fc_pci->fc_dev, in flexcop_pci_isr() 176 flexcop_pass_dmx_packets(fc_pci->fc_dev, in flexcop_pci_isr() 202 flexcop_pass_dmx_data(fc_pci->fc_dev, in flexcop_pci_isr() 213 flexcop_pass_dmx_data(fc_pci->fc_dev, in flexcop_pci_isr() 275 flexcop_sram_set_dest(fc_pci->fc_dev, FC_SRAM_DEST_CAO | in flexcop_pci_dma_init() 354 fc_pci->fc_dev = fc; in flexcop_pci_probe() 414 flexcop_device_exit(fc_pci->fc_dev); in flexcop_pci_remove() [all …]
|
/linux/drivers/media/usb/b2c2/ |
A D | flexcop-usb.c | 354 fc_usb->fc_dev, b+2, 1); in flexcop_usb_process_frame() 490 flexcop_sram_set_dest(fc_usb->fc_dev, FC_SRAM_DEST_MEDIA | in flexcop_usb_transfer_init() 493 flexcop_wan_set_speed(fc_usb->fc_dev, FC_WAN_SPEED_8MBITS); in flexcop_usb_transfer_init() 494 flexcop_sram_ctrl(fc_usb->fc_dev, 1, 1, 1); in flexcop_usb_transfer_init() 557 fc_usb->fc_dev = fc; in flexcop_usb_probe() 603 flexcop_device_exit(fc_usb->fc_dev); in flexcop_usb_disconnect() 605 flexcop_device_kfree(fc_usb->fc_dev); in flexcop_usb_disconnect()
|
A D | flexcop-usb.h | 29 struct flexcop_device *fc_dev; member
|
Completed in 7 milliseconds