Lines Matching refs:pipe1

58 	struct pipe pipe1;  member
481 if (c->pipe1.comp) { in print_links()
485 c->pipe1.comp->name, in print_links()
561 else if (!c->pipe1.comp) in link_channel_to_component()
562 comp_ptr = &c->pipe1.comp; in link_channel_to_component()
705 if (c->pipe1.comp == comp) in most_remove_link()
706 c->pipe1.comp = NULL; in most_remove_link()
855 if (c->pipe1.refs && c->pipe1.comp->tx_completion) in arm_mbo()
856 c->pipe1.comp->tx_completion(c->iface, c->channel_id); in arm_mbo()
963 if (c->pipe0.refs && c->pipe1.refs && in channel_has_mbo()
965 (comp == c->pipe1.comp && c->pipe1.num_buffers <= 0))) in channel_has_mbo()
996 if (c->pipe0.refs && c->pipe1.refs && in most_get_mbo()
998 (comp == c->pipe1.comp && c->pipe1.num_buffers <= 0))) in most_get_mbo()
1003 else if (comp == c->pipe1.comp) in most_get_mbo()
1004 num_buffers_ptr = &c->pipe1.num_buffers; in most_get_mbo()
1072 if (c->pipe1.refs && c->pipe1.comp->rx_completion && in most_read_completion()
1073 c->pipe1.comp->rx_completion(mbo) == 0) in most_read_completion()
1101 if (c->pipe0.refs + c->pipe1.refs > 0) in most_start_channel()
1136 c->pipe1.num_buffers = c->cfg.num_buffers - c->pipe0.num_buffers; in most_start_channel()
1142 if (comp == c->pipe1.comp) in most_start_channel()
1143 c->pipe1.refs++; in most_start_channel()
1174 if (c->pipe0.refs + c->pipe1.refs >= 2) in most_stop_channel()
1208 if (comp == c->pipe1.comp) in most_stop_channel()
1209 c->pipe1.refs--; in most_stop_channel()
1238 if (c->pipe0.comp == comp || c->pipe1.comp == comp) in disconnect_channels()
1242 if (c->pipe1.comp == comp) in disconnect_channels()
1243 c->pipe1.comp = NULL; in disconnect_channels()
1391 if (c->pipe1.comp) in most_deregister_interface()
1392 c->pipe1.comp->disconnect_channel(c->iface, in most_deregister_interface()
1395 c->pipe1.comp = NULL; in most_deregister_interface()