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

/linux-4.1.27/sound/firewire/
H A Dcmp.h16 * struct cmp_connection - manages an isochronous connection to a device
25 struct cmp_connection { struct
37 int cmp_connection_init(struct cmp_connection *connection,
41 int cmp_connection_check_used(struct cmp_connection *connection, bool *used);
42 void cmp_connection_destroy(struct cmp_connection *connection);
44 int cmp_connection_establish(struct cmp_connection *connection,
46 int cmp_connection_update(struct cmp_connection *connection);
47 void cmp_connection_break(struct cmp_connection *connection);
H A Dcmp.c46 void cmp_error(struct cmp_connection *c, const char *fmt, ...) cmp_error()
57 static u64 mpr_address(struct cmp_connection *c) mpr_address()
65 static u64 pcr_address(struct cmp_connection *c) pcr_address()
73 static int pcr_modify(struct cmp_connection *c, pcr_modify()
74 __be32 (*modify)(struct cmp_connection *c, __be32 old), pcr_modify()
75 int (*check)(struct cmp_connection *c, __be32 pcr), pcr_modify()
120 int cmp_connection_init(struct cmp_connection *c, cmp_connection_init()
160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) cmp_connection_check_used()
180 void cmp_connection_destroy(struct cmp_connection *c) cmp_connection_destroy()
189 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) ipcr_set_modify()
200 static int get_overhead_id(struct cmp_connection *c) get_overhead_id()
219 static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr) opcr_set_modify()
247 static int pcr_set_check(struct cmp_connection *c, __be32 pcr) pcr_set_check()
273 int cmp_connection_establish(struct cmp_connection *c, cmp_connection_establish()
331 int cmp_connection_update(struct cmp_connection *c) cmp_connection_update()
370 static __be32 pcr_break_modify(struct cmp_connection *c, __be32 pcr) pcr_break_modify()
383 void cmp_connection_break(struct cmp_connection *c) cmp_connection_break()
/linux-4.1.27/sound/firewire/oxfw/
H A Doxfw.h56 struct cmp_connection out_conn;
57 struct cmp_connection in_conn;
H A Doxfw-stream.c119 struct cmp_connection *conn; start_stream()
185 struct cmp_connection *conn; check_connection_used_by_others()
209 struct cmp_connection *conn; snd_oxfw_stream_init_simplex()
348 struct cmp_connection *conn; snd_oxfw_stream_destroy_simplex()
362 struct cmp_connection *conn; snd_oxfw_stream_update_simplex()
/linux-4.1.27/sound/firewire/fireworks/
H A Dfireworks_stream.c15 struct cmp_connection *conn; init_stream()
59 struct cmp_connection *conn; start_stream()
110 struct cmp_connection *conn; destroy_stream()
141 struct cmp_connection *conn; check_connection_used_by_others()
H A Dfireworks.h87 struct cmp_connection out_conn;
88 struct cmp_connection in_conn;
/linux-4.1.27/sound/firewire/bebob/
H A Dbebob.h93 struct cmp_connection out_conn;
94 struct cmp_connection in_conn;
H A Dbebob_stream.c342 struct cmp_connection *conn; check_connection_used_by_others()
433 struct cmp_connection *conn; start_stream()

Completed in 163 milliseconds