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

Data Fields

char name [128]
 
char phys [64]
 
unsigned short keymap [ARRAY_SIZE(keyspan_key_table)]
 
struct usb_device * udev
 
struct input_dev * input
 
struct usb_interfaceinterface
 
struct usb_endpoint_descriptorin_endpoint
 
struct urbirq_urb
 
int open
 
dma_addr_t in_dma
 
unsigned charin_buffer
 
struct bit_tester data
 
int stage
 
int toggle
 

Detailed Description

Definition at line 111 of file keyspan_remote.c.

Field Documentation

Definition at line 125 of file keyspan_remote.c.

unsigned char* in_buffer

Definition at line 122 of file keyspan_remote.c.

dma_addr_t in_dma

Definition at line 121 of file keyspan_remote.c.

Definition at line 118 of file keyspan_remote.c.

struct input_dev* input

Definition at line 116 of file keyspan_remote.c.

Definition at line 117 of file keyspan_remote.c.

struct urb* irq_urb

Definition at line 119 of file keyspan_remote.c.

unsigned short keymap[ARRAY_SIZE(keyspan_key_table)]

Definition at line 114 of file keyspan_remote.c.

char name[128]

Definition at line 112 of file keyspan_remote.c.

int open

Definition at line 120 of file keyspan_remote.c.

char phys[64]

Definition at line 113 of file keyspan_remote.c.

int stage

Definition at line 126 of file keyspan_remote.c.

int toggle

Definition at line 127 of file keyspan_remote.c.

struct usb_device* udev

Definition at line 115 of file keyspan_remote.c.


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