TwiceAsNice  2019-02-18
Functions
id.c File Reference
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "main.h"
Include dependency graph for id.c:

Functions

static int _buswidth (int fd)
 
static int _clocking (int fd)
 
static int _fifo_size (int fd)
 
static int _form_factor (int fd)
 
static int _xcvr_type (int fd)
 
static int _supported (int fd, long cmd, const char *yes, const char *no, const char *title)
 
static int _id_board_frr (int fd)
 
static int _id_board_fsr (int fd)
 
static int _register_map (int fd)
 
int id_device (int fd)
 

Function Documentation

◆ _buswidth()

static int _buswidth ( int  fd)
static

◆ _clocking()

static int _clocking ( int  fd)
static

◆ _fifo_size()

static int _fifo_size ( int  fd)
static

◆ _form_factor()

static int _form_factor ( int  fd)
static

◆ _id_board_frr()

static int _id_board_frr ( int  fd)
static

◆ _id_board_fsr()

static int _id_board_fsr ( int  fd)
static

◆ _register_map()

static int _register_map ( int  fd)
static

◆ _supported()

static int _supported ( int  fd,
long  cmd,
const char *  yes,
const char *  no,
const char *  title 
)
static

◆ _xcvr_type()

static int _xcvr_type ( int  fd)
static

◆ id_device()

int id_device ( int  fd)