Home
last modified time | relevance | path

Searched refs:out_conn (Results 1 - 21 of 21) sorted by relevance

/kernel/linux/linux-5.10/sound/firewire/fireworks/
H A Dfireworks_stream.c19 conn = &efw->out_conn; in init_stream()
71 conn = &efw->out_conn; in start_stream()
98 cmp_connection_destroy(&efw->out_conn); in destroy_stream()
111 conn = &efw->out_conn; in check_connection_used_by_others()
169 conn = &efw->out_conn; in keep_resources()
206 cmp_connection_break(&efw->out_conn); in snd_efw_stream_reserve_duplex()
209 cmp_connection_release(&efw->out_conn); in snd_efw_stream_reserve_duplex()
238 cmp_connection_release(&efw->out_conn); in snd_efw_stream_reserve_duplex()
258 cmp_connection_break(&efw->out_conn); in snd_efw_stream_start_duplex()
293 cmp_connection_break(&efw->out_conn); in snd_efw_stream_start_duplex()
[all...]
H A Dfireworks.h89 struct cmp_connection out_conn; member
/kernel/linux/linux-6.6/sound/firewire/fireworks/
H A Dfireworks_stream.c19 conn = &efw->out_conn; in init_stream()
72 conn = &efw->out_conn; in start_stream()
99 cmp_connection_destroy(&efw->out_conn); in destroy_stream()
112 conn = &efw->out_conn; in check_connection_used_by_others()
170 conn = &efw->out_conn; in keep_resources()
207 cmp_connection_break(&efw->out_conn); in snd_efw_stream_reserve_duplex()
210 cmp_connection_release(&efw->out_conn); in snd_efw_stream_reserve_duplex()
239 cmp_connection_release(&efw->out_conn); in snd_efw_stream_reserve_duplex()
259 cmp_connection_break(&efw->out_conn); in snd_efw_stream_start_duplex()
302 cmp_connection_break(&efw->out_conn); in snd_efw_stream_start_duplex()
[all...]
H A Dfireworks.h86 struct cmp_connection out_conn; member
/kernel/linux/linux-5.10/sound/firewire/oxfw/
H A Doxfw-stream.c111 conn = &oxfw->out_conn; in start_stream()
135 conn = &oxfw->out_conn; in check_connection_used_by_others()
159 conn = &oxfw->out_conn; in init_stream()
209 conn = &oxfw->out_conn; in keep_resources()
285 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_reserve_duplex()
286 cmp_connection_release(&oxfw->out_conn); in snd_oxfw_stream_reserve_duplex()
316 cmp_connection_release(&oxfw->out_conn); in snd_oxfw_stream_reserve_duplex()
337 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_start_duplex()
384 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_start_duplex()
398 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_stop_duplex()
[all...]
H A Doxfw.h52 struct cmp_connection out_conn; member
/kernel/linux/linux-6.6/sound/firewire/oxfw/
H A Doxfw-stream.c111 conn = &oxfw->out_conn; in start_stream()
135 conn = &oxfw->out_conn; in check_connection_used_by_others()
172 conn = &oxfw->out_conn; in init_stream()
215 conn = &oxfw->out_conn; in keep_resources()
291 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_reserve_duplex()
292 cmp_connection_release(&oxfw->out_conn); in snd_oxfw_stream_reserve_duplex()
322 cmp_connection_release(&oxfw->out_conn); in snd_oxfw_stream_reserve_duplex()
343 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_start_duplex()
399 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_start_duplex()
413 cmp_connection_break(&oxfw->out_conn); in snd_oxfw_stream_stop_duplex()
[all...]
H A Doxfw.h72 struct cmp_connection out_conn; member
/kernel/linux/linux-5.10/sound/firewire/bebob/
H A Dbebob_stream.c385 conn = &bebob->out_conn; in check_connection_used_by_others()
404 cmp_connection_break(&bebob->out_conn); in break_both_connections()
421 conn = &bebob->out_conn; in start_stream()
447 conn = &bebob->out_conn; in init_stream()
489 cmp_connection_destroy(&bebob->out_conn); in destroy_stream()
528 conn = &bebob->out_conn; in keep_resources()
564 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_reserve_duplex()
594 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_reserve_duplex()
601 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_reserve_duplex()
709 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_stop_duplex()
[all...]
H A Dbebob.h97 struct cmp_connection out_conn; member
/kernel/linux/linux-6.6/sound/firewire/bebob/
H A Dbebob_stream.c384 conn = &bebob->out_conn; in check_connection_used_by_others()
403 cmp_connection_break(&bebob->out_conn); in break_both_connections()
414 conn = &bebob->out_conn; in start_stream()
441 conn = &bebob->out_conn; in init_stream()
472 cmp_connection_destroy(&bebob->out_conn); in destroy_stream()
511 conn = &bebob->out_conn; in keep_resources()
547 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_reserve_duplex()
577 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_reserve_duplex()
584 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_reserve_duplex()
682 cmp_connection_release(&bebob->out_conn); in snd_bebob_stream_stop_duplex()
[all...]
H A Dbebob.h99 struct cmp_connection out_conn; member
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-platform.c72 * Add an input connection reference to @out_conn in the target's in_conns array
74 * @out_conn: Existing output connection to store as an input on the
77 int coresight_add_in_conn(struct coresight_connection *out_conn) in coresight_add_in_conn() argument
80 struct device *dev = out_conn->dest_dev->dev.parent; in coresight_add_in_conn()
81 struct coresight_platform_data *pdata = out_conn->dest_dev->pdata; in coresight_add_in_conn()
85 pdata->in_conns[i] = out_conn; in coresight_add_in_conn()
95 pdata->in_conns[pdata->nr_inconns - 1] = out_conn; in coresight_add_in_conn()
/kernel/linux/linux-5.10/net/rds/
H A Daf_rds.c913 goto out_conn; in rds_init()
944 out_conn: in rds_init()
/kernel/linux/linux-6.6/net/rds/
H A Daf_rds.c912 goto out_conn; in rds_init()
943 out_conn: in rds_init()
/kernel/linux/linux-5.10/net/bluetooth/hidp/
H A Dcore.c1377 goto out_conn; in hidp_connection_add()
1387 out_conn: in hidp_connection_add()
/kernel/linux/linux-5.10/drivers/staging/greybus/
H A Dloopback.c1056 goto out_conn; in gb_loopback_probe()
1078 out_conn: in gb_loopback_probe()
/kernel/linux/linux-6.6/drivers/staging/greybus/
H A Dloopback.c1055 goto out_conn; in gb_loopback_probe()
1077 out_conn: in gb_loopback_probe()
/kernel/linux/linux-6.6/net/bluetooth/hidp/
H A Dcore.c1376 goto out_conn; in hidp_connection_add()
1386 out_conn: in hidp_connection_add()
/kernel/linux/linux-5.10/drivers/s390/net/
H A Dnetiucv.c1770 goto out_conn; in netiucv_new_connection()
1800 out_conn: in netiucv_new_connection()
/kernel/linux/linux-6.6/drivers/s390/net/
H A Dnetiucv.c1758 goto out_conn; in netiucv_new_connection()
1788 out_conn: in netiucv_new_connection()

Completed in 23 milliseconds