Home
last modified time | relevance | path

Searched refs:cmp_connection_reserve (Results 1 – 5 of 5) sorted by relevance

/openbmc/linux/sound/firewire/
H A Dcmp.h45 int cmp_connection_reserve(struct cmp_connection *connection,
H A Dcmp.c188 int cmp_connection_reserve(struct cmp_connection *c, in cmp_connection_reserve() function
210 EXPORT_SYMBOL(cmp_connection_reserve);
/openbmc/linux/sound/firewire/fireworks/
H A Dfireworks_stream.c182 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
/openbmc/linux/sound/firewire/oxfw/
H A Doxfw-stream.c248 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()
/openbmc/linux/sound/firewire/bebob/
H A Dbebob_stream.c522 return cmp_connection_reserve(conn, amdtp_stream_get_max_payload(stream)); in keep_resources()