Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
uart_driver Struct Reference

#include <serial_core.h>

Data Fields

struct moduleowner
 
const chardriver_name
 
const chardev_name
 
int major
 
int minor
 
int nr
 
struct consolecons
 
struct uart_statestate
 
struct tty_drivertty_driver
 

Detailed Description

Definition at line 226 of file serial_core.h.

Field Documentation

struct console* cons

Definition at line 233 of file serial_core.h.

const char* dev_name

Definition at line 229 of file serial_core.h.

const char* driver_name

Definition at line 228 of file serial_core.h.

int major

Definition at line 230 of file serial_core.h.

int minor

Definition at line 231 of file serial_core.h.

int nr

Definition at line 232 of file serial_core.h.

struct module* owner

Definition at line 227 of file serial_core.h.

Definition at line 239 of file serial_core.h.

Definition at line 240 of file serial_core.h.


The documentation for this struct was generated from the following file: