Lines Matching refs:conn
15 struct cmp_connection *conn; in init_stream() local
21 conn = &efw->out_conn; in init_stream()
25 conn = &efw->in_conn; in init_stream()
30 err = cmp_connection_init(conn, efw->unit, c_dir, 0); in init_stream()
37 cmp_connection_destroy(conn); in init_stream()
59 struct cmp_connection *conn; in start_stream() local
67 conn = &efw->out_conn; in start_stream()
71 conn = &efw->in_conn; in start_stream()
82 err = cmp_connection_establish(conn, in start_stream()
89 conn->resources.channel, in start_stream()
90 conn->speed); in start_stream()
112 struct cmp_connection *conn; in destroy_stream() local
115 conn = &efw->out_conn; in destroy_stream()
117 conn = &efw->in_conn; in destroy_stream()
143 struct cmp_connection *conn; in check_connection_used_by_others() local
148 conn = &efw->out_conn; in check_connection_used_by_others()
150 conn = &efw->in_conn; in check_connection_used_by_others()
152 err = cmp_connection_check_used(conn, &used); in check_connection_used_by_others()
156 (conn->direction == CMP_OUTPUT) ? 'o' : 'i', in check_connection_used_by_others()
157 conn->pcr_index); in check_connection_used_by_others()