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

#include <adb.h>

Data Fields

unsigned char data [32]
 
int nbytes
 
unsigned char reply [32]
 
int reply_len
 
unsigned char reply_expected
 
unsigned char sent
 
unsigned char complete
 
void(* done )(struct adb_request *)
 
voidarg
 
struct adb_requestnext
 

Detailed Description

Definition at line 10 of file adb.h.

Field Documentation

void* arg

Definition at line 19 of file adb.h.

unsigned char complete

Definition at line 17 of file adb.h.

unsigned char data[32]

Definition at line 11 of file adb.h.

void(* done)(struct adb_request *)

Definition at line 18 of file adb.h.

int nbytes

Definition at line 12 of file adb.h.

Definition at line 20 of file adb.h.

unsigned char reply[32]

Definition at line 13 of file adb.h.

unsigned char reply_expected

Definition at line 15 of file adb.h.

int reply_len

Definition at line 14 of file adb.h.

unsigned char sent

Definition at line 16 of file adb.h.


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