Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Macros | Functions
seq_oss_timer.h File Reference
#include "seq_oss_device.h"

Go to the source code of this file.

Data Structures

struct  seq_oss_timer
 

Macros

#define snd_seq_oss_timer_reset   snd_seq_oss_timer_start
 

Functions

struct seq_oss_timersnd_seq_oss_timer_new (struct seq_oss_devinfo *dp)
 
void snd_seq_oss_timer_delete (struct seq_oss_timer *dp)
 
int snd_seq_oss_timer_start (struct seq_oss_timer *timer)
 
int snd_seq_oss_timer_stop (struct seq_oss_timer *timer)
 
int snd_seq_oss_timer_continue (struct seq_oss_timer *timer)
 
int snd_seq_oss_timer_tempo (struct seq_oss_timer *timer, int value)
 
int snd_seq_oss_timer_ioctl (struct seq_oss_timer *timer, unsigned int cmd, int __user *arg)
 

Macro Definition Documentation

#define snd_seq_oss_timer_reset   snd_seq_oss_timer_start

Definition at line 47 of file seq_oss_timer.h.

Function Documentation

int snd_seq_oss_timer_continue ( struct seq_oss_timer timer)

Definition at line 199 of file seq_oss_timer.c.

void snd_seq_oss_timer_delete ( struct seq_oss_timer dp)

Definition at line 71 of file seq_oss_timer.c.

int snd_seq_oss_timer_ioctl ( struct seq_oss_timer timer,
unsigned int  cmd,
int __user arg 
)

Definition at line 231 of file seq_oss_timer.c.

struct seq_oss_timer* snd_seq_oss_timer_new ( struct seq_oss_devinfo dp)
read

Definition at line 46 of file seq_oss_timer.c.

int snd_seq_oss_timer_start ( struct seq_oss_timer timer)

Definition at line 160 of file seq_oss_timer.c.

int snd_seq_oss_timer_stop ( struct seq_oss_timer timer)

Definition at line 185 of file seq_oss_timer.c.

int snd_seq_oss_timer_tempo ( struct seq_oss_timer timer,
int  value 
)

Definition at line 213 of file seq_oss_timer.c.