TwiceAsNice  2019-02-18
Functions | Variables
device.c File Reference
#include "main.h"
Include dependency graph for device.c:

Functions

static int _stricmp (const char *str1, const char *str2)
 
static int _bus_width_compute (dev_data_t *dev)
 
static int _clock_max_compute (dev_data_t *dev)
 
static int _dma_compute (dev_data_t *dev)
 
static int _fifos_compute (dev_data_t *dev)
 
static int _form_factor_compute (dev_data_t *dev)
 
static int _fsr_compute (dev_data_t *dev)
 
static int _gpio_compute (dev_data_t *dev)
 
static int _irq_compute (dev_data_t *dev)
 
static int _over_under_run_compute (dev_data_t *dev)
 
static int _proc_id_str_compute (dev_data_t *dev)
 
static int _single_cycle_disable_compute (dev_data_t *dev)
 
static int _tx_auto_stop_compute (dev_data_t *dev)
 
static int _user_jumpers_compute (dev_data_t *dev)
 
static int _xcvr_compute (dev_data_t *dev)
 
int dev_device_create (dev_data_t *dev)
 
void dev_device_destroy (dev_data_t *dev)
 

Variables

const gsc_dev_id_t dev_id_list []
 

Function Documentation

◆ _bus_width_compute()

static int _bus_width_compute ( dev_data_t dev)
static

◆ _clock_max_compute()

static int _clock_max_compute ( dev_data_t dev)
static

◆ _dma_compute()

static int _dma_compute ( dev_data_t dev)
static

◆ _fifos_compute()

static int _fifos_compute ( dev_data_t dev)
static

◆ _form_factor_compute()

static int _form_factor_compute ( dev_data_t dev)
static

◆ _fsr_compute()

static int _fsr_compute ( dev_data_t dev)
static

◆ _gpio_compute()

static int _gpio_compute ( dev_data_t dev)
static

◆ _irq_compute()

static int _irq_compute ( dev_data_t dev)
static

◆ _over_under_run_compute()

static int _over_under_run_compute ( dev_data_t dev)
static

◆ _proc_id_str_compute()

static int _proc_id_str_compute ( dev_data_t dev)
static

◆ _single_cycle_disable_compute()

static int _single_cycle_disable_compute ( dev_data_t dev)
static

◆ _stricmp()

static int _stricmp ( const char *  str1,
const char *  str2 
)
static

◆ _tx_auto_stop_compute()

static int _tx_auto_stop_compute ( dev_data_t dev)
static

◆ _user_jumpers_compute()

static int _user_jumpers_compute ( dev_data_t dev)
static

◆ _xcvr_compute()

static int _xcvr_compute ( dev_data_t dev)
static

◆ dev_device_create()

int dev_device_create ( dev_data_t dev)

◆ dev_device_destroy()

void dev_device_destroy ( dev_data_t dev)

Variable Documentation

◆ dev_id_list

const gsc_dev_id_t dev_id_list[]
Initial value:
=
{
{ "HPDI32", 0x10B5, 0x9080, 0x10B5, 0x2400, GSC_DEV_TYPE_HPDI32 },
{ "HPDI32", 0x10B5, 0x9656, 0x10B5, 0x2705, GSC_DEV_TYPE_HPDI32 },
{ NULL }
}
#define NULL
Definition: PciTypes.h:160
Definition: gsc_common.h:108