Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
sys_timer.c File Reference
#include <linux/spinlock.h>
#include "sound_config.h"

Go to the source code of this file.

Variables

struct sound_timer_operations default_sound_timer
 

Variable Documentation

struct sound_timer_operations default_sound_timer
Initial value:
=
{
.owner = THIS_MODULE,
.info = {"System clock", 0},
.priority = 0,
.devlink = 0,
.open = def_tmr_open,
.close = def_tmr_close,
.event = def_tmr_event,
.get_time = def_tmr_get_time,
.ioctl = def_tmr_ioctl,
.arm_timer = def_tmr_arm
}

Definition at line 273 of file sys_timer.c.