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

#include <fifo.h>

Data Fields

int(* prepare )(struct usbhs_pkt *pkt, int *is_done)
 
int(* try_run )(struct usbhs_pkt *pkt, int *is_done)
 
int(* dma_done )(struct usbhs_pkt *pkt, int *is_done)
 

Detailed Description

Definition at line 66 of file fifo.h.

Field Documentation

int(* dma_done)(struct usbhs_pkt *pkt, int *is_done)

Definition at line 69 of file fifo.h.

int(* prepare)(struct usbhs_pkt *pkt, int *is_done)

Definition at line 67 of file fifo.h.

int(* try_run)(struct usbhs_pkt *pkt, int *is_done)

Definition at line 68 of file fifo.h.


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