Home
last modified time | relevance | path

Searched refs:bus_specific (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/media/dvb/b2c2/
Dflexcop-pci.c78 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_read_ibi_reg()
93 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_write_ibi_reg()
234 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_stream_control()
355 fc_pci = fc->bus_specific; in flexcop_pci_probe()
Dflexcop-usb.c71 struct flexcop_usb *fc_usb = fc->bus_specific; in flexcop_usb_readwrite_dw()
194 return flexcop_usb_memory_req(fc->bus_specific, B2C2_USB_READ_V8_MEM, in flexcop_usb_get_mac_addr()
227 struct flexcop_usb *fc_usb = i2c->fc->bus_specific; in flexcop_usb_i2c_req()
520 fc_usb = fc->bus_specific; in flexcop_usb_probe()
Dflexcop.c244 fc->bus_specific = bus; in flexcop_device_kmalloc()
252 kfree(fc->bus_specific); in flexcop_device_kfree()
Dflexcop-common.h104 void *bus_specific; member