libhd  5.0
Functions | Variables

Serial device interface. More...

Functions

static void get_serial_info (hd_data_t *hd_data)
 
static serial_tadd_serial_entry (serial_t **ser, serial_t *new_ser)
 
static void dump_serial_data (hd_data_t *hd_data)
 
void hd_scan_serial (hd_data_t *hd_data)
 

Variables

static char * ser_names []
 

Detailed Description

Serial device interface.

Function Documentation

◆ add_serial_entry()

serial_t * add_serial_entry ( serial_t **  ser,
serial_t new_ser 
)
static

References s_serial_t::next.

Referenced by get_serial_info().

◆ dump_serial_data()

void dump_serial_data ( hd_data_t hd_data)
static

◆ get_serial_info()

void get_serial_info ( hd_data_t hd_data)
static

◆ hd_scan_serial()

void hd_scan_serial ( hd_data_t hd_data)

Variable Documentation

◆ ser_names

char* ser_names[]
static
Initial value:
= {
"8250", "16450", "16550", "16650", "16750", "16850", "16950"
}

Referenced by hd_scan_serial().