Lines Matching refs:active_port
605 if (sink->active_port) in subscribe_callback()
606 port = sink->active_port->name; in subscribe_callback()
644 if (source->active_port) in subscribe_callback()
645 port = source->active_port->name; in subscribe_callback()
734 if (!new_data->active_port) { in sink_new_hook_callback()
761 if ((e = perportentry_read(u, name, new_data->active_port))) { in sink_fixate_hook_callback()
810 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in sink_port_hook_callback()
849 if ((e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in sink_put_hook_callback()
876 if (!new_data->active_port) { in source_new_hook_callback()
903 if ((e = perportentry_read(u, name, new_data->active_port))) { in source_fixate_hook_callback()
952 … if ((e = perportentry_read(u, name, (source->active_port ? source->active_port->name : NULL)))) { in source_port_hook_callback()
995 if (!(e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) { in read_sink_format_reply()
1134 … if (!(e = perportentry_read(u, name, (sink->active_port ? sink->active_port->name : NULL)))) in extension_cb()
1160 …mats(sink, e->formats) && perportentry_write(u, name, (sink->active_port ? sink->active_port->name… in extension_cb()