Symbol: cmp_connection
sound/firewire/bebob/bebob.h
100
struct cmp_connection in_conn;
sound/firewire/bebob/bebob.h
99
struct cmp_connection out_conn;
sound/firewire/bebob/bebob_stream.c
379
struct cmp_connection *conn;
sound/firewire/bebob/bebob_stream.c
408
struct cmp_connection *conn;
sound/firewire/bebob/bebob_stream.c
435
struct cmp_connection *conn;
sound/firewire/bebob/bebob_stream.c
505
struct cmp_connection *conn;
sound/firewire/cmp.c
120
int cmp_connection_init(struct cmp_connection *c,
sound/firewire/cmp.c
160
int cmp_connection_check_used(struct cmp_connection *c, bool *used)
sound/firewire/cmp.c
180
void cmp_connection_destroy(struct cmp_connection *c)
sound/firewire/cmp.c
188
int cmp_connection_reserve(struct cmp_connection *c,
sound/firewire/cmp.c
204
void cmp_connection_release(struct cmp_connection *c)
sound/firewire/cmp.c
211
static __be32 ipcr_set_modify(struct cmp_connection *c, __be32 ipcr)
sound/firewire/cmp.c
222
static int get_overhead_id(struct cmp_connection *c)
sound/firewire/cmp.c
241
static __be32 opcr_set_modify(struct cmp_connection *c, __be32 opcr)
sound/firewire/cmp.c
269
static int pcr_set_check(struct cmp_connection *c, __be32 pcr)
sound/firewire/cmp.c
294
int cmp_connection_establish(struct cmp_connection *c)
sound/firewire/cmp.c
323
static __be32 pcr_break_modify(struct cmp_connection *c, __be32 pcr)
sound/firewire/cmp.c
336
void cmp_connection_break(struct cmp_connection *c)
sound/firewire/cmp.c
46
void cmp_error(struct cmp_connection *c, const char *fmt, ...)
sound/firewire/cmp.c
57
static u64 mpr_address(struct cmp_connection *c)
sound/firewire/cmp.c
65
static u64 pcr_address(struct cmp_connection *c)
sound/firewire/cmp.c
73
static int pcr_modify(struct cmp_connection *c,
sound/firewire/cmp.c
74
__be32 (*modify)(struct cmp_connection *c, __be32 old),
sound/firewire/cmp.c
75
int (*check)(struct cmp_connection *c, __be32 pcr),
sound/firewire/cmp.h
38
int cmp_connection_init(struct cmp_connection *connection,
sound/firewire/cmp.h
42
int cmp_connection_check_used(struct cmp_connection *connection, bool *used);
sound/firewire/cmp.h
43
void cmp_connection_destroy(struct cmp_connection *connection);
sound/firewire/cmp.h
45
int cmp_connection_reserve(struct cmp_connection *connection,
sound/firewire/cmp.h
47
void cmp_connection_release(struct cmp_connection *connection);
sound/firewire/cmp.h
49
int cmp_connection_establish(struct cmp_connection *connection);
sound/firewire/cmp.h
50
void cmp_connection_break(struct cmp_connection *connection);
sound/firewire/fireworks/fireworks.h
86
struct cmp_connection out_conn;
sound/firewire/fireworks/fireworks.h
87
struct cmp_connection in_conn;
sound/firewire/fireworks/fireworks_stream.c
107
struct cmp_connection *conn;
sound/firewire/fireworks/fireworks_stream.c
13
struct cmp_connection *conn;
sound/firewire/fireworks/fireworks_stream.c
164
struct cmp_connection *conn;
sound/firewire/fireworks/fireworks_stream.c
68
struct cmp_connection *conn;
sound/firewire/oxfw/oxfw-stream.c
105
struct cmp_connection *conn;
sound/firewire/oxfw/oxfw-stream.c
130
struct cmp_connection *conn;
sound/firewire/oxfw/oxfw-stream.c
153
struct cmp_connection *conn;
sound/firewire/oxfw/oxfw-stream.c
206
struct cmp_connection *conn;
sound/firewire/oxfw/oxfw-stream.c
423
struct cmp_connection *conn;
sound/firewire/oxfw/oxfw.h
77
struct cmp_connection out_conn;
sound/firewire/oxfw/oxfw.h
78
struct cmp_connection in_conn;