Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/pci/b2c2/
H A Dflexcop-pci.c79 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_read_ibi_reg()
94 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_write_ibi_reg()
237 struct flexcop_pci *fc_pci = fc->bus_specific; in flexcop_pci_stream_control()
356 fc_pci = fc->bus_specific; in flexcop_pci_probe()
/openbmc/linux/drivers/media/usb/b2c2/
H A Dflexcop-usb.c71 struct flexcop_usb *fc_usb = fc->bus_specific; in flexcop_usb_readwrite_dw()
224 return flexcop_usb_memory_req(fc->bus_specific, B2C2_USB_READ_V8_MEM, in flexcop_usb_get_mac_addr()
234 struct flexcop_usb *fc_usb = i2c->fc->bus_specific; in flexcop_usb_i2c_req()
562 fc_usb = fc->bus_specific; in flexcop_usb_probe()
/openbmc/linux/drivers/media/common/b2c2/
H A Dflexcop.c231 fc->bus_specific = bus; in flexcop_device_kmalloc()
239 kfree(fc->bus_specific); in flexcop_device_kfree()
H A Dflexcop-common.h105 void *bus_specific; member