|
Linux Kernel
3.7.1
|
#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 |
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.
1.8.2