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

#include <cmp.h>

Data Fields

int speed
 
bool connected
 
struct mutex mutex
 
struct fw_iso_resources resources
 
__be32 last_pcr_value
 
unsigned int pcr_index
 
unsigned int max_speed
 

Detailed Description

struct cmp_connection - manages an isochronous connection to a device : the connection's actual speed

This structure manages (using CMP) an isochronous stream from the local computer to a device's input plug (iPCR).

There is no corresponding oPCR created on the local computer, so it is not possible to overlay connections on top of this one.

Definition at line 20 of file cmp.h.

Field Documentation

bool connected

Definition at line 23 of file cmp.h.

__be32 last_pcr_value

Definition at line 26 of file cmp.h.

unsigned int max_speed

Definition at line 28 of file cmp.h.

Definition at line 24 of file cmp.h.

unsigned int pcr_index

Definition at line 27 of file cmp.h.

Definition at line 25 of file cmp.h.

int speed

Definition at line 21 of file cmp.h.


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