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

#include <dev_table.h>

Data Fields

struct moduleowner
 
char id [16]
 
char name [64]
 
int(* ioctl )(int dev, unsigned int cmd, void __user *arg)
 
voiddevc
 
int modify_counter
 

Detailed Description

Definition at line 245 of file dev_table.h.

Field Documentation

void* devc

Definition at line 252 of file dev_table.h.

char id[16]

Definition at line 248 of file dev_table.h.

int(* ioctl)(int dev, unsigned int cmd, void __user *arg)

Definition at line 250 of file dev_table.h.

int modify_counter

Definition at line 253 of file dev_table.h.

char name[64]

Definition at line 249 of file dev_table.h.

struct module* owner

Definition at line 247 of file dev_table.h.


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