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

#include <timer.h>

Data Fields

struct snd_timertimer
 
charowner
 
unsigned int flags
 
voidprivate_data
 
void(* private_free )(struct snd_timer_instance *ti)
 
void(* callback )(struct snd_timer_instance *timeri, unsigned long ticks, unsigned long resolution)
 
void(* ccallback )(struct snd_timer_instance *timeri, int event, struct timespec *tstamp, unsigned long resolution)
 
voidcallback_data
 
unsigned long ticks
 
unsigned long cticks
 
unsigned long pticks
 
unsigned long resolution
 
unsigned long lost
 
int slave_class
 
unsigned int slave_id
 
struct list_head open_list
 
struct list_head active_list
 
struct list_head ack_list
 
struct list_head slave_list_head
 
struct list_head slave_active_head
 
struct snd_timer_instancemaster
 

Detailed Description

Definition at line 95 of file timer.h.

Field Documentation

struct list_head ack_list

Definition at line 117 of file timer.h.

struct list_head active_list

Definition at line 116 of file timer.h.

void(* callback)(struct snd_timer_instance *timeri, unsigned long ticks, unsigned long resolution)

Definition at line 101 of file timer.h.

void* callback_data

Definition at line 107 of file timer.h.

Definition at line 103 of file timer.h.

unsigned long cticks

Definition at line 109 of file timer.h.

unsigned int flags

Definition at line 98 of file timer.h.

unsigned long lost

Definition at line 112 of file timer.h.

Definition at line 120 of file timer.h.

struct list_head open_list

Definition at line 115 of file timer.h.

char* owner

Definition at line 97 of file timer.h.

void* private_data

Definition at line 99 of file timer.h.

void(* private_free)(struct snd_timer_instance *ti)

Definition at line 100 of file timer.h.

unsigned long pticks

Definition at line 110 of file timer.h.

unsigned long resolution

Definition at line 111 of file timer.h.

struct list_head slave_active_head

Definition at line 119 of file timer.h.

int slave_class

Definition at line 113 of file timer.h.

unsigned int slave_id

Definition at line 114 of file timer.h.

struct list_head slave_list_head

Definition at line 118 of file timer.h.

unsigned long ticks

Definition at line 108 of file timer.h.

Definition at line 96 of file timer.h.


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