Home
last modified time | relevance | path

Searched refs:in_conn (Results 1 – 4 of 4) sorted by relevance

/sound/firewire/fireworks/
Dfireworks_stream.c25 conn = &efw->in_conn; in init_stream()
52 cmp_connection_break(&efw->in_conn); in stop_stream()
71 conn = &efw->in_conn; in start_stream()
113 cmp_connection_destroy(&efw->in_conn); in destroy_stream()
143 conn = &efw->in_conn; in check_connection_used_by_others()
323 (cmp_connection_update(&efw->in_conn) < 0)) { in snd_efw_stream_update_duplex()
Dfireworks.h88 struct cmp_connection in_conn; member
/sound/firewire/bebob/
Dbebob_stream.c326 err = cmp_connection_init(&bebob->in_conn, in init_both_connections()
334 cmp_connection_destroy(&bebob->in_conn); in init_both_connections()
349 conn = &bebob->in_conn; in check_connection_used_by_others()
389 err = cmp_connection_establish(&bebob->in_conn, in make_both_connections()
404 cmp_connection_break(&bebob->in_conn); in break_both_connections()
419 cmp_connection_destroy(&bebob->in_conn); in destroy_both_connections()
439 conn = &bebob->in_conn; in start_stream()
707 if ((cmp_connection_update(&bebob->in_conn) < 0) || in snd_bebob_stream_update_duplex()
Dbebob.h94 struct cmp_connection in_conn; member