Linux Kernel
3.7.1
|
#include <bestcomm.h>
Data Fields | |
unsigned int | tasknum |
unsigned int | flags |
int | irq |
struct bcom_bd * | bd |
phys_addr_t | bd_pa |
void ** | cookie |
unsigned short | index |
unsigned short | outdex |
unsigned int | num_bd |
unsigned int | bd_size |
void * | priv |
struct bcom_task - Structure describing a loaded BestComm task
This structure is never built by the driver it self. It's built and filled the intermediate layer of the BestComm API, the task dependent support code.
Most likely you don't need to poke around inside this structure. The fields are exposed in the header just for the sake of inline functions
Definition at line 47 of file bestcomm.h.
Definition at line 52 of file bestcomm.h.
phys_addr_t bd_pa |
Definition at line 53 of file bestcomm.h.
unsigned int bd_size |
Definition at line 58 of file bestcomm.h.
void** cookie |
Definition at line 54 of file bestcomm.h.
unsigned int flags |
Definition at line 49 of file bestcomm.h.
unsigned short index |
Definition at line 55 of file bestcomm.h.
int irq |
Definition at line 50 of file bestcomm.h.
unsigned int num_bd |
Definition at line 57 of file bestcomm.h.
unsigned short outdex |
Definition at line 56 of file bestcomm.h.
Definition at line 60 of file bestcomm.h.
unsigned int tasknum |
Definition at line 48 of file bestcomm.h.