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

#include <ap_bus.h>

Data Fields

struct device device
 
struct ap_driverdrv
 
spinlock_t lock
 
struct list_head list
 
ap_qid_t qid
 
int queue_depth
 
int device_type
 
unsigned int functions
 
int unregistered
 
struct timer_list timeout
 
int reset
 
int queue_count
 
struct list_head pendingq
 
int pendingq_count
 
struct list_head requestq
 
int requestq_count
 
int total_request_count
 
struct ap_messagereply
 
voidprivate
 

Detailed Description

Definition at line 153 of file ap_bus.h.

Field Documentation

Definition at line 154 of file ap_bus.h.

Definition at line 161 of file ap_bus.h.

Definition at line 155 of file ap_bus.h.

unsigned int functions

Definition at line 162 of file ap_bus.h.

Definition at line 157 of file ap_bus.h.

spinlock_t lock

Definition at line 156 of file ap_bus.h.

struct list_head pendingq

Definition at line 169 of file ap_bus.h.

int pendingq_count

Definition at line 170 of file ap_bus.h.

void* private

Definition at line 177 of file ap_bus.h.

ap_qid_t qid

Definition at line 159 of file ap_bus.h.

int queue_count

Definition at line 167 of file ap_bus.h.

int queue_depth

Definition at line 160 of file ap_bus.h.

Definition at line 175 of file ap_bus.h.

struct list_head requestq

Definition at line 171 of file ap_bus.h.

int requestq_count

Definition at line 172 of file ap_bus.h.

int reset

Definition at line 165 of file ap_bus.h.

struct timer_list timeout

Definition at line 164 of file ap_bus.h.

int total_request_count

Definition at line 173 of file ap_bus.h.

int unregistered

Definition at line 163 of file ap_bus.h.


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