Searched refs:cmp_connection (Results 1 – 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/ |
D | cmp.h | 26 struct cmp_connection { struct 38 int cmp_connection_init(struct cmp_connection *connection, argument 42 int cmp_connection_check_used(struct cmp_connection *connection, bool *used); 43 void cmp_connection_destroy(struct cmp_connection *connection); 45 int cmp_connection_reserve(struct cmp_connection *connection, 47 void cmp_connection_release(struct cmp_connection *connection); 49 int cmp_connection_establish(struct cmp_connection *connection); 50 int cmp_connection_update(struct cmp_connection *connection); 51 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() 188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve() [all …]
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
D | fireworks_stream.c | 13 struct cmp_connection *conn; in init_stream() 67 struct cmp_connection *conn; in start_stream() 106 struct cmp_connection *conn; in check_connection_used_by_others() 163 struct cmp_connection *conn; in keep_resources()
|
D | fireworks.h | 89 struct cmp_connection out_conn; 90 struct cmp_connection in_conn;
|
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
D | oxfw.h | 52 struct cmp_connection out_conn; 53 struct cmp_connection in_conn;
|
D | oxfw-stream.c | 105 struct cmp_connection *conn; in start_stream() 130 struct cmp_connection *conn; in check_connection_used_by_others() 153 struct cmp_connection *conn; in init_stream() 198 struct cmp_connection *conn; in keep_resources() 406 struct cmp_connection *conn; in destroy_stream()
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
D | bebob.h | 97 struct cmp_connection out_conn; 98 struct cmp_connection in_conn;
|
D | bebob_stream.c | 380 struct cmp_connection *conn; in check_connection_used_by_others() 415 struct cmp_connection *conn; in start_stream() 441 struct cmp_connection *conn; in init_stream() 522 struct cmp_connection *conn; in keep_resources()
|