Go to the source code of this file.
Data Structures | |
struct | most_pci_device |
Defines | |
#define | PCI_DEV(most_device) ((struct most_pci_device *)((most_device)->impl)) |
Definition in file most-pci.h.
#define PCI_DEV | ( | most_device | ) | ((struct most_pci_device *)((most_device)->impl)) |
Returns the most_pci_device in the struct most_dev by casting the impl pointer.
Definition at line 66 of file most-pci.h.
Referenced by dma_allocate(), dma_deallocate(), probe(), read_data_8104(), readreg_8104(), readreg_int(), remove(), reset(), revision(), write_data_8104(), write_map_8104(), writereg_8104(), and writereg_int().