Home
last modified time | relevance | path

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

/linux-4.4.14/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()
117 conn = &efw->in_conn; in destroy_stream()
150 conn = &efw->in_conn; in check_connection_used_by_others()
325 (cmp_connection_update(&efw->in_conn) < 0)) { in snd_efw_stream_update_duplex()
Dfireworks.h88 struct cmp_connection in_conn; member
/linux-4.4.14/sound/firewire/oxfw/
Doxfw-stream.c112 cmp_connection_break(&oxfw->in_conn); in stop_stream()
126 conn = &oxfw->in_conn; in start_stream()
195 conn = &oxfw->in_conn; in check_connection_used_by_others()
222 conn = &oxfw->in_conn; in snd_oxfw_stream_init_simplex()
365 conn = &oxfw->in_conn; in snd_oxfw_stream_destroy_simplex()
379 conn = &oxfw->in_conn; in snd_oxfw_stream_update_simplex()
Doxfw.h58 struct cmp_connection in_conn; member
/linux-4.4.14/sound/firewire/bebob/
Dbebob_stream.c384 err = cmp_connection_init(&bebob->in_conn, in init_both_connections()
392 cmp_connection_destroy(&bebob->in_conn); in init_both_connections()
407 conn = &bebob->in_conn; in check_connection_used_by_others()
454 err = cmp_connection_establish(&bebob->in_conn, in make_both_connections()
469 cmp_connection_break(&bebob->in_conn); in break_both_connections()
482 cmp_connection_destroy(&bebob->in_conn); in destroy_both_connections()
518 conn = &bebob->in_conn; in start_stream()
780 if ((cmp_connection_update(&bebob->in_conn) < 0) || in snd_bebob_stream_update_duplex()
Dbebob.h99 struct cmp_connection in_conn; member
/linux-4.4.14/drivers/net/wireless/ti/wlcore/
Dwlcore.h519 struct wl1271_station *wl_sta, bool in_conn);
Dmain.c5088 struct wl1271_station *wl_sta, bool in_conn) in wlcore_update_inconn_sta() argument
5090 if (in_conn) { in wlcore_update_inconn_sta()