AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
|
#include "acq-fiber-hba.h"
Go to the source code of this file.
Functions | |
int | afhba_registerDevice (struct AFHBA_DEV *adev) |
void | afhba_deleteDevice (struct AFHBA_DEV *adev) |
struct AFHBA_DEV * | afhba_lookupDevice (int major) |
struct AFHBA_DEV * | afhba_lookupDeviceFromClass (struct device *dev) |
struct AFHBA_DEV * | afhba_lookupDevicePci (struct pci_dev *pci_dev) |
struct AFHBA_DEV * | afhba_lookupDev (struct device *dev) |
void afhba_deleteDevice | ( | struct AFHBA_DEV * | adev | ) |
Definition at line 34 of file afhba_devman.c.
struct AFHBA_DEV* afhba_lookupDev | ( | struct device * | dev | ) |
Definition at line 78 of file afhba_devman.c.
struct AFHBA_DEV* afhba_lookupDevice | ( | int | major | ) |
Definition at line 39 of file afhba_devman.c.
struct AFHBA_DEV* afhba_lookupDeviceFromClass | ( | struct device * | dev | ) |
Definition at line 52 of file afhba_devman.c.
struct AFHBA_DEV* afhba_lookupDevicePci | ( | struct pci_dev * | pci_dev | ) |
Definition at line 65 of file afhba_devman.c.
int afhba_registerDevice | ( | struct AFHBA_DEV * | adev | ) |
Definition at line 27 of file afhba_devman.c.