Lines Matching defs:port
37 #include <pulsecore/device-port.h>
121 void pa_card_new_data_set_preferred_port(pa_card_new_data *data, pa_direction_t direction, pa_device_port *port) {
125 data->preferred_input_port = port;
127 data->preferred_output_port = port;
151 pa_device_port *port;
188 PA_HASHMAP_FOREACH(port, c->ports, state)
189 port->card = c;
395 void pa_card_set_preferred_port(pa_card *c, pa_direction_t direction, pa_device_port *port) {
411 if (port == old_port)
414 new_port_str = port ? port->name : "(unset)";
417 c->preferred_input_port = port;
420 c->preferred_output_port = port;