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

#include <timer.h>

Data Fields

int tmr_class
 
struct snd_cardcard
 
struct modulemodule
 
int tmr_device
 
int tmr_subdevice
 
char id [64]
 
char name [80]
 
unsigned int flags
 
int running
 
unsigned long sticks
 
voidprivate_data
 
void(* private_free )(struct snd_timer *timer)
 
struct snd_timer_hardware hw
 
spinlock_t lock
 
struct list_head device_list
 
struct list_head open_list_head
 
struct list_head active_list_head
 
struct list_head ack_list_head
 
struct list_head sack_list_head
 
struct tasklet_struct task_queue
 

Detailed Description

Definition at line 72 of file timer.h.

Field Documentation

struct list_head ack_list_head

Definition at line 90 of file timer.h.

struct list_head active_list_head

Definition at line 89 of file timer.h.

Definition at line 74 of file timer.h.

Definition at line 87 of file timer.h.

unsigned int flags

Definition at line 80 of file timer.h.

Definition at line 85 of file timer.h.

char id[64]

Definition at line 78 of file timer.h.

spinlock_t lock

Definition at line 86 of file timer.h.

Definition at line 75 of file timer.h.

char name[80]

Definition at line 79 of file timer.h.

struct list_head open_list_head

Definition at line 88 of file timer.h.

void* private_data

Definition at line 83 of file timer.h.

void(* private_free)(struct snd_timer *timer)

Definition at line 84 of file timer.h.

int running

Definition at line 81 of file timer.h.

struct list_head sack_list_head

Definition at line 91 of file timer.h.

unsigned long sticks

Definition at line 82 of file timer.h.

struct tasklet_struct task_queue

Definition at line 92 of file timer.h.

int tmr_class

Definition at line 73 of file timer.h.

int tmr_device

Definition at line 76 of file timer.h.

int tmr_subdevice

Definition at line 77 of file timer.h.


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