Home
last modified time | relevance | path

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

/linux-4.1.27/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()
115 conn = &efw->in_conn; in destroy_stream()
148 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
/linux-4.1.27/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()
417 cmp_connection_destroy(&bebob->in_conn); in destroy_both_connections()
437 conn = &bebob->in_conn; in start_stream()
698 if ((cmp_connection_update(&bebob->in_conn) < 0) || in snd_bebob_stream_update_duplex()
Dbebob.h94 struct cmp_connection in_conn; member
/linux-4.1.27/sound/firewire/oxfw/
Doxfw-stream.c112 cmp_connection_break(&oxfw->in_conn); in stop_stream()
126 conn = &oxfw->in_conn; in start_stream()
192 conn = &oxfw->in_conn; in check_connection_used_by_others()
219 conn = &oxfw->in_conn; in snd_oxfw_stream_init_simplex()
353 conn = &oxfw->in_conn; in snd_oxfw_stream_destroy_simplex()
367 conn = &oxfw->in_conn; in snd_oxfw_stream_update_simplex()
Doxfw.h57 struct cmp_connection in_conn; member
/linux-4.1.27/drivers/net/wireless/ti/wlcore/
Dwlcore.h516 struct wl1271_station *wl_sta, bool in_conn);
Dmain.c5048 struct wl1271_station *wl_sta, bool in_conn) in wlcore_update_inconn_sta() argument
5050 if (in_conn) { in wlcore_update_inconn_sta()