Searched defs:cmp_connection (Results 1 - 1 of 1) sorted by relevance

/sound/firewire/
H A Dcmp.h11 * struct cmp_connection - manages an isochronous connection to a device
20 struct cmp_connection { struct
31 int cmp_connection_init(struct cmp_connection *connection,
34 void cmp_connection_destroy(struct cmp_connection *connection);
36 int cmp_connection_establish(struct cmp_connection *connection,
38 int cmp_connection_update(struct cmp_connection *connection);
39 void cmp_connection_break(struct cmp_connection *connection);

Completed in 32 milliseconds