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

#include <dev_table.h>

Data Fields

int dev
 
int priority
 
unsigned int(* tmr_start )(int dev, unsigned int usecs)
 
void(* tmr_disable )(int dev)
 
void(* tmr_restart )(int dev)
 

Detailed Description

Definition at line 332 of file dev_table.h.

Field Documentation

int dev

Definition at line 334 of file dev_table.h.

int priority

Definition at line 335 of file dev_table.h.

void(* tmr_disable)(int dev)

Definition at line 337 of file dev_table.h.

void(* tmr_restart)(int dev)

Definition at line 338 of file dev_table.h.

unsigned int(* tmr_start)(int dev, unsigned int usecs)

Definition at line 336 of file dev_table.h.


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