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

Go to the source code of this file.

Data Structures

struct  control_runtime
 

Enumerations

enum  { CONTROL_MAX_ELEMENTS = 32 }
 
enum  {
  CONTROL_RATE_44KHZ, CONTROL_RATE_48KHZ, CONTROL_RATE_88KHZ, CONTROL_RATE_96KHZ,
  CONTROL_RATE_176KHZ, CONTROL_RATE_192KHZ, CONTROL_N_RATES
}
 

Functions

int __devinit usb6fire_control_init (struct sfire_chip *chip)
 
void usb6fire_control_abort (struct sfire_chip *chip)
 
void usb6fire_control_destroy (struct sfire_chip *chip)
 

Enumeration Type Documentation

anonymous enum
Enumerator:
CONTROL_MAX_ELEMENTS 

Definition at line 19 of file control.h.

anonymous enum
Enumerator:
CONTROL_RATE_44KHZ 
CONTROL_RATE_48KHZ 
CONTROL_RATE_88KHZ 
CONTROL_RATE_96KHZ 
CONTROL_RATE_176KHZ 
CONTROL_RATE_192KHZ 
CONTROL_N_RATES 

Definition at line 23 of file control.h.

Function Documentation

void usb6fire_control_abort ( struct sfire_chip chip)

Definition at line 624 of file control.c.

void usb6fire_control_destroy ( struct sfire_chip chip)

Definition at line 627 of file control.c.

int __devinit usb6fire_control_init ( struct sfire_chip chip)

Definition at line 564 of file control.c.