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

#include <seq_oss.h>

Data Fields

struct moduleowner
 
int(* open )(struct snd_seq_oss_arg *p, void *closure)
 
int(* close )(struct snd_seq_oss_arg *p)
 
int(* ioctl )(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg)
 
int(* load_patch )(struct snd_seq_oss_arg *p, int format, const char __user *buf, int offs, int count)
 
int(* reset )(struct snd_seq_oss_arg *p)
 
int(* raw_event )(struct snd_seq_oss_arg *p, unsigned char *data)
 

Detailed Description

Definition at line 50 of file seq_oss.h.

Field Documentation

Definition at line 53 of file seq_oss.h.

int(* ioctl)(struct snd_seq_oss_arg *p, unsigned int cmd, unsigned long arg)

Definition at line 54 of file seq_oss.h.

Definition at line 55 of file seq_oss.h.

int(* open)(struct snd_seq_oss_arg *p, void *closure)

Definition at line 52 of file seq_oss.h.

struct module* owner

Definition at line 51 of file seq_oss.h.

int(* raw_event)(struct snd_seq_oss_arg *p, unsigned char *data)

Definition at line 57 of file seq_oss.h.

Definition at line 56 of file seq_oss.h.


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