Searched refs:cmp_connection_reserve (Results 1 - 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/sound/firewire/ |
H A D | cmp.h | 45 int cmp_connection_reserve(struct cmp_connection *connection,
|
H A D | cmp.c | 188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve() function 210 EXPORT_SYMBOL(cmp_connection_reserve); variable
|
/kernel/linux/linux-6.6/sound/firewire/ |
H A D | cmp.h | 45 int cmp_connection_reserve(struct cmp_connection *connection,
|
H A D | cmp.c | 188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve() function 210 EXPORT_SYMBOL(cmp_connection_reserve); variable
|
/kernel/linux/linux-5.10/sound/firewire/fireworks/ |
H A D | fireworks_stream.c | 181 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
|
/kernel/linux/linux-6.6/sound/firewire/fireworks/ |
H A D | fireworks_stream.c | 182 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
|
/kernel/linux/linux-5.10/sound/firewire/bebob/ |
H A D | bebob_stream.c | 539 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
|
/kernel/linux/linux-5.10/sound/firewire/oxfw/ |
H A D | oxfw-stream.c | 242 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
|
/kernel/linux/linux-6.6/sound/firewire/bebob/ |
H A D | bebob_stream.c | 522 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw-stream.c | 248 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
|
Completed in 8 milliseconds