Searched refs:cmp_connection (Results 1 – 8 of 8) sorted by relevance
/sound/firewire/ |
D | cmp.h | 25 struct cmp_connection { struct 37 int cmp_connection_init(struct cmp_connection *connection, argument 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);
|
D | cmp.c | 46 void cmp_error(struct cmp_connection *c, const char *fmt, ...) in cmp_error() 57 static u64 mpr_address(struct cmp_connection *c) in mpr_address() 65 static u64 pcr_address(struct cmp_connection *c) in pcr_address() 73 static int pcr_modify(struct cmp_connection *c, in pcr_modify() 74 __be32 (*modify)(struct cmp_connection *c, __be32 old), in pcr_modify() 75 int (*check)(struct cmp_connection *c, __be32 pcr), in pcr_modify() 120 int cmp_connection_init(struct cmp_connection *c, in cmp_connection_init() 160 int cmp_connection_check_used(struct cmp_connection *c, bool *used) in cmp_connection_check_used() 180 void cmp_connection_destroy(struct cmp_connection *c) in cmp_connection_destroy() 189 static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr) in ipcr_set_modify() [all …]
|
/sound/firewire/fireworks/ |
D | fireworks_stream.c | 15 struct cmp_connection *conn; in init_stream() 59 struct cmp_connection *conn; in start_stream() 112 struct cmp_connection *conn; in destroy_stream() 143 struct cmp_connection *conn; in check_connection_used_by_others()
|
D | fireworks.h | 87 struct cmp_connection out_conn; 88 struct cmp_connection in_conn;
|
/sound/firewire/oxfw/ |
D | oxfw.h | 57 struct cmp_connection out_conn; 58 struct cmp_connection in_conn;
|
D | oxfw-stream.c | 119 struct cmp_connection *conn; in start_stream() 188 struct cmp_connection *conn; in check_connection_used_by_others() 212 struct cmp_connection *conn; in snd_oxfw_stream_init_simplex() 360 struct cmp_connection *conn; in snd_oxfw_stream_destroy_simplex() 374 struct cmp_connection *conn; in snd_oxfw_stream_update_simplex()
|
/sound/firewire/bebob/ |
D | bebob.h | 98 struct cmp_connection out_conn; 99 struct cmp_connection in_conn;
|
D | bebob_stream.c | 399 struct cmp_connection *conn; in check_connection_used_by_others() 513 struct cmp_connection *conn; in start_stream()
|