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()
80 err = cmp_connection_establish(conn, in start_stream()
87 conn->resources.channel, in start_stream()
88 conn->speed); in start_stream()
110 struct cmp_connection *conn; in destroy_stream() local
113 conn = &efw->out_conn; in destroy_stream()
115 conn = &efw->in_conn; in destroy_stream()
141 struct cmp_connection *conn; in check_connection_used_by_others() local
146 conn = &efw->out_conn; in check_connection_used_by_others()
148 conn = &efw->in_conn; in check_connection_used_by_others()
150 err = cmp_connection_check_used(conn, &used); in check_connection_used_by_others()
154 (conn->direction == CMP_OUTPUT) ? 'o' : 'i', in check_connection_used_by_others()
155 conn->pcr_index); in check_connection_used_by_others()