AFHBA404
AFHBA404 connects ACQ2106 to PCI-Express
Functions
afhba_devman.c File Reference
#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_DEVafhba_lookupDevice (int major)
 
struct AFHBA_DEVafhba_lookupDeviceFromClass (struct device *dev)
 
struct AFHBA_DEVafhba_lookupDevicePci (struct pci_dev *pci_dev)
 
struct AFHBA_DEVafhba_lookupDev (struct device *dev)
 

Function Documentation

◆ afhba_deleteDevice()

void afhba_deleteDevice ( struct AFHBA_DEV adev)

Definition at line 34 of file afhba_devman.c.

◆ afhba_lookupDev()

struct AFHBA_DEV* afhba_lookupDev ( struct device *  dev)

Definition at line 78 of file afhba_devman.c.

◆ afhba_lookupDevice()

struct AFHBA_DEV* afhba_lookupDevice ( int  major)

Definition at line 39 of file afhba_devman.c.

◆ afhba_lookupDeviceFromClass()

struct AFHBA_DEV* afhba_lookupDeviceFromClass ( struct device *  dev)

Definition at line 52 of file afhba_devman.c.

◆ afhba_lookupDevicePci()

struct AFHBA_DEV* afhba_lookupDevicePci ( struct pci_dev *  pci_dev)

Definition at line 65 of file afhba_devman.c.

◆ afhba_registerDevice()

int afhba_registerDevice ( struct AFHBA_DEV adev)

Definition at line 27 of file afhba_devman.c.